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/name: argocd-cm
app.kubernetes.io/part-of: argocd app.kubernetes.io/part-of: argocd
data: data:
server.insecure: "true"
resource.customizations: | resource.customizations: |
networking.k8s.io/Ingress: networking.k8s.io/Ingress:
health.lua: | health.lua: |

View file

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