Skip to content

Commit 3bcbde8

Browse files
committed
fix: disable bugged k8s liveness probes
1 parent 2c42047 commit 3bcbde8

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

charts/oada/templates/uservice.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -75,11 +75,11 @@ spec:
7575
imagePullPolicy: IfNotPresent
7676
{{/*
7777
# TODO: Better liveness checks
78-
livenessProbe:
79-
httpGet:
80-
port: prometheus
81-
initialDelaySeconds: 10
82-
periodSeconds: 10
78+
#livenessProbe:
79+
# httpGet:
80+
# port: prometheus
81+
# initialDelaySeconds: 10
82+
# periodSeconds: 10
8383
securityContext:
8484
runAsNonRoot: true
8585
# runAsUser: 1000 # run as user node (uid 1000)

0 commit comments

Comments
 (0)