Create certificate.yml

This commit is contained in:
Victor Timofei 2021-12-30 15:32:05 +02:00 committed by GitHub
parent 162f9170aa
commit 72c696580d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 12 additions and 0 deletions

12
kustomize/certificate.yml Normal file
View File

@ -0,0 +1,12 @@
apiVersion: cert-manager.io/v1
kind: Certificate
metadata:
name: argocd-app
namespace: argocd
spec:
dnsNames:
- k8s-argocd.tk
secretName: argocd-app-tls
issuerRef:
name: letsencrypt-cluster-issuer
kind: ClusterIssuer