Merge pull request #201 from 3dwardch3ng/misc

mount dir for ingress-nginx's nginx template
This commit is contained in:
2024-06-18 03:58:43 +10:00
committed by GitHub

View File

@@ -82,6 +82,20 @@ spec:
labels:
rpi5.cluster.policy/egress-kubeapi: "true"
spec:
template:
spec:
containers:
volumeMounts:
- mountPath: /etc/nginx/template
name: nginx-template-volume
readOnly: true
volumes:
- name: nginx-template-volume
hostPath:
path: /mnt/nfs/AppData/ingress-nginx/etc/nginx/template
type: Directory
defaultBackend:
enabled: true
image: