oc-tools/oc-deploy/charts/oc-mongo-express/templates/service.yaml

13 lines
256 B
YAML
Raw Normal View History

apiVersion: v1
kind: Service
metadata:
name: mongo-express
spec:
selector:
app: mongo-express
ports:
- protocol: TCP
port: {{ .Values.service.port }}
targetPort: {{ .Values.service.targetPort }}
type: {{ .Values.service.type }}