placed annotations back to pod template

This commit is contained in:
2026-01-13 07:48:41 +01:00
parent eee5c7b2c4
commit 1213441867
2 changed files with 4 additions and 4 deletions
+2 -2
View File
@@ -30,8 +30,6 @@ metadata:
labels:
app.kubernetes.io/instance: code-server
app.kubernetes.io/name: code-server
annotations:
match-regex.version-checker.io/code-server: '^[0-9]+\.[0-9]+\.[0-9]+$'
spec:
replicas: 1
selector:
@@ -45,6 +43,8 @@ spec:
labels:
app.kubernetes.io/instance: code-server
app.kubernetes.io/name: code-server
annotations:
match-regex.version-checker.io/grafana: '^[0-9]+\.[0-9]+\.[0-9]+$'
spec:
securityContext:
fsGroup: 1000