let's test this sucker
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user