mirror of
https://github.com/ghndrx/blog-manifest.git
synced 2026-02-10 15:04:58 +00:00
fix syntax
This commit is contained in:
@@ -47,7 +47,7 @@ spec:
|
|||||||
memory: "512Mi"
|
memory: "512Mi"
|
||||||
cpu: "500m"
|
cpu: "500m"
|
||||||
volumeMounts:
|
volumeMounts:
|
||||||
- mountPath: "/var/lib/mysql"
|
- mountPath: /var/lib/mysql
|
||||||
name: mysql-storage
|
name: mysql-storage
|
||||||
volumes:
|
volumes:
|
||||||
- name: mysql-storage
|
- name: mysql-storage
|
||||||
|
|||||||
@@ -26,11 +26,11 @@ spec:
|
|||||||
limits:
|
limits:
|
||||||
memory: "512Mi"
|
memory: "512Mi"
|
||||||
cpu: "500m"
|
cpu: "500m"
|
||||||
# volumeMounts:
|
volumeMounts:
|
||||||
# - name: traefik-config
|
- name: traefik-config
|
||||||
# mountPath: /etc/traefik
|
mountPath: /etc/traefik
|
||||||
# - name: traefik-data
|
- name: traefik-data
|
||||||
# mountPath: /data/traefik
|
mountPath: /data/traefik
|
||||||
args:
|
args:
|
||||||
- --api
|
- --api
|
||||||
- --entrypoints.web.address=:80
|
- --entrypoints.web.address=:80
|
||||||
|
|||||||
Reference in New Issue
Block a user