mirror of
https://github.com/outbackdingo/cozystack.git
synced 2026-03-20 22:41:18 +00:00
16 lines
333 B
YAML
16 lines
333 B
YAML
## @section Common parameters
|
|
|
|
## @param replicas Number of ingress-nginx replicas
|
|
##
|
|
replicas: 2
|
|
|
|
## @param whitelist List of client networks
|
|
## Example:
|
|
## whitelist:
|
|
## - "1.2.3.4"
|
|
## - "10.100.0.0/16"
|
|
whitelist: []
|
|
|
|
## @param clouflareProxy Restoring original visitor IPs when Cloudflare proxied is enabled
|
|
clouflareProxy: false
|