Skip to content

Commit

Permalink
address ce metrics issue
Browse files Browse the repository at this point in the history
  • Loading branch information
avimoondra committed Mar 5, 2024
1 parent e7ed494 commit 7b12289
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 6 deletions.
4 changes: 0 additions & 4 deletions charts/retool/templates/deployment_code_executor.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,6 @@ spec:
revisionHistoryLimit: {{ .Values.revisionHistoryLimit }}
template:
metadata:
annotations:
prometheus.io/job: {{ template "retool.codeExecutor.name" . }}
prometheus.io/scrape: 'true'
prometheus.io/port: '9090'
{{- if .Values.podAnnotations }}
{{ toYaml .Values.podAnnotations | indent 8 }}
{{- end }}
Expand Down
2 changes: 1 addition & 1 deletion charts/retool/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -330,7 +330,7 @@ workflows:
# will launch 9 pods -- 1 workflow backend, 4 workflow workers, and 4 for temporal cluster
replicaCount: 1
# portName: custom-port-name, e.g. http-workflows-worker; defaults to "retool.name"
# metricsPortName: custom-port-name, e.g. http-workflow-worker-metrics; defaults to "metrics"
# metricsPortName: custom-port-name, e.g. http-workflows-worker-metrics; defaults to "metrics"

backend:
# A replicaCount of 1 will launch 6 pods -- 1 workflow backend, 1 workflow worker, and 4 pods that make up the executor temporal cluster
Expand Down
2 changes: 1 addition & 1 deletion values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -330,7 +330,7 @@ workflows:
# will launch 9 pods -- 1 workflow backend, 4 workflow workers, and 4 for temporal cluster
replicaCount: 1
# portName: custom-port-name, e.g. http-workflows-worker; defaults to "retool.name"
# metricsPortName: custom-port-name, e.g. http-workflow-worker-metrics; defaults to "metrics"
# metricsPortName: custom-port-name, e.g. http-workflows-worker-metrics; defaults to "metrics"

backend:
# A replicaCount of 1 will launch 6 pods -- 1 workflow backend, 1 workflow worker, and 4 pods that make up the executor temporal cluster
Expand Down

0 comments on commit 7b12289

Please sign in to comment.