fix(spark): use nginx ingress class instead of traefik
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -6,7 +6,7 @@ metadata:
|
|||||||
app.kubernetes.io/name: spark-cluster
|
app.kubernetes.io/name: spark-cluster
|
||||||
app.kubernetes.io/part-of: nowchess
|
app.kubernetes.io/part-of: nowchess
|
||||||
spec:
|
spec:
|
||||||
ingressClassName: traefik
|
ingressClassName: nginx
|
||||||
rules:
|
rules:
|
||||||
- host: spark.nowchess.janis-eccarius.de
|
- host: spark.nowchess.janis-eccarius.de
|
||||||
http:
|
http:
|
||||||
@@ -27,7 +27,7 @@ metadata:
|
|||||||
app.kubernetes.io/name: spark-cluster
|
app.kubernetes.io/name: spark-cluster
|
||||||
app.kubernetes.io/part-of: nowchess
|
app.kubernetes.io/part-of: nowchess
|
||||||
spec:
|
spec:
|
||||||
ingressClassName: traefik
|
ingressClassName: nginx
|
||||||
rules:
|
rules:
|
||||||
- host: spark-history.nowchess.janis-eccarius.de
|
- host: spark-history.nowchess.janis-eccarius.de
|
||||||
http:
|
http:
|
||||||
|
|||||||
Reference in New Issue
Block a user