9 lines
No EOL
315 B
YAML
9 lines
No EOL
315 B
YAML
---
|
|
# Limits
|
|
weave_memory_limit: 400M
|
|
weave_cpu_limit: 30m
|
|
weave_memory_requests: 64M
|
|
weave_cpu_requests: 10m
|
|
|
|
# this variable is use in seed mode
|
|
weave_ip_current_cluster: '{% for host in groups["k8s-cluster"] %}{{ hostvars[host]["ansible_default_ipv4"]["address"] }}{% if not loop.last %} {% endif %}{% endfor %}' |