File tree Expand file tree Collapse file tree 3 files changed +12
-2
lines changed
Expand file tree Collapse file tree 3 files changed +12
-2
lines changed Original file line number Diff line number Diff line change 4545 prometheus.io/scrape : " true"
4646 prometheus.io/port : " {{ .Values.oxia.coordinator.ports.metrics }}"
4747 {{- end }}
48+ {{- with .Values.oxia.coordinator.annotations }}
49+ {{ toYaml . | indent 8 }}
50+ {{- end }}
4851 spec :
4952 {{- if .Values.oxia.server.nodeSelector }}
5053 nodeSelector :
7477 {{- include "oxia-cluster.probe" .Values.oxia.coordinator.ports.internal | nindent 12 }}
7578 readinessProbe :
7679 {{- include "oxia-cluster.probe" .Values.oxia.coordinator.ports.internal | nindent 12 }}
77- {{- end }}
80+ {{- end }}
Original file line number Diff line number Diff line change 4545 prometheus.io/scrape : " true"
4646 prometheus.io/port : " {{ .Values.oxia.server.ports.metrics }}"
4747 {{- end }}
48+ {{- with .Values.oxia.server.annotations }}
49+ {{ toYaml . | indent 8 }}
50+ {{- end }}
4851 spec :
4952 {{- if .Values.oxia.server.nodeSelector }}
5053 nodeSelector :
@@ -147,4 +150,4 @@ spec:
147150 resources :
148151 requests :
149152 storage : {{ .Values.oxia.server.storageSize }}
150- {{- end}}
153+ {{- end}}
Original file line number Diff line number Diff line change @@ -503,6 +503,8 @@ oxia:
503503 coordinator :
504504 # annotations for the app (statefulset/deployment)
505505 appAnnotations : {}
506+ # pods annotations
507+ annotations : {}
506508 # This is how Victoria Metrics or Prometheus discovers this component
507509 podMonitor :
508510 enabled : true
@@ -527,6 +529,8 @@ oxia:
527529 server :
528530 # annotations for the app (statefulset/deployment)
529531 appAnnotations : {}
532+ # pods annotations
533+ annotations : {}
530534 # This is how Victoria Metrics or Prometheus discovers this component
531535 podMonitor :
532536 enabled : true
You can’t perform that action at this time.
0 commit comments