Skip to content

Commit

Permalink
Left only default values in forwarder.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
itisallgood committed Sep 20, 2024
1 parent 4986899 commit 2a3833c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
4 changes: 2 additions & 2 deletions helm/robusta/templates/forwarder.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -103,8 +103,8 @@ spec:
ports:
- name: forwarder-metrics
protocol: TCP
port: {{ default 2112 .Values.kubewatch.service.port }}
targetPort: {{ default 2112 .Values.kubewatch.service.port }}
port: 80
targetPort: 2112
---
{{ if and (.Values.enableServiceMonitors) (or (.Values.enablePrometheusStack) (.Capabilities.APIVersions.Has "monitoring.coreos.com/v1/ServiceMonitor") ) }}
apiVersion: monitoring.coreos.com/v1
Expand Down
3 changes: 0 additions & 3 deletions helm/robusta/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -634,11 +634,8 @@ kubewatch:
runAsUser: 1000
pod: {}
customServiceAccount: "" # to override the kubewatch service account
service:
port: 2112
serviceMonitor:
path: /metrics
interval: 15s
serviceAccount:
# Additional annotations for the ServiceAccount.
annotations: {}
Expand Down

0 comments on commit 2a3833c

Please sign in to comment.