Skip to content

Commit

Permalink
add hostaliases
Browse files Browse the repository at this point in the history
  • Loading branch information
case0sh committed Sep 18, 2023
1 parent 1a00bb6 commit 07f32cd
Show file tree
Hide file tree
Showing 7 changed files with 409 additions and 334 deletions.
54 changes: 54 additions & 0 deletions charts/ocis/docs/values-desc-table.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -714,6 +714,12 @@ a| [subs=-attributes]
a| [subs=-attributes]
`nil`
| Sets a maximum file size for scans. Only this many bytes of a file will be scanned. 0 means unlimited and is the default. Usable common abbreviations: [KB, KiB, GB, GiB, TB, TiB, PB, PiB, EB, EiB], example: 2GB.
| hostAliases
a| [subs=-attributes]
+list+
a| [subs=-attributes]
`[]`
|
| http.cors.allow_origins
a| [subs=-attributes]
+list+
Expand Down Expand Up @@ -3456,6 +3462,54 @@ a| [subs=-attributes]
a| [subs=-attributes]
`{}`
| Per-service resources configuration. Overrides the default setting from `resources` if set.
| services.webfinger
a| [subs=-attributes]
+object+
a| [subs=-attributes]
see detailed service configuration options below
| WEBFINGER service.
| services.webfinger.affinity
a| [subs=-attributes]
+object+
a| [subs=-attributes]
`{}`
| Affinity settings for the webfinger service. See the documentation of this setting in approvider for examples.
| services.webfinger.autoscaling
a| [subs=-attributes]
+object+
a| [subs=-attributes]
`{}`
| Per-service autoscaling. Overrides the default setting from `autoscaling` if set.
| services.webfinger.extraLabels
a| [subs=-attributes]
+object+
a| [subs=-attributes]
`{}`
| Per-service custom labels
| services.webfinger.nodeSelector
a| [subs=-attributes]
+object+
a| [subs=-attributes]
`{}`
| Per-service nodeSelector configuration. Overrides the default setting from `nodeSelector` if set.
| services.webfinger.podDisruptionBudget
a| [subs=-attributes]
+object+
a| [subs=-attributes]
`{}`
| Per-service PodDisruptionBudget. Overrides the default setting from `podDisruptionBudget` if set.
| services.webfinger.priorityClassName
a| [subs=-attributes]
+string+
a| [subs=-attributes]
`""`
| Per-service priorityClassName configuration. Overrides the default setting from `priorityClassName` if set.
| services.webfinger.resources
a| [subs=-attributes]
+object+
a| [subs=-attributes]
`{}`
| Per-service resources configuration. Overrides the default setting from `resources` if set.
| store.nodes
a| [subs=-attributes]
+list+
Expand Down
Loading

0 comments on commit 07f32cd

Please sign in to comment.