Skip to content

Commit

Permalink
only configure TLS if enabled
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewazores committed Nov 22, 2024
1 parent a4ede2b commit f9ca038
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion charts/cryostat/templates/alpha_config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,12 @@ data:
BindAddress: http://0.0.0.0:4180
{{- if .Values.oauth2Proxy.service.tls.selfSigned.enabled }}
SecureBindAddress: https://0.0.0.0:8443
{{- end}}
TLS:
Key:
fromFile: /etc/tls/private/key
Cert:
fromFile: /etc/tls/private/cert
{{- end}}
upstreamConfig:
proxyRawPath: true
upstreams:
Expand Down

0 comments on commit f9ca038

Please sign in to comment.