Skip to content

Commit 7083a0e

Browse files
authored
feat: add missing Kubernetes pod configuration options (#1926)
1 parent 5a5d1a9 commit 7083a0e

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

charts/sentry/values.yaml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,7 @@ vroom:
9898
securityContext: {}
9999
containerSecurityContext: {}
100100
# priorityClassName: ""
101+
# topologySpreadConstraints: []
101102
service:
102103
annotations: {}
103104
# tolerations: []
@@ -906,6 +907,9 @@ sentry:
906907
# volumeMounts: []
907908
# logLevel: "WARNING" # DEBUG|INFO|WARNING|ERROR|CRITICAL|FATAL
908909
# logFormat: "machine" # human|machine
910+
# priorityClassName: ""
911+
# securityContext: {}
912+
# containerSecurityContext: {}
909913

910914
subscriptionConsumerResultsEapItems:
911915
enabled: true
@@ -1198,6 +1202,12 @@ sentry:
11981202
volumes: []
11991203
# volumeMounts: []
12001204
serviceAccount: {}
1205+
# priorityClassName: ""
1206+
# annotations: {}
1207+
# podLabels: {}
1208+
# affinity: {}
1209+
# nodeSelector: {}
1210+
# tolerations: {}
12011211

12021212
# Sentry settings of connections to Kafka
12031213
kafka:

0 commit comments

Comments
 (0)