This commit is contained in:
ivan 2026-06-02 17:07:57 +05:00
parent 160c4bcb2a
commit 413287f28f

View File

@ -84,6 +84,22 @@ spec:
_default: true
name:
_default: regcred
volumes:
_default:
- name: nginx-configmap
mountPath:
_default: /etc/nginx/nginx.conf
subPath:
_default: nginx.conf
readOnly:
_default: true
configMap:
name:
_default: nginx-configmap
items:
- key: nginx.conf
path: nginx.conf
defaultMode: 420