mirror of
https://github.com/ghndrx/blog-manifest.git
synced 2026-02-10 06:54:59 +00:00
remove vol mount
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user