Skip to content

Commit

Permalink
Merge pull request #1421 from GiganticMinecraft/mariadb
Browse files Browse the repository at this point in the history
service name
  • Loading branch information
outductor authored Nov 19, 2023
2 parents 4da80ca + 85d87e5 commit ae5b25f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down

0 comments on commit ae5b25f

Please sign in to comment.