diff --git a/charts/soteria/templates/tests/test-connection.yaml b/charts/soteria/templates/tests/test-connection.yaml index a48eac0..fb2635e 100644 --- a/charts/soteria/templates/tests/test-connection.yaml +++ b/charts/soteria/templates/tests/test-connection.yaml @@ -15,7 +15,7 @@ spec: {{ range .Values.service.ports }} {{ if eq .name "http"}} args: - - {{ include "soteria.fullname" $ }}:{{ .port }}/healthz + - {{ include "soteria.fullname" $ }}:{{ .port }}/metrics {{ end }} {{ end }} restartPolicy: Never diff --git a/charts/soteria/values.yaml b/charts/soteria/values.yaml index 78997d0..b66e713 100644 --- a/charts/soteria/values.yaml +++ b/charts/soteria/values.yaml @@ -47,10 +47,6 @@ config: level: "debug" tracer: enabled: false - ratio: 0.1 - agent: - host: 127.0.0.1 - port: 6831 vendors: snapp: