Skip to content

Commit

Permalink
Update db container name.
Browse files Browse the repository at this point in the history
  • Loading branch information
fergmac committed Dec 13, 2024
1 parent ec283cb commit 7a5bc1b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions database/openshift.deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ objects:
- name: PG_PRIMARY_PORT
value: "5432"
- name: CONTAINER_NAME
value: gwells-${NAME_SUFFIX}-database
value: ${REPO}-${ZONE}-${COMPONENT}
- name: PG_PRIMARY_HOST
value: ${REPO}-${ZONE}-${COMPONENT}
- name: PGDATA_PATH_OVERRIDE
Expand Down Expand Up @@ -227,7 +227,7 @@ objects:
tcpSocket:
port: 5432
timeoutSeconds: 1
name: gwells-${NAME_SUFFIX}-database
name: ${REPO}-${ZONE}-${COMPONENT}
ports:
- containerPort: 5432
protocol: TCP
Expand Down

0 comments on commit 7a5bc1b

Please sign in to comment.