Skip to content

Commit

Permalink
Update operator chart and enable pod monitors
Browse files Browse the repository at this point in the history
Signed-off-by: Ian Stanton <ian@tembo.io>
  • Loading branch information
ianstanton committed May 29, 2024
1 parent 17a7997 commit 5598924
Show file tree
Hide file tree
Showing 6 changed files with 17 additions and 5 deletions.
6 changes: 3 additions & 3 deletions charts/tembo/Chart.lock
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
dependencies:
- name: tembo-operator
repository: https://tembo-io.github.io/tembo
version: 0.5.3
version: 0.6.3
- name: conductor
repository: https://tembo-io.github.io/tembo
version: 0.4.0
digest: sha256:49ef07a72e4dc953da8861828817072f786045a57fef12d1dac069522a0529ea
generated: "2024-05-20T17:17:28.972390494-04:00"
digest: sha256:6b6db9fe5f576029c275c50fcce3a4ab45135e5100743a5861c9db415c934d91
generated: "2024-05-29T14:29:56.570426293-04:00"
2 changes: 1 addition & 1 deletion charts/tembo/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ keywords:
- tembo
dependencies:
- name: tembo-operator
version: 0.5.3
version: 0.6.3
repository: https://tembo-io.github.io/tembo
- name: conductor
version: 0.4.0
Expand Down
Binary file removed charts/tembo/charts/tembo-operator-0.5.3.tgz
Binary file not shown.
Binary file added charts/tembo/charts/tembo-operator-0.6.3.tgz
Binary file not shown.
2 changes: 1 addition & 1 deletion charts/tembo/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ conductor:
replicas: 1

podMonitor:
enabled: false
enabled: true
port: http
path: /metrics

Expand Down
12 changes: 12 additions & 0 deletions values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,11 +30,23 @@ tembo:
value: "metrics_events"
- name: IS_CLOUD_FORMATION
value: "false"
- name: PROMETHEUS_URL
value: "http://tembo-kube-prometheus-stac-prometheus.tembo.svc.cluster.local:9090"
tembo-operator:
controller:
monitoring:
prometheusRule:
enabled: true
podMonitor:
enabled: true
port: http
path: /metrics
extraEnv:
- name: DATA_PLANE_BASEDOMAIN
value: ~
cloudnative-pg:
monitoring:
podMonitorEnabled: true
cpWebserver:
env:
- name: CLERK_SECRET_KEY
Expand Down

0 comments on commit 5598924

Please sign in to comment.