oc-deploy/helm/oc-catalog/templates/service.yml

13 lines
277 B
YAML
Raw Normal View History

2024-08-30 16:13:10 +02:00
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 }}