Automated Manifest Update (#2502)

This PR contains newly rendered Kubernetes manifests automatically generated by the CI workflow.

Reviewed-on: #2502
Co-authored-by: gitea-bot <gitea-bot@alexlebens.net>
Co-committed-by: gitea-bot <gitea-bot@alexlebens.net>
This commit was merged in pull request #2502.
This commit is contained in:
2025-12-14 00:17:27 +00:00
committed by Alex Lebens
parent 9a14e236ea
commit 4b2b008ebb
3 changed files with 52 additions and 23 deletions

View File

@@ -55,27 +55,27 @@ spec:
valueFrom:
secretKeyRef:
key: username
name: outline-postgresql-17-cluster-app
name: outline-postgresql-18-cluster-app
- name: POSTGRES_PASSWORD
valueFrom:
secretKeyRef:
key: password
name: outline-postgresql-17-cluster-app
name: outline-postgresql-18-cluster-app
- name: POSTGRES_DATABASE_NAME
valueFrom:
secretKeyRef:
key: dbname
name: outline-postgresql-17-cluster-app
name: outline-postgresql-18-cluster-app
- name: POSTGRES_DATABASE_HOST
valueFrom:
secretKeyRef:
key: host
name: outline-postgresql-17-cluster-app
name: outline-postgresql-18-cluster-app
- name: POSTGRES_DATABASE_PORT
valueFrom:
secretKeyRef:
key: port
name: outline-postgresql-17-cluster-app
name: outline-postgresql-18-cluster-app
- name: DATABASE_URL
value: postgres://$(POSTGRES_USERNAME):$(POSTGRES_PASSWORD)@$(POSTGRES_DATABASE_HOST):$(POSTGRES_DATABASE_PORT)/$(POSTGRES_DATABASE_NAME)
- name: DATABASE_URL_TEST