feat: prod oss pvc

This commit is contained in:
sljeff 2022-09-29 19:57:25 +08:00
parent 359dcb321c
commit cd29947633
1 changed files with 6 additions and 0 deletions

View File

@ -40,6 +40,9 @@ spec:
cpu: "500m"
terminationMessagePath: /dev/termination-log
terminationMessagePolicy: File
volumeMounts:
- name: xlog-image
mountPath: /app/.next/cache/images
readinessProbe:
tcpSocket:
port: 3000
@ -88,3 +91,6 @@ spec:
- name: validator
configMap:
name: xlog-caddy-validator
- name: xlog-image
persistentVolumeClaim:
claimName: xlog-image # OSS PVC created manually in the ACK console