From 6fbf0cf76ca0bdc01b16271745b9b18b9f4358b1 Mon Sep 17 00:00:00 2001 From: Emre Kirman Date: Sat, 2 May 2026 12:47:18 +0300 Subject: [PATCH] chore: add production node placement constraint to keycloak service --- keycloak/keycloak.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/keycloak/keycloak.yml b/keycloak/keycloak.yml index c6645dc..e20f960 100644 --- a/keycloak/keycloak.yml +++ b/keycloak/keycloak.yml @@ -30,6 +30,9 @@ services: delay: 10s restart_policy: condition: on-failure + placement: + constraints: + - node.labels.platform == prod volumes: postgres_data: