2024-09-20 00:28:32 +00:00
|
|
|
apiVersion: cert-manager.io/v1
|
|
|
|
kind: Certificate
|
|
|
|
metadata:
|
|
|
|
name: postgres-cert
|
|
|
|
namespace: database
|
|
|
|
spec:
|
|
|
|
secretName: postgres-cert
|
|
|
|
|
|
|
|
duration: 2160h # 90d
|
|
|
|
renewBefore: 360h # 15d
|
|
|
|
|
|
|
|
issuerRef:
|
2024-09-20 02:20:44 +00:00
|
|
|
name: ca-issuer
|
2024-09-20 00:28:32 +00:00
|
|
|
kind: ClusterIssuer
|
|
|
|
|
|
|
|
dnsNames:
|
|
|
|
- postgresql.database
|