Skip to content

Commit

Permalink
Update database service selector name.
Browse files Browse the repository at this point in the history
  • Loading branch information
fergmac committed Dec 18, 2024
1 parent 38314bb commit db0dd6b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion database/openshift.deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ objects:
protocol: TCP
targetPort: 5432
selector:
deployment: ${REPO}-${ZONE}-${COMPONENT}
name: ${REPO}-${ZONE}-${COMPONENT}
sessionAffinity: None
type: ClusterIP
status:
Expand Down
4 changes: 2 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -212,8 +212,8 @@ services:
DJANGO_SECRET_KEY: secret
ENABLE_ADDITIONAL_DOCUMENTS: "true"
ENABLE_AQUIFERS_SEARCH: "true"
GWELLS_SERVICE_HOST: "${GWELLS_SERVICE_HOST:-db}"
GWELLS_SERVICE_PORT: "${GWELLS_SERVICE_PORT:-5432}"
# GWELLS_SERVICE_HOST: "${GWELLS_SERVICE_HOST:-db}"
# GWELLS_SERVICE_PORT: "${GWELLS_SERVICE_PORT:-5432}"
MINIO_ACCESS_KEY: minio
MINIO_SECRET_KEY: minio1234
PYTHONUNBUFFERED: "1"
Expand Down

0 comments on commit db0dd6b

Please sign in to comment.