Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
outductor committed Sep 9, 2023
1 parent b687dda commit d7c436c
Showing 1 changed file with 2 additions and 2 deletions.
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: "primary-mariadb:3306"
value: "mariadb-primary: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: "primary-mariadb:3306"
value: "mariadb-primary:3306"
- name: DB_CONNECTION_USER
value: "seichi-timed-stats-conifers"
- name: DB_CONNECTION_DATABASE
Expand Down

0 comments on commit d7c436c

Please sign in to comment.