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

36 lines
774 B
YAML
Raw Normal View History

apiVersion: extensions/v1beta1
kind: Deployment
metadata:
creationTimestamp: null
2018-06-25 15:11:29 +02:00
name: nexus
labels:
2018-06-25 15:11:29 +02:00
app: nexus
environment: production
spec:
replicas: 1
strategy: {}
template:
metadata:
labels:
2018-06-25 15:11:29 +02:00
app: nexus
creationTimestamp: null
spec:
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: {}
2018-06-25 15:11:29 +02:00
restartPolicy: Always
- name: nexus
image: sonatype/nexus:latest
ports:
- containerPort: 8081
- containerPort: 5000
status: {}