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

35 lines
761 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:
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: {}
2018-06-25 15:11:29 +02:00
- name: nexus
image: sonatype/nexus:latest
ports:
- containerPort: 8081
- containerPort: 5000