@@ -385,6 +385,8 @@ zookeeper:
385385 type : requiredDuringSchedulingIgnoredDuringExecution
386386 # set topologySpreadConstraint to deploy pods across different zones
387387 topologySpreadConstraints : []
388+ # annotations for the app (statefulset/deployment)
389+ appAnnotations : {}
388390 annotations : {}
389391 tolerations : []
390392 gracePeriod : 30
@@ -499,6 +501,8 @@ oxia:
499501 replicationFactor : 3
500502# # templates/coordinator-deployment.yaml
501503 coordinator :
504+ # annotations for the app (statefulset/deployment)
505+ appAnnotations : {}
502506 # This is how Victoria Metrics or Prometheus discovers this component
503507 podMonitor :
504508 enabled : true
@@ -521,6 +525,8 @@ oxia:
521525 # cloud.google.com/gke-nodepool: default-pool
522526# # templates/server-statefulset.yaml
523527 server :
528+ # annotations for the app (statefulset/deployment)
529+ appAnnotations : {}
524530 # This is how Victoria Metrics or Prometheus discovers this component
525531 podMonitor :
526532 enabled : true
@@ -638,6 +644,8 @@ bookkeeper:
638644 type : requiredDuringSchedulingIgnoredDuringExecution
639645 # set topologySpreadConstraint to deploy pods across different zones
640646 topologySpreadConstraints : []
647+ # annotations for the app (statefulset/deployment)
648+ appAnnotations : {}
641649 annotations : {}
642650 tolerations : []
643651 gracePeriod : 30
@@ -828,6 +836,8 @@ autorecovery:
828836 type : requiredDuringSchedulingIgnoredDuringExecution
829837 # set topologySpreadConstraint to deploy pods across different zones
830838 topologySpreadConstraints : []
839+ # annotations for the app (statefulset/deployment)
840+ appAnnotations : {}
831841 annotations : {}
832842 # tolerations: []
833843 gracePeriod : 30
@@ -1027,6 +1037,8 @@ broker:
10271037 type : preferredDuringSchedulingIgnoredDuringExecution
10281038 # set topologySpreadConstraint to deploy pods across different zones
10291039 topologySpreadConstraints : []
1040+ # annotations for the app (statefulset/deployment)
1041+ appAnnotations : {}
10301042 annotations : {}
10311043 tolerations : []
10321044 gracePeriod : 30
@@ -1279,6 +1291,8 @@ proxy:
12791291 type : requiredDuringSchedulingIgnoredDuringExecution
12801292 # set topologySpreadConstraint to deploy pods across different zones
12811293 topologySpreadConstraints : []
1294+ # annotations for the app (statefulset/deployment)
1295+ appAnnotations : {}
12821296 annotations : {}
12831297 tolerations : []
12841298 gracePeriod : 30
@@ -1447,6 +1461,8 @@ toolset:
14471461 # cloud.google.com/gke-nodepool: default-pool
14481462 # set topologySpreadConstraint to deploy pods across different zones
14491463 topologySpreadConstraints : []
1464+ # annotations for the app (statefulset/deployment)
1465+ appAnnotations : {}
14501466 annotations : {}
14511467 tolerations : []
14521468 gracePeriod : 30
@@ -1730,6 +1746,8 @@ pulsar_manager:
17301746 # cloud.google.com/gke-nodepool: default-pool
17311747 # set topologySpreadConstraint to deploy pods across different zones
17321748 topologySpreadConstraints : []
1749+ # annotations for the app (statefulset/deployment)
1750+ appAnnotations : {}
17331751 annotations : {}
17341752 tolerations : []
17351753 extraVolumes : []
0 commit comments