let's test this sucker

This commit is contained in:
ducoterra
2020-04-22 15:13:04 -04:00
parent 73bba50262
commit 22843802b7
13 changed files with 240 additions and 24 deletions

View File

@@ -14,6 +14,9 @@ spec:
containers:
- name: test
image: $CI_REGISTRY_IMAGE:$CI_COMMIT_TAG
volumeMounts:
- mountPath: /app/db.sqlite3
name: test
resources:
limits:
memory: "256Mi"
@@ -22,4 +25,8 @@ spec:
memory: "1Mi"
cpu: "1m"
ports:
- containerPort: 8000
- containerPort: 8000
volumes:
- name: test
persistentVolumeClaim:
claimName: test