Re-add deployment as a regular directory
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
apiVersion: v1
|
||||
kind: ConfigMap
|
||||
metadata:
|
||||
name: {{ include "defguard-proxy.fullname" . }}-config
|
||||
labels:
|
||||
{{- include "defguard-proxy.labels" . | nindent 4 }}
|
||||
data:
|
||||
DEFGUARD_PROXY_HTTP_PORT: {{ .Values.service.ports.http | quote }}
|
||||
DEFGUARD_PROXY_GRPC_PORT: {{ .Values.service.ports.grpc | quote }}
|
||||
Reference in New Issue
Block a user