Fix bloody ingress Argocd

This commit is contained in:
Ultradesu
2025-04-06 18:04:25 +01:00
parent ee8446c21d
commit c87b72e9f1
3 changed files with 21 additions and 17 deletions

View File

@ -72,16 +72,23 @@ redis-ha:
# Argo CD Server (API and UI)
server:
replicas: 1
args:
- --insecure
replicas: 1
# Ingress settings
service:
ports:
http: 80
ingress:
enabled: false
enabled: true
hostname: ag.hexor.cy
ingressClassName: traefik
annotations:
cert-manager.io/cluster-issuer: letsencrypt
tls: true
https: false
certificate:
enabled: false
enabled: false
certificateSecret:
enabled: false