fix argo ingress
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Aaron Riedel 2024-02-18 14:07:22 +01:00
parent 98bdbf83db
commit 55382ae3dc
Signed by: aaron
GPG key ID: 643004654D40D577
2 changed files with 2 additions and 3 deletions

View file

@ -8,6 +8,7 @@ metadata:
app.kubernetes.io/name: argocd-cm
app.kubernetes.io/part-of: argocd
data:
server.insecure: "true"
resource.customizations: |
networking.k8s.io/Ingress:
health.lua: |

View file

@ -4,8 +4,6 @@ kind: Ingress
metadata:
name: argocd-ingress
namespace: argocd
annotations:
nginx.org/ssl-services: "argocd-server"
spec:
rules:
- host: "argo.services.yolokube.de"
@ -17,4 +15,4 @@ spec:
service:
name: argocd-server
port:
number: 443
number: 80