Skip to content

Commit

Permalink
fix(helm): bind APPLICATION_PORT to 8080
Browse files Browse the repository at this point in the history
  • Loading branch information
pmoscode committed Jun 2, 2023
1 parent d250497 commit 9a9097d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions charts/managed-identity-wallet/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,8 @@ spec:
imagePullPolicy: {{ .Values.image.pullPolicy }}
{{- if or .Values.envs .Values.secrets }}
env:
- name: APPLICATION_PORT
value: "8080"
{{- range $key, $val := .Values.envs }}
- name: {{ $key }}
value: {{ $val }}
Expand Down
2 changes: 1 addition & 1 deletion charts/managed-identity-wallet/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ secrets:
# KEYCLOAK_CLIENT_ID: xxx
# ENCRYPTION_KEY: xxx # 64 chars

# APPLICATION_PORT is bound to 8080!!
envs:
# APPLICATION_PORT: xxx
# APPLICATION_ENVIRONMENT: xxx
# DB_HOST: auto
# DB_PORT: xxx
Expand Down

0 comments on commit 9a9097d

Please sign in to comment.