Update bookkeeper journal & standalone to use local-path in CI cluster (#15543)

Signed-off-by: Jenny Li <jing.li@zilliz.com>
pull/15550/head
Jenny Li 2022-02-11 18:03:48 +08:00 committed by GitHub
parent fda7d4812d
commit 14188c93db
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 0 deletions

View File

@ -99,6 +99,8 @@ pulsar:
# memory: "8Gi"
bookkeeper:
volumes:
journal:
existingStorageClassName: local-path
ledgers:
existingStorageClassName: local-path
resources:
@ -152,6 +154,9 @@ minio:
# cpu: "0.6"
# memory: "512Mi"
standalone:
persistence:
persistentVolumeClaim:
storageClass: local-path
resources:
requests:
cpu: "1"