updates
This commit is contained in:
parent
a93eea363c
commit
6516374697
1 changed files with 7 additions and 0 deletions
|
|
@ -13,6 +13,10 @@ spec:
|
|||
labels:
|
||||
app: portal
|
||||
spec:
|
||||
volumes:
|
||||
- name: portal-pv
|
||||
persistentVolumeClaim:
|
||||
claimName: portal-pv-claim
|
||||
containers:
|
||||
- name: redis
|
||||
image: redis:5.0.4-alpine
|
||||
|
|
@ -41,3 +45,6 @@ spec:
|
|||
- name: APP_KEY
|
||||
value: base64:O+Bxk/ww7D35liT3tWjwJmpf3gecrxZYd62rRAn7/XA=
|
||||
imagePullPolicy: Always
|
||||
volumeMounts:
|
||||
- mountPath: "/var/www/data/storage"
|
||||
name: portal-pv-claim
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue