Try another image of the proxy
This commit is contained in:
parent
0609270a81
commit
39b411e3aa
|
@ -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:
|
||||||
|
|
|
@ -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:
|
Loading…
Reference in a new issue