Skip to content

Commit

Permalink
fix: correct test url in the helm chart
Browse files Browse the repository at this point in the history
  • Loading branch information
1995parham committed Oct 25, 2023
1 parent a618928 commit 77a76e6
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
2 changes: 1 addition & 1 deletion charts/soteria/templates/tests/test-connection.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
4 changes: 0 additions & 4 deletions charts/soteria/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,10 +47,6 @@ config:
level: "debug"
tracer:
enabled: false
ratio: 0.1
agent:
host: 127.0.0.1
port: 6831

vendors:
snapp:
Expand Down

0 comments on commit 77a76e6

Please sign in to comment.