1
0
Fork 0
molgenis-ops-docker-helm/molgenis-nexus/templates/services/httpd-service.yaml

14 lines
292 B
YAML
Raw Normal View History

apiVersion: v1
kind: Service
metadata:
name: {{ .Values.httpd.name }}
labels:
app: {{ .Values.httpd.name }}
spec:
2018-07-14 13:13:23 +02:00
type: {{ .Values.httpd.service.type }}
ports:
- name: {{ .Values.httpd.name }}
port: {{ .Values.httpd.port }}
selector:
app: {{ .Values.httpd.selector }}