Integrating catalog

This commit is contained in:
plm
2025-01-10 16:41:41 +01:00
parent fb5aed882f
commit 0b362983a3
5 changed files with 94 additions and 1 deletions

View File

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