Skip to content

Commit

Permalink
chore: make uds package host configurable for nightly (#201)
Browse files Browse the repository at this point in the history
  • Loading branch information
TristanHoladay authored Aug 15, 2024
1 parent f61dea2 commit bb34173
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion chart/templates/uds-package.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ spec:
- service: uds-runtime
selector:
app: uds-runtime
host: runtime
host: {{ .Values.package.host}}
gateway: {{ .Values.package.gateway }}
port: 8080
targetPort: 8080
Expand Down
1 change: 1 addition & 0 deletions chart/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,4 @@ image:
pullPolicy: Always
package:
gateway: admin
host: runtime
1 change: 1 addition & 0 deletions hack/nightly/nightly-values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,4 @@ image:
tag: nightly-unstable
package:
gateway: tenant
host: runtime-canary

0 comments on commit bb34173

Please sign in to comment.