Fix bloody ingress Argocd

This commit is contained in:
Ultradesu
2025-04-06 18:10:38 +01:00
parent c87b72e9f1
commit cd08e6f877
3 changed files with 4 additions and 15 deletions

View File

@ -21,5 +21,5 @@ spec:
service:
name: argocd-server
port:
number: 443
number: 80

View File

@ -1,8 +1,8 @@
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
resources: []
# - ingress.yaml
resources:
- ingress.yaml
helmCharts:
- name: argo-cd

View File

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