You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@inlong.apache.org by GitBox <gi...@apache.org> on 2022/07/13 07:32:35 UTC

[GitHub] [inlong] shink commented on a diff in pull request #4978: [INLONG-4977][Kubernetes] Divide persistentVolumeClaim by statefulsets

shink commented on code in PR #4978:
URL: https://github.com/apache/inlong/pull/4978#discussion_r919623624


##########
docker/kubernetes/values.yaml:
##########
@@ -51,8 +51,24 @@ images:
   pullPolicy: "IfNotPresent"
 
 volumes:
-  persistence: false
-  storageClassName: "local-storage"
+  mysql:
+    persistence: false
+    storageClassName: "local-storage"
+  tubemqBroker:
+    persistence: false
+    storageClassName: "local-storage"
+  tubemqMaster:
+    persistence: false
+    storageClassName: "local-storage"
+  zookeeper:
+    persistence: false
+    storageClassName: "local-storage"
+  agent:
+    persistence: false
+    storageClassName: "local-storage"
+  dataproxy:
+    persistence: false
+    storageClassName: "local-storage"

Review Comment:
   How about putting them into each component?



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@inlong.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org