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

32 lines
674 B
YAML
Raw Normal View History

apiVersion: extensions/v1beta1
kind: Deployment
metadata:
creationTimestamp: null
2018-06-25 16:32:02 +02:00
name: httpd
labels:
2018-06-25 15:11:29 +02:00
app: nexus
environment: production
spec:
replicas: 1
strategy: {}
2018-06-25 16:32:02 +02:00
selector:
matchLabels:
2018-06-25 16:34:05 +02:00
app: httpd
template:
metadata:
labels:
app: httpd
creationTimestamp: null
spec:
2018-06-25 15:53:46 +02:00
restartPolicy: Always
containers:
2018-06-25 15:11:29 +02:00
- name: httpd
image: registry.webhosting.rug.nl/molgenis/httpd:lts
env:
- name: PROXY_SERVICE
value: nexus:8081,nexus:5000:v2
- name: SERVER_NAME
2018-06-25 15:11:29 +02:00
value: registry.molgenis.org
ports:
- containerPort: 80
resources: {}