traefik nfs

This commit is contained in:
2024-05-02 12:00:35 +02:00
parent a1d6d87958
commit f8565482d3

View File

@@ -133,13 +133,13 @@ spec:
readOnlyRootFilesystem: true readOnlyRootFilesystem: true
volumeMounts: volumeMounts:
- mountPath: /certs - mountPath: /certs
name: traefik-pvc name: traefik
subPath: certs subPath: certs
- mountPath: /data - mountPath: /data
name: traefik-pvc name: traefik
subPath: data subPath: data
- mountPath: /tmp - mountPath: /tmp
name: traefik-pvc name: traefik
subPath: tmp subPath: tmp
securityContext: securityContext:
fsGroupChangePolicy: OnRootMismatch fsGroupChangePolicy: OnRootMismatch
@@ -149,7 +149,12 @@ spec:
serviceAccountName: traefik serviceAccountName: traefik
terminationGracePeriodSeconds: 60 terminationGracePeriodSeconds: 60
volumes: volumes:
- name: traefik-pvc #- name: traefik
persistentVolumeClaim: # persistentVolumeClaim:
claimName: traefik-pvc # claimName: traefik-pvc
- name: traefik
nfs:
server: 192.168.178.100
path: /traefik
readOnly: false