This commit is contained in:
Graham McIntire 2023-04-30 15:41:26 -05:00
parent a93eea363c
commit 6516374697
No known key found for this signature in database

View file

@ -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