Rename files
This commit is contained in:
parent
57d27855db
commit
0e7417ddee
|
@ -8,3 +8,4 @@ resources:
|
|||
- spark-worker-controller.yml
|
||||
apiVersion: kustomize.config.k8s.io/v1beta1
|
||||
kind: Kustomization
|
||||
|
||||
|
|
|
@ -12,4 +12,4 @@ helmCharts:
|
|||
helmGlobals:
|
||||
chartHome: ../../base/charts/
|
||||
patches:
|
||||
- path: spark-ingress.yml
|
||||
- path: spark-proxy-ui-ingress.yml
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
apiVersion: networking.k8s.io/v1
|
||||
kind: Ingress
|
||||
metadata:
|
||||
name: spark-ingress
|
||||
name: spark-ui-proxy-ingress
|
||||
annotations:
|
||||
kubernetes.io/ingress.class: nginx
|
||||
spec:
|
Loading…
Reference in a new issue