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

28 lines
510 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: {}
2018-06-25 16:32:02 +02:00
selector:
matchLabels:
app: nexus
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: nexus
2018-06-25 17:03:50 +02:00
image: sonatype/nexus3:latest
2018-06-25 15:11:29 +02:00
ports:
- containerPort: 8081
- containerPort: 5000