Skip to content

Commit

Permalink
Fix UI when using KNative
Browse files Browse the repository at this point in the history
Fixes #144
  • Loading branch information
edeandrea committed Oct 18, 2022
1 parent d2dd50b commit a18a59f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions ui-super-heroes/src/main/kubernetes/knative.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,9 @@ spec:
- image: quay.io/quarkus-super-heroes/ui-super-heroes:latest
name: ui-super-heroes
imagePullPolicy: Always
env:
- name: CALCULATE_API_BASE_URL
value: "true"
livenessProbe:
failureThreshold: 3
httpGet:
Expand Down

0 comments on commit a18a59f

Please sign in to comment.