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

14 lines
166 B
YAML

apiVersion: v1
kind: Service
metadata:
name: httpd
labels:
app: httpd
spec:
type: NodePort
ports:
- name: httpd
port: 80
selector:
app: httpd