traefik nfs
This commit is contained in:
@@ -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
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user