Skip to content
Snippets Groups Projects
Commit f0e2c8a1 authored by Georgi Todorov's avatar Georgi Todorov
Browse files

Update deployment.yaml

parent 4e8216c9
Branches
Tags
No related merge requests found
Pipeline #64907 passed
......@@ -27,6 +27,11 @@ spec:
{{ toYaml .Values.podAnnotations | indent 8 }}
{{- end }}
spec:
volumes:
- name: mnt
configMap:
name: caddy
defaultMode: 420
securityContext:
{{- include "app.securitycontext" . | nindent 8 }}
imagePullSecrets:
......@@ -39,6 +44,9 @@ spec:
{{- if .Values.extraVars }}
{{ toYaml .Values.extraVars | indent 8 }}
{{- end }}
volumeMounts:
- name: mnt
mountPath: /etc/caddy
ports:
{{- if .Values.metrics.enabled }}
- name: monitoring
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment