push helm Charts and kube Components

This commit is contained in:
na
2024-08-30 16:13:10 +02:00
parent accee4fdd0
commit 00d92b73f8
42 changed files with 701 additions and 0 deletions

View File

@@ -0,0 +1,12 @@
apiVersion: v1
kind: Service
metadata:
name: {{ .Release.Name }}-oc-catalog
spec:
selector:
app: {{ .Chart.Name }}
ports:
- protocol: TCP
port: {{ .Values.service.port }}
targetPort: {{ .Values.service.targetPort }}
type: {{ .Values.service.type }}