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: service:
name: argocd-server name: argocd-server
port: port:
number: 443 number: 80

View File

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

View File

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