Skip to content

Commit

Permalink
Updated notlspaths description
Browse files Browse the repository at this point in the history
Signed-off-by: Juan Gonzalez Martinez <jgfm@novonordisk.com>
  • Loading branch information
jgmartinez authored and poiana committed Oct 16, 2023
1 parent 67016a1 commit 5791856
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion falcosidekick/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -485,7 +485,7 @@ The following table lists the main configurable parameters of the Falcosidekick
| config.tlsserver.serverkey | string | `""` | server.key file path for TLS Server |
| config.tlsserver.keyfile | string | `"/etc/certs/server/server.key"` | server key file path for TLS Server |
| config.tlsserver.mutualtls | bool | `false` | if true mutual TLS server will be deployed instead of TLS, deploy also has to be true |
| config.tlsserver.notlspaths | string | `"/ping"` | a comma separated list of endpoints. A separate http server will be deployed for the specified endpoints. Ping endpoint needs to be notls for Kubernetes to be able to check the health of the pod |
| config.tlsserver.notlspaths | string | `"/ping"` | a comma separated list of endpoints, if not empty, and tlsserver.deploy is true, a separate http server will be deployed for the specified endpoints (/ping endpoint needs to be notls for Kubernetes to be able to perform the healthchecks) |
| config.tlsserver.notlsport | int | `2810` | port to serve http server serving selected endpoints |
| config.wavefront.batchsize | int | `10000` | Wavefront batch size. If empty uses the default 10000. Only used when endpointtype is 'direct' |
| config.wavefront.endpointhost | string | `""` | Wavefront endpoint address (only the host). If not empty, with endpointhost, Wavefront output is *enabled* |
Expand Down
2 changes: 1 addition & 1 deletion falcosidekick/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ config:
cacertfile: "/etc/certs/server/ca.crt"
# -- port to serve http server serving selected endpoints
notlsport: 2810
# -- a comma separated list of endpoints. A separate http server will be deployed for the specified endpoints. Ping endpoint needs to be notls for Kubernetes to be able to check the health of the pod
# -- a comma separated list of endpoints, if not empty, and tlsserver.deploy is true, a separate http server will be deployed for the specified endpoints (/ping endpoint needs to be notls for Kubernetes to be able to perform the healthchecks)
notlspaths: "/ping"

slack:
Expand Down

0 comments on commit 5791856

Please sign in to comment.