fix(spark): use nginx ingress class instead of traefik

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
Janis Eccarius
2026-06-16 20:42:14 +02:00
parent ab95b4f101
commit e08e8313ff
+2 -2
View File
@@ -6,7 +6,7 @@ metadata:
app.kubernetes.io/name: spark-cluster
app.kubernetes.io/part-of: nowchess
spec:
ingressClassName: traefik
ingressClassName: nginx
rules:
- host: spark.nowchess.janis-eccarius.de
http:
@@ -27,7 +27,7 @@ metadata:
app.kubernetes.io/name: spark-cluster
app.kubernetes.io/part-of: nowchess
spec:
ingressClassName: traefik
ingressClassName: nginx
rules:
- host: spark-history.nowchess.janis-eccarius.de
http: