mirror of
https://github.com/gyptazy/ProxLB.git
synced 2026-04-05 20:31:57 +02:00
62 lines
1.2 KiB
YAML
62 lines
1.2 KiB
YAML
image:
|
|
registry: cr.gyptazy.com
|
|
repository: proxlb/proxlb
|
|
tag: v1.1.11
|
|
pullPolicy: IfNotPresent
|
|
imagePullSecrets: [ ]
|
|
|
|
resources:
|
|
limits:
|
|
cpu: "1000m"
|
|
memory: "2Gi"
|
|
requests:
|
|
cpu: "100m"
|
|
memory: "100Mi"
|
|
|
|
labels: {}
|
|
|
|
extraArgs:
|
|
dryRun: false
|
|
|
|
configmap:
|
|
create: true
|
|
config:
|
|
proxmox_api:
|
|
hosts: []
|
|
#Can be either a user or a token
|
|
# user: ""
|
|
# pass: ""
|
|
# token_id: ""
|
|
# token_secret: ""
|
|
ssl_verification: True
|
|
timeout: 10
|
|
proxmox_cluster:
|
|
maintenance_nodes: [ ]
|
|
ignore_nodes: [ ]
|
|
overprovisioning: True
|
|
balancing:
|
|
enable: True
|
|
enforce_affinity: False
|
|
parallel: False
|
|
# If running parallel job, you can define
|
|
# the amount of prallel jobs (default: 5)
|
|
parallel_jobs: 1
|
|
live: True
|
|
with_local_disks: True
|
|
with_conntrack_state: True
|
|
balance_types: [ 'vm', 'ct' ]
|
|
max_job_validation: 1800
|
|
balanciness: 5
|
|
method: memory
|
|
mode: used
|
|
service:
|
|
daemon: True
|
|
schedule:
|
|
interval: 12
|
|
format: "hours"
|
|
delay:
|
|
enable: False
|
|
time: 1
|
|
format: "hours"
|
|
log_level: INFO
|