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
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization

View file

@ -12,4 +12,4 @@ helmCharts:
helmGlobals:
chartHome: ../../base/charts/
patches:
- path: spark-ingress.yml
- path: spark-proxy-ui-ingress.yml

View file

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