Merge pull request #18 from Crossbell-Box/feat-oss-pvc
feat: prod oss pvc
This commit is contained in:
commit
c70cb7a8cd
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue