1
0
Fork 0
kubernetes/firefly-iii/postgres-cert.yaml

14 lines
248 B
YAML

apiVersion: cert-manager.io/v1
kind: Certificate
metadata:
name: postgres-client-cert
spec:
commonName: firefly
privateKey:
algorithm: ECDSA
secretName: postgres-client-cert
issuerRef:
name: postgresql-ca
kind: ClusterIssuer