Skip to content

Commit

Permalink
feat: adding volumes to caddy (#2177)
Browse files Browse the repository at this point in the history
  • Loading branch information
mishraomp authored Nov 24, 2024
1 parent 021b058 commit 9d0c9f8
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions charts/app/templates/frontend/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,16 @@ spec:
requests:
cpu: 30m
memory: 50Mi
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 9d0c9f8

Please sign in to comment.