Skip to content

Commit

Permalink
fix: caddy warning (#320)
Browse files Browse the repository at this point in the history
  • Loading branch information
mishraomp authored Nov 24, 2024
1 parent 0a20e16 commit da8c2c1
Showing 1 changed file with 10 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,16 @@ spec:
timeoutSeconds: 5
resources:
{{- toYaml .Values.backend.containerResources | nindent 12 }}
volumeMounts:
- name: data
mountPath: /data
- name: config
mountPath: /config
volumes:
- name: data
emptyDir: {}
- name: config
emptyDir: {}
affinity:
podAntiAffinity:
requiredDuringSchedulingIgnoredDuringExecution:
Expand Down

0 comments on commit da8c2c1

Please sign in to comment.