mirror of
https://github.com/zoriya/snow.git
synced 2026-08-05 13:57:26 +00:00
17 lines
327 B
YAML
17 lines
327 B
YAML
apiVersion: cert-manager.io/v1
|
|
kind: Certificate
|
|
metadata:
|
|
name: postgres-cluster-ca
|
|
spec:
|
|
secretName: postgres-cluster-ca
|
|
secretTemplate:
|
|
labels:
|
|
cnpg.io/reload: ""
|
|
usages:
|
|
- client auth
|
|
commonName: streaming_replica
|
|
issuerRef:
|
|
name: selfsigned
|
|
kind: ClusterIssuer
|
|
group: cert-manager.io
|