common/variables.yml

25 lines
645 B
YAML
Raw Normal View History

2023-08-18 23:43:31 +02:00
---
# Timezone to set inside containers
tz: Europe/Paris
# Resources to allocate to envoy sidecars
envoy:
cpu: 50
memory: 64
# Domain name used by consul (to lookup services by DNS name)
ct_domain: consul
# A prefix for all vault mount point. Usefull if you have different environnements
# This is an alternative to using vault namespace as Nomad Community doesn't support it
vault_prefix: ""
# A suffix to add to service names. Alternative to Consul namespaces as community Consul
# doesn't support them
env_suffix: ""
# A list of IP/hostname for which requests won't go through a (potentially) defined proxy
no_proxy:
- '*.consul'