|
@@ -90,9 +90,9 @@ spec:
|
|
|
|
|
|
# optional storage
|
|
|
# enable this option only in case you have defined a persistence volume claim
|
|
|
- volumeMounts:
|
|
|
- - name: traefik-data
|
|
|
- mountPath: /var/lib/traefik
|
|
|
+ #volumeMounts:
|
|
|
+ #- name: traefik-data
|
|
|
+ # mountPath: /var/lib/traefik
|
|
|
|
|
|
readinessProbe:
|
|
|
failureThreshold: 1
|
|
@@ -117,10 +117,10 @@ spec:
|
|
|
|
|
|
# optional storage
|
|
|
# enable this option only in case you have defined a persistence volume claim
|
|
|
- volumes:
|
|
|
- - name: traefik-data
|
|
|
- persistentVolumeClaim:
|
|
|
- claimName: traefik-data
|
|
|
+ #volumes:
|
|
|
+ # - name: traefik-data
|
|
|
+ # persistentVolumeClaim:
|
|
|
+ # claimName: traefik-data
|
|
|
|
|
|
|
|
|
|