add emptydir for logs
This commit is contained in:
@@ -313,7 +313,7 @@ plane:
|
||||
main:
|
||||
image:
|
||||
repository: makeplane/plane-live
|
||||
tag: v0.22-dev
|
||||
tag: preview
|
||||
pullPolicy: IfNotPresent
|
||||
env:
|
||||
- name: SECRET_KEY
|
||||
@@ -605,6 +605,35 @@ plane:
|
||||
tls:
|
||||
- hosts:
|
||||
- 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:
|
||||
existingSecret:
|
||||
name: plane-minio-root-secret
|
||||
|
Reference in New Issue
Block a user