Add unity catalog chart

This commit is contained in:
wbsong111
2025-05-22 16:29:01 +09:00
parent 116b20e7c7
commit 30571ad5e2
78 changed files with 9188 additions and 0 deletions
@@ -0,0 +1,15 @@
apiVersion: v1
kind: Service
metadata:
name: {{ include "unitycatalog.server.fullname" . }}
labels:
{{- include "unitycatalog.server.labels" . | nindent 4 }}
spec:
type: {{ .Values.server.service.type }}
ports:
- port: {{ .Values.server.service.port }}
targetPort: api
protocol: TCP
name: api
selector:
{{- include "unitycatalog.server.selectorLabels" . | nindent 4 }}