mirror of
https://github.com/outbackdingo/cozystack.git
synced 2026-01-27 18:18:41 +00:00
25 lines
696 B
YAML
25 lines
696 B
YAML
##
|
|
## @section Common parameters
|
|
##
|
|
|
|
## @param {string} [host] - The hostname used to access tenant services (defaults to using the tenant name as a subdomain for its parent tenant host).
|
|
host: ""
|
|
|
|
## @param {bool} etcd - Deploy own Etcd cluster.
|
|
etcd: false
|
|
|
|
## @param {bool} monitoring - Deploy own Monitoring Stack.
|
|
monitoring: false
|
|
|
|
## @param {bool} ingress - Deploy own Ingress Controller.
|
|
ingress: false
|
|
|
|
## @param {bool} seaweedfs - Deploy own SeaweedFS.
|
|
seaweedfs: false
|
|
|
|
## @param {bool} isolated - Enforce tenant namespace with network policies (default: true).
|
|
isolated: true
|
|
|
|
## @param {map[string]quantity} resourceQuotas - Define resource quotas for the tenant.
|
|
resourceQuotas: {}
|