@@ -579,7 +579,7 @@ druid:
579579 # admin_secret_access_key:
580580 # read_access_key_id:
581581 # read_secret_access_key:
582-
582+
583583 # Service configuration
584584 s3 :
585585 enabled : true # Whether to enable S3 gateway
@@ -621,20 +621,20 @@ druid:
621621 grpcPort : 19333
622622 config : " "
623623 volumeSizeLimitMB : 1024
624-
624+
625625 # Service settings
626626 service :
627627 annotations : {} # Annotations for the service
628628 type : ClusterIP # Service type (ClusterIP, NodePort, LoadBalancer)
629-
629+
630630 # Storage configuration
631631 data :
632632 type : " emptyDir" # Options: "hostPath", "persistentVolumeClaim", "emptyDir"
633633 hostPathPrefix : /mnt/data # Path prefix for hostPath volumes
634634 claimName : seaweedfs-data-pvc # Name of the PVC to use
635635 size : " " # Size of the PVC
636636 storageClass : " " # Storage class for the PVC
637-
637+
638638 # Health checks
639639 readinessProbe :
640640 enabled : true
@@ -647,7 +647,7 @@ druid:
647647 successThreshold : 1
648648 failureThreshold : 6
649649 timeoutSeconds : 40
650-
650+
651651 livenessProbe :
652652 enabled : true
653653 httpGet :
@@ -672,7 +672,7 @@ druid:
672672 successThreshold : 1
673673 failureThreshold : 15
674674 timeoutSeconds : 40
675-
675+
676676 # Additional resources
677677 extraEnvironmentVars : {} # Additional environment variables
678678 extraVolumeMounts : " " # Additional volume mounts
@@ -682,7 +682,7 @@ druid:
682682 annotations : {} # Annotations for the deployment
683683 podAnnotations : {} # Annotations for the pods
684684 podLabels : {} # Labels for the pods
685-
685+
686686 # Scheduling configuration
687687 # Affinity Settings
688688 # Commenting out or setting as empty the affinity variable, will allow
@@ -696,12 +696,12 @@ druid:
696696 # app.kubernetes.io/instance: {{ .Release.Name }}
697697 # app.kubernetes.io/component: master
698698 # topologyKey: kubernetes.io/hostname
699-
699+
700700 # Topology Spread Constraints Settings
701701 # This should map directly to the value of the topologySpreadConstraints
702702 # for a PodSpec. By Default no constraints are set.
703703 topologySpreadConstraints : " "
704-
704+
705705 # Toleration Settings for master pods
706706 # This should be a multi-line string matching the Toleration array
707707 # in a PodSpec.
0 commit comments