Guillaume B.B. Van Hemmen
27f1df27a8
Replaced `set -ex` with `set -e` for cleaner error output and added Helm values configuration. Ensured namespace creation doesn't fail if it already exists, and specified a custom values file for better deployment flexibility.
8 lines
187 B
YAML
8 lines
187 B
YAML
nodeSelector:
|
|
com.van-hemmen.role: gateway
|
|
com.van-hemmen.hosting: ovh
|
|
tolerations:
|
|
- key: "com.van-hemmen.role"
|
|
operator: "Equal"
|
|
value: "gateway"
|
|
effect: "NoSchedule"
|