Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

service name #1420

Closed
wants to merge 1 commit into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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