Skip to content
Snippets Groups Projects
Verified Commit 5d24466d authored by Sheogorath's avatar Sheogorath :european_castle:
Browse files

fix(hedgedoc): Add missing TLS section to postgresql database

parent 73aca198
No related branches found
No related tags found
No related merge requests found
......@@ -16,3 +16,25 @@ spec:
hedgedoc: hedgedoc
postgresql:
version: "14"
spiloFSGroup: 103
tls:
secretName: "hedgedoc-postgres-tls"
caSecretName: "namespace-ca"
caFile: "ca.crt"
---
apiVersion: cert-manager.io/v1
kind: Certificate
metadata:
name: hedgedoc-postgres
namespace: hedgedoc
spec:
secretName: hedgedoc-postgres-tls
dnsNames:
- hedgedoc-postgres.hedgedoc.svc.cluster.local
- hedgedoc-postgres.hedgedoc.svc
issuerRef:
name: namespace-ca-issuer
kind: Issuer
group: cert-manager.io
usages:
- server auth
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment