Merge pull request #18 from Crossbell-Box/feat-oss-pvc

feat: prod oss pvc
This commit is contained in:
Kind Jeff 2022-09-29 19:59:34 +08:00 committed by GitHub
commit c70cb7a8cd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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