Followed docs for heptio-ark and DO plugin v0.11.0

This commit is contained in:
Robert Schäfer 2019-05-10 12:40:45 +02:00
parent 8485b583a4
commit 018dd89797
5 changed files with 9 additions and 0 deletions

View File

@ -4,6 +4,8 @@
metadata: metadata:
name: nitro-backend name: nitro-backend
namespace: human-connection namespace: human-connection
labels:
app: human-connection
spec: spec:
replicas: 1 replicas: 1
minReadySeconds: 15 minReadySeconds: 15
@ -22,6 +24,7 @@
labels: labels:
human-connection.org/commit: COMMIT human-connection.org/commit: COMMIT
human-connection.org/selector: deployment-human-connection-backend human-connection.org/selector: deployment-human-connection-backend
app: human-connection
name: "nitro-backend" name: "nitro-backend"
spec: spec:
containers: containers:

View File

@ -19,6 +19,7 @@
backup.velero.io/backup-volumes: neo4j-data backup.velero.io/backup-volumes: neo4j-data
labels: labels:
human-connection.org/selector: deployment-human-connection-neo4j human-connection.org/selector: deployment-human-connection-neo4j
app: human-connection
name: nitro-neo4j name: nitro-neo4j
spec: spec:
containers: containers:

View File

@ -8,6 +8,7 @@
containers: containers:
- name: nitro-maintenance-worker - name: nitro-maintenance-worker
image: humanconnection/maintenance-worker:latest image: humanconnection/maintenance-worker:latest
command: ["idle"]
envFrom: envFrom:
- configMapRef: - configMapRef:
name: maintenance-worker name: maintenance-worker

View File

@ -4,6 +4,8 @@
metadata: metadata:
name: neo4j-data-claim name: neo4j-data-claim
namespace: human-connection namespace: human-connection
labels:
app: human-connection
spec: spec:
accessModes: accessModes:
- ReadWriteOnce - ReadWriteOnce

View File

@ -4,6 +4,8 @@
metadata: metadata:
name: uploads-claim name: uploads-claim
namespace: human-connection namespace: human-connection
labels:
app: human-connection
spec: spec:
accessModes: accessModes:
- ReadWriteOnce - ReadWriteOnce