[dashboard] Add config hash annotations to restart pods on config changes

Signed-off-by: Andrei Kvapil <kvapss@gmail.com>
(cherry picked from commit c72a9333e9)
This commit is contained in:
Andrei Kvapil 2025-11-26 19:16:16 +01:00 committed by github-actions[bot]
parent aa428457db
commit e3fa9af34b
2 changed files with 3 additions and 2 deletions

View file

@ -16,7 +16,7 @@ spec:
template:
metadata:
annotations:
checksum/configmap-configurationnginxfile: 258c66b019c8c7f4a5d0a78dfd7bf297ce486b213346fbd2879c466abfc377e0
checksum/config: {{ include (print $.Template.BasePath "/nginx-config.yaml") . | sha256sum }}
labels:
app.kubernetes.io/instance: incloud-web
app.kubernetes.io/name: nginx

View file

@ -15,7 +15,8 @@ spec:
type: RollingUpdate
template:
metadata:
annotations: null
annotations:
checksum/config: {{ include (print $.Template.BasePath "/configmap.yaml") . | sha256sum }}
labels:
app.kubernetes.io/instance: incloud-web
app.kubernetes.io/name: web