mirror of
https://github.com/jcwimer/wrestlingApp
synced 2026-03-25 01:14:43 +00:00
Mariadb's service name is wrestlingdev-mariadb and fixed syntax error in db-migration yaml
This commit is contained in:
@@ -32,8 +32,8 @@ spec:
|
||||
- name: MEMCACHIER_SERVERS
|
||||
value: wrestlingdev-memcached:11211
|
||||
- name: WRESTLINGDEV_DB_HOST
|
||||
value: mariadb
|
||||
- name: WRESTLINGDEV_DEVISE_SECRET_KEY
|
||||
value: wrestlingdev-mariadb
|
||||
- name: WRESTLINGDEV_DEVISE_SECRET_KEY
|
||||
valueFrom:
|
||||
secretKeyRef:
|
||||
name: wrestlingdev-secrets
|
||||
|
||||
@@ -57,7 +57,7 @@ spec:
|
||||
- name: MEMCACHIER_SERVERS
|
||||
value: wrestlingdev-memcached:11211
|
||||
- name: WRESTLINGDEV_DB_HOST
|
||||
value: mariadb
|
||||
value: wrestlingdev-mariadb
|
||||
- name: WRESTLINGDEV_DEVISE_SECRET_KEY
|
||||
valueFrom:
|
||||
secretKeyRef:
|
||||
@@ -145,7 +145,7 @@ spec:
|
||||
- name: MEMCACHIER_SERVERS
|
||||
value: wrestlingdev-memcached:11211
|
||||
- name: WRESTLINGDEV_DB_HOST
|
||||
value: mariadb
|
||||
value: wrestlingdev-mariadb
|
||||
- name: WRESTLINGDEV_DEVISE_SECRET_KEY
|
||||
valueFrom:
|
||||
secretKeyRef:
|
||||
|
||||
Reference in New Issue
Block a user