fix syntax

This commit is contained in:
gregory hendrickson
2023-01-26 09:48:23 -08:00
parent 93ace27b5f
commit a7d176407a
2 changed files with 6 additions and 6 deletions

View File

@@ -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

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