From 405dc52587fe417c767e7005cfc177a444cf8296 Mon Sep 17 00:00:00 2001 From: Josh Patterson Date: Tue, 14 Jul 2026 13:34:19 -0400 Subject: [PATCH] move up restart policy for so-kratos --- salt/kratos/enabled.sls | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/salt/kratos/enabled.sls b/salt/kratos/enabled.sls index 7dd13732e..ab13d759f 100644 --- a/salt/kratos/enabled.sls +++ b/salt/kratos/enabled.sls @@ -15,6 +15,7 @@ include: so-kratos: docker_container.running: - image: {{ GLOBALS.registry_host }}:5000/{{ GLOBALS.image_repo }}/so-kratos:{{ GLOBALS.so_version }} + - restart_policy: unless-stopped - hostname: kratos - name: so-kratos - networks: @@ -51,8 +52,6 @@ so-kratos: - {{ ULIMIT.name }}={{ ULIMIT.soft }}:{{ ULIMIT.hard }} {% endfor %} {% endif %} - # Intentionally unless-stopped -- matches the fleet default. - - restart_policy: unless-stopped - watch: - file: kratosschema - file: kratosconfig