Rename files

This commit is contained in:
Micke Nordin 2024-06-28 14:28:48 +02:00
parent 57d27855db
commit 0e7417ddee
3 changed files with 3 additions and 2 deletions

View file

@ -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

View file

@ -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

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: