Skip to content

Commit

Permalink
make descriptions
Browse files Browse the repository at this point in the history
  • Loading branch information
wkloucek authored and rhafer committed Nov 8, 2022
1 parent 7ad9b3d commit da1d2a5
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 0 deletions.
6 changes: 6 additions & 0 deletions charts/ocis/docs/values-desc-table.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,12 @@ a| [subs=-attributes]
a| [subs=-attributes]
`3`
| Sets minimum replicas for autoscaling.
| debug.profiling
a| [subs=-attributes]
+bool+
a| [subs=-attributes]
`false`
| Profiling enables the http://<pod>:<debug-metrics>/debug/pprof endpoint to inspect various Go runtime internals. You can use the endpoint on your machine by forwarding the port, eg: `kubectl port-forward -n ocis pod/auth-basic-8587dc9d64-fs24l 9147:9147` and then accessing the port on https://localhost:9147/debug/pprof or using the pprof command line tool: `go tool pprof -web http://localhost:9147/debug/pprof/symbol\?seconds\=10`
| deploymentStrategy
a| [subs=-attributes]
+object+
Expand Down
7 changes: 7 additions & 0 deletions charts/ocis/docs/values.adoc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,13 @@ logging:
# Not recommended for production installations.
color: "false"

# Debug settings for the oCIS service
debug:
# -- Profiling enables the http://<pod>:<debug-metrics>/debug/pprof endpoint to inspect various Go runtime internals.
# You can use the endpoint on your machine by forwarding the port, eg: `kubectl port-forward -n ocis pod/auth-basic-8587dc9d64-fs24l 9147:9147`
# and then accessing the port on https://localhost:9147/debug/pprof or using the pprof command line tool: `go tool pprof -web http://localhost:9147/debug/pprof/symbol\?seconds\=10`
profiling: false

# -- Deployment strategy.
deploymentStrategy:
type: RollingUpdate
Expand Down

0 comments on commit da1d2a5

Please sign in to comment.