mirror of
https://github.com/vcscsvcscs/GenerationsHeritage.git
synced 2025-08-13 14:29:05 +02:00
29 lines
601 B
YAML
29 lines
601 B
YAML
apiVersion: cert-manager.io/v1
|
|
kind: Certificate
|
|
metadata:
|
|
name: gh-backend-certificate
|
|
annotations:
|
|
argocd.argoproj.io/hook: PreSync
|
|
spec:
|
|
isCA: false
|
|
duration: 2160h # 90d
|
|
renewBefore: 360h # 15d
|
|
dnsNames:
|
|
- gh-backend.generations-heritage.svc.cluster.local
|
|
- gh-backend
|
|
- localhost
|
|
ipAddresses:
|
|
- 127.0.0.1
|
|
subject:
|
|
organizations:
|
|
- GenerationsHeritage
|
|
secretName: gh-backend-tls
|
|
privateKey:
|
|
algorithm: RSA
|
|
encoding: PKCS1
|
|
size: 2048
|
|
issuerRef:
|
|
name: default-cluster-ca-issuer
|
|
kind: ClusterIssuer
|
|
group: cert-manager.io
|
|
|