Rename files
This commit is contained in:
parent
57d27855db
commit
0e7417ddee
|
@ -8,3 +8,4 @@ resources:
|
||||||
- spark-worker-controller.yml
|
- spark-worker-controller.yml
|
||||||
apiVersion: kustomize.config.k8s.io/v1beta1
|
apiVersion: kustomize.config.k8s.io/v1beta1
|
||||||
kind: Kustomization
|
kind: Kustomization
|
||||||
|
|
||||||
|
|
|
@ -12,4 +12,4 @@ helmCharts:
|
||||||
helmGlobals:
|
helmGlobals:
|
||||||
chartHome: ../../base/charts/
|
chartHome: ../../base/charts/
|
||||||
patches:
|
patches:
|
||||||
- path: spark-ingress.yml
|
- path: spark-proxy-ui-ingress.yml
|
||||||
|
|
|
@ -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