There was an error while loading. Please reload this page.
1 parent 1116cbd commit 9eac331Copy full SHA for 9eac331
1 file changed
kubernetes/deployment.yml
@@ -55,12 +55,12 @@ spec:
55
- name: DB_USERNAME
56
valueFrom:
57
secretKeyRef:
58
- name: mysql-credentials
+ name: database-credentials
59
key: username
60
- name: DB_PASSWORD
61
62
63
64
key: password
65
# SQL logging configuration from ConfigMap
66
- name: SHOW_SQL
@@ -95,4 +95,4 @@ spec:
95
timeoutSeconds: 5
96
failureThreshold: 3
97
# Always restart containers on failure
98
- restartPolicy: Always
+ restartPolicy: Always
0 commit comments