Adding collaborative area support

This commit is contained in:
plm
2025-01-09 16:24:43 +01:00
parent f868400b7a
commit 5825c89a23
6 changed files with 94 additions and 2 deletions

View File

@@ -0,0 +1,17 @@
{{- if index .Values.ocShared.enabled }}
apiVersion: v1
kind: Service
metadata:
name: oc-shared-svc
labels:
app: oc-shared-svc
spec:
ports:
- name: http
port: 8080
protocol: TCP
targetPort: 8080
selector:
app: oc-shared
type: ClusterIP
{{- end }}