Initial GitOps structure

This commit is contained in:
2026-06-18 12:46:33 +00:00
parent 531c5d57a8
commit 80c6f9a7c4
7 changed files with 167 additions and 0 deletions
+14
View File
@@ -0,0 +1,14 @@
server:
ingress:
enabled: true
ingressClassName: nginx
annotations:
cert-manager.io/cluster-issuer: letsencrypt-prod
nginx.ingress.kubernetes.io/ssl-passthrough: "true"
nginx.ingress.kubernetes.io/backend-protocol: "HTTPS"
hosts:
- argocd.uzbutterfly.com
tls:
- secretName: argocd-tls
hosts:
- argocd.uzbutterfly.com