add the ingress class to the ingresses to improve compatibility in the early stages of the cluster creation, where the default class is not yet propagated.

This commit is contained in:
Aaron Riedel 2023-06-19 07:15:19 +02:00
parent c22ebeb2f2
commit 93b8c785a1
Signed by: aaron
GPG key ID: 643004654D40D577
6 changed files with 7 additions and 0 deletions

View file

@ -7,6 +7,7 @@ metadata:
annotations:
nginx.org/ssl-services: "argocd-server"
spec:
ingressClassName: nginx
rules:
- host: "argo.services.yolokube.de"
http:

View file

@ -5,3 +5,4 @@ ingress:
enabled: true
hosts:
- grafana.services.yolokube.de
ingressClassName: nginx

View file

@ -5,4 +5,5 @@ defaultSettings:
replicaAutoBalance: best-effort
ingress:
enabled: true
ingressClassName: nginx
host: longhorn.services.yolokube.de

View file

@ -7,6 +7,7 @@ metadata:
annotations:
nginx.org/basic-auth-secret: prometheus-basic-auth-secret
spec:
ingressClassName: nginx
rules:
- host: "prometheus.services.yolokube.de"
http:
@ -27,6 +28,7 @@ metadata:
annotations:
nginx.org/basic-auth-secret: prometheus-basic-auth-secret
spec:
ingressClassName: nginx
rules:
- host: "alertmanager.services.yolokube.de"
http:

View file

@ -47,6 +47,7 @@ metadata:
name: test1-ingress
namespace: aaron-test
spec:
ingressClassName: nginx
rules:
- host: "test.apps.yolokube.de"
http:

View file

@ -69,6 +69,7 @@ metadata:
name: paste-ingress
namespace: paste
spec:
ingressClassName: nginx
rules:
- host: "paste.apps.yolokube.de"
http: