fix: critical fix to documentation for fixing the issue with k8's deployments

Signed-off-by: Darshan Simha <darshan_simha@intuit.com>
This commit is contained in:
Darshan Simha
2024-02-02 09:08:10 -05:00
parent 1c250188c7
commit 41c4fc9d41
+13
View File
@@ -397,6 +397,19 @@ backend:
password: ${POSTGRES_PASSWORD}
```
Please also change the host and port environment variables in the `app-config.production.yaml` to the following:
```yaml
backend:
database:
client: pg
connection:
host: ${POSTGRES_SERVICE_HOST}
port: ${POSTGRES_SERVICE_PORT}
user: ${POSTGRES_USER}
password: ${POSTGRES_PASSWORD}
```
Make sure to rebuild the Docker image after applying `app-config.yaml` changes.
Apply this Deployment to the Kubernetes cluster: