mirror of
https://github.com/ghndrx/blog-manifest.git
synced 2026-02-10 06:54:59 +00:00
fix syntax
This commit is contained in:
@@ -47,7 +47,7 @@ spec:
|
||||
memory: "512Mi"
|
||||
cpu: "500m"
|
||||
volumeMounts:
|
||||
- mountPath: "/var/lib/mysql"
|
||||
- mountPath: /var/lib/mysql
|
||||
name: mysql-storage
|
||||
volumes:
|
||||
- name: mysql-storage
|
||||
|
||||
@@ -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