Skip to content

Commit

Permalink
Add leading : to server listen port (#188)
Browse files Browse the repository at this point in the history
Signed-off-by: Tyler Auerbeck <tylerauerbeck@users.noreply.github.com>
Co-authored-by: Tyler Auerbeck <tylerauerbeck@users.noreply.github.com>
  • Loading branch information
tylerauerbeck and tylerauerbeck authored Jun 28, 2023
1 parent 8727a27 commit 76a1a23
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion chart/load-balancer-api/templates/api-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ data:
LOADBALANCERAPI_OIDC_AUDIENCE: "{{ .Values.api.oidc.audience }}"
LOADBALANCERAPI_OIDC_ISSUER: "{{ .Values.api.oidc.issuer }}"
LOADBALANCERAPI_OIDC_JWKS_REMOTE_TIMEOUT: "{{ .Values.api.oidc.jwksRemoteTimeout }}"
LOADBALANCERAPI_SERVER_LISTEN: "{{ .Values.api.listenPort }}"
LOADBALANCERAPI_SERVER_LISTEN: ":{{ .Values.api.listenPort }}"
LOADBALANCERAPI_SERVER_SHUTDOWN_GRACE_PERIOD: "{{ .Values.api.shutdownGracePeriod }}"
LOADBALANCERAPI_PERMISSIONS_URL: "{{ .Values.api.permissions.url }}"
{{- with .Values.api.trustedProxies }}
Expand Down

0 comments on commit 76a1a23

Please sign in to comment.