Skip to content

Commit

Permalink
Update config.yaml (#45)
Browse files Browse the repository at this point in the history
  • Loading branch information
Rotzke authored Jun 13, 2024
1 parent 5341267 commit 3096e5d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions charts/defguard-proxy/templates/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@ metadata:
labels:
{{- include "defguard-proxy.labels" . | nindent 4 }}
data:
DEFGUARD_PROXY_HTTP_PORT: {{ .Values.service.ports.http }}
DEFGUARD_PROXY_GRPC_PORT: {{ .Values.service.ports.grpc }}
DEFGUARD_PROXY_HTTP_PORT: {{ .Values.service.ports.http | quote }}
DEFGUARD_PROXY_GRPC_PORT: {{ .Values.service.ports.grpc | quote }}

0 comments on commit 3096e5d

Please sign in to comment.