Trying some nginx pod fixes
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2025-04-01 01:46:30 -04:00
parent b17e1af589
commit 33e59745d0

View File

@@ -45,8 +45,36 @@ initContainers:
capabilities:
drop:
- ALL
add:
- CHOWN
- DAV_OVERRIDE
- SETGID
- SETUID
- NET_BIND_SERVICE
seccompProfile:
type: "RuntimeDefault"
volumeMounts:
- mountPath: /var/cache/nginx
name: cache-volume
- mountPath: /var/run
name: run-volume
# - mountPath: nginx-conf
# name: nginx-conf
# subPath: default.conf
# readOnly: true
volumes:
- name: cache-volume
emptyDir:
sizeLimit: 500Mi
- name: run-volume
emptyDir:
sizeLimit: 500Mi
# - name: nginx-conf
# configMap:
# name: nginx-conf
# items:
# - key: nginx.conf
# path: nginx.conf
monitor:
enabled: true