1
0
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:
2019-11-26 11:16:18 -05:00
parent 6ced3c6797
commit 3aacf1da28
2 changed files with 4 additions and 4 deletions

View File

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

View File

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