Change chart directory structure

This commit is contained in:
wbsong111
2026-01-19 16:11:44 +09:00
parent 0f2284bf35
commit 0436749932
5948 changed files with 119 additions and 79 deletions
@@ -0,0 +1,17 @@
{{- if .Values.ui.enabled -}}
apiVersion: v1
kind: Service
metadata:
name: {{ include "unitycatalog.ui.fullname" . }}
labels:
{{- include "unitycatalog.ui.labels" . | nindent 4 }}
spec:
type: {{ .Values.ui.service.type }}
ports:
- port: {{ .Values.ui.service.port }}
targetPort: ui
protocol: TCP
name: ui
selector:
{{- include "unitycatalog.ui.selectorLabels" . | nindent 4 }}
{{- end }}