Added Kubernetes resources for TLS setup, updated docs
This commit is contained in:
16
argocd/network/certificates.yaml
Normal file
16
argocd/network/certificates.yaml
Normal file
@@ -0,0 +1,16 @@
|
||||
apiVersion: cert-manager.io/v1
|
||||
kind: Certificate
|
||||
metadata:
|
||||
name: argocd
|
||||
namespace: network
|
||||
annotations:
|
||||
argocd.argoproj.io/sync-wave: "25"
|
||||
argocd.argoproj.io/sync-options: SkipDryRunOnMissingResource=true
|
||||
spec:
|
||||
secretName: argocd-tls
|
||||
issuerRef:
|
||||
name: letsencrypt-http01
|
||||
kind: ClusterIssuer
|
||||
dnsNames:
|
||||
# Configure the FQDN for ArgoCD here
|
||||
- "argocd.yourdomain.com"
|
||||
Reference in New Issue
Block a user