Try another image of the proxy

This commit is contained in:
Micke Nordin 2024-06-28 14:24:18 +02:00
parent 0609270a81
commit 39b411e3aa
2 changed files with 2 additions and 2 deletions

View file

@ -13,7 +13,7 @@ spec:
spec: spec:
containers: containers:
- name: spark-ui-proxy - name: spark-ui-proxy
image: elsonrodriguez/spark-ui-proxy:1.0 image: iguaziodocker/spark-ui-proxy:0.1.0
ports: ports:
- containerPort: 80 - containerPort: 80
resources: resources:

View file

@ -2,7 +2,7 @@
apiVersion: networking.k8s.io/v1 apiVersion: networking.k8s.io/v1
kind: Ingress kind: Ingress
metadata: metadata:
name: spark-ingress name: spark-ui-proxy-ingress
annotations: annotations:
kubernetes.io/ingress.class: nginx kubernetes.io/ingress.class: nginx
spec: spec: