Moved Kubernetes resources to the right folders

This commit is contained in:
Max Pfeiffer
2026-01-11 10:19:00 +01:00
parent 078b0a5d8f
commit 1909f75aa9
5 changed files with 0 additions and 0 deletions

View 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"