add emptydir for logs
This commit is contained in:
@@ -313,7 +313,7 @@ plane:
|
|||||||
main:
|
main:
|
||||||
image:
|
image:
|
||||||
repository: makeplane/plane-live
|
repository: makeplane/plane-live
|
||||||
tag: v0.22-dev
|
tag: preview
|
||||||
pullPolicy: IfNotPresent
|
pullPolicy: IfNotPresent
|
||||||
env:
|
env:
|
||||||
- name: SECRET_KEY
|
- name: SECRET_KEY
|
||||||
@@ -605,6 +605,35 @@ plane:
|
|||||||
tls:
|
tls:
|
||||||
- hosts:
|
- hosts:
|
||||||
- plane-cl01tl
|
- plane-cl01tl
|
||||||
|
persistence:
|
||||||
|
logs-api:
|
||||||
|
type: emptyDir
|
||||||
|
advancedMounts:
|
||||||
|
api:
|
||||||
|
main:
|
||||||
|
- path: /code/plane/logs
|
||||||
|
readOnly: false
|
||||||
|
logs-worker:
|
||||||
|
type: emptyDir
|
||||||
|
advancedMounts:
|
||||||
|
worker:
|
||||||
|
main:
|
||||||
|
- path: /code/plane/logs
|
||||||
|
readOnly: false
|
||||||
|
logs-beat-worker:
|
||||||
|
type: emptyDir
|
||||||
|
advancedMounts:
|
||||||
|
beat-worker:
|
||||||
|
main:
|
||||||
|
- path: /code/plane/logs
|
||||||
|
readOnly: false
|
||||||
|
logs-migrator:
|
||||||
|
type: emptyDir
|
||||||
|
advancedMounts:
|
||||||
|
migrator:
|
||||||
|
main:
|
||||||
|
- path: /code/plane/logs
|
||||||
|
readOnly: false
|
||||||
minio:
|
minio:
|
||||||
existingSecret:
|
existingSecret:
|
||||||
name: plane-minio-root-secret
|
name: plane-minio-root-secret
|
||||||
|
Reference in New Issue
Block a user