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:
name: nitro-backend
namespace: human-connection
labels:
app: human-connection
spec:
replicas: 1
minReadySeconds: 15
@ -22,6 +24,7 @@
labels:
human-connection.org/commit: COMMIT
human-connection.org/selector: deployment-human-connection-backend
app: human-connection
name: "nitro-backend"
spec:
containers:

View File

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

View File

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

View File

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

View File

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