You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: charts/application/values.yaml
+14-1
Original file line number
Diff line number
Diff line change
@@ -5,6 +5,19 @@ statefulSet:
5
5
# The policy for how pods inside the statefulSet are handled: https://kubernetes.io/docs/concepts/workloads/controllers/statefulset/#pod-management-policies
6
6
podManagementPolicy: OrderedReady
7
7
8
+
cronJob:
9
+
enabled: false
10
+
schedule: ""
11
+
successfulJobsHistoryLimit: 3
12
+
failedJobsHistoryLimit: 1
13
+
concurrencyPolicy: Forbid
14
+
activeDeadlineSeconds: 60
15
+
ttlSecondsAfterFinished: 86400
16
+
startingDeadlineSeconds: 200
17
+
18
+
# Defaulting to onFailure for cronJobs only: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle/#restart-policy
19
+
podRestartPolicy:
20
+
8
21
container:
9
22
port: 8080
10
23
securityContext:
@@ -412,6 +425,7 @@ initContainers: []
412
425
# # see initDefaults
413
426
# resources: {}
414
427
# securityContext: {}
428
+
# restartPolicy:
415
429
# # 'volumeMounts' names to be mounted in init container as well (under the same path); default: none
416
430
# volumeMountNames: []
417
431
# # - data
@@ -427,7 +441,6 @@ initDefaults:
427
441
limits:
428
442
cpu: 500m
429
443
memory: 100Mi
430
-
restartPolicy: Always
431
444
# securityContext: {}
432
445
433
446
# List of tolerations, will be taken over like-for-like to pod-spec
0 commit comments