Integrating front and workspace service

This commit is contained in:
plm
2025-01-08 23:05:38 +01:00
parent 10b01fdc40
commit f868400b7a
11 changed files with 236 additions and 31 deletions

View File

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