Skip to content

Commit

Permalink
service name
Browse files Browse the repository at this point in the history
outductor committed Nov 19, 2023

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
1 parent 4a465e4 commit 85d87e5
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -36,7 +36,7 @@ spec:
name: seichi-portal-db-credentials
key: password
- name: MYSQL_HOST
value: mariadb-primary
value: mariadb
- name: MYSQL_PORT
value: "3306"
- name: HTTP_PORT
Original file line number Diff line number Diff line change
@@ -20,7 +20,7 @@ spec:
image: ghcr.io/giganticminecraft/seichi-timed-stats-conifers-database-migration:sha-9cb78a5
env:
- name: DB_HOST_AND_PORT
value: "mariadb-primary:3306"
value: "mariadb:3306"
- name: DB_USER
value: "seichi-timed-stats-conifers"
- name: DB_DATABASE_NAME
@@ -35,7 +35,7 @@ spec:
image: ghcr.io/giganticminecraft/seichi-timed-stats-conifers-ingestor:sha-9cb78a5
env:
- name: DB_CONNECTION_HOST_AND_PORT
value: "mariadb-primary:3306"
value: "mariadb:3306"
- name: DB_CONNECTION_USER
value: "seichi-timed-stats-conifers"
- name: DB_CONNECTION_DATABASE

0 comments on commit 85d87e5

Please sign in to comment.