Skip to content

Commit aed1220

Browse files
committed
Add annotation to stop attack msgs
1 parent 592bda1 commit aed1220

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

deploy/kubernetes/manifests/session-db-dep.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@ spec:
1212
metadata:
1313
labels:
1414
name: session-db
15+
annotations:
16+
prometheus.io.scrape: "false"
1517
spec:
1618
containers:
1719
- name: session-db
@@ -29,4 +31,4 @@ spec:
2931
- SETUID
3032
readOnlyRootFilesystem: true
3133
nodeSelector:
32-
beta.kubernetes.io/os: linux
34+
beta.kubernetes.io/os: linux

0 commit comments

Comments
 (0)