remove vol mount

This commit is contained in:
gregory hendrickson
2023-01-26 05:44:48 -08:00
parent f8a7f2df60
commit 53841a6ac4
2 changed files with 17 additions and 16 deletions

View File

@@ -26,11 +26,11 @@ spec:
limits:
memory: "512Mi"
cpu: "500m"
volumeMounts:
- name: traefik-config
mountPath: /etc/traefik
- name: traefik-data
mountPath: /data/traefik
# volumeMounts:
# - name: traefik-config
# mountPath: /etc/traefik
# - name: traefik-data
# mountPath: /data/traefik
args:
- --api
- --entrypoints.web.address=:80