mirror of
https://github.com/cloudnative-pg/plugin-barman-cloud.git
synced 2026-01-11 21:23:12 +01:00
20 lines
347 B
YAML
20 lines
347 B
YAML
apiVersion: cert-manager.io/v1
|
|
kind: Certificate
|
|
metadata:
|
|
name: barman-cloud-client
|
|
spec:
|
|
secretName: barman-cloud-client-tls
|
|
|
|
commonName: "barman-cloud-client"
|
|
duration: 2160h # 90d
|
|
renewBefore: 360h # 15d
|
|
|
|
isCA: false
|
|
usages:
|
|
- client auth
|
|
|
|
issuerRef:
|
|
name: selfsigned-issuer
|
|
kind: Issuer
|
|
group: cert-manager.io
|