Skip to content
Snippets Groups Projects
Commit 0506930d authored by Nico Pögel's avatar Nico Pögel
Browse files

added subpath to myaktion database

parent 09ed455a
No related branches found
No related tags found
No related merge requests found
......@@ -34,7 +34,8 @@ spec:
volumeMounts:
- mountPath: /var/lib/postgresql/data
name: myaktion-db-pv-claim
subPath: myaktion
volumes:
- name: myaktion-db-pv-claim
persistentVolumeClaim:
claimName: myaktion-db-pv-claim
\ No newline at end of file
claimName: myaktion-db-pv-claim
......@@ -16,8 +16,8 @@ spec:
spec:
containers:
- name: myaktion
image: ginyanote/myaktion:0.2.1
imagePullPolicy: IfNotPresent
image: ginyanote/myaktion:0.2.4
imagePullPolicy: Always
ports:
- containerPort: 8080
env:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment