Skip to content

Commit 4808fe1

Browse files
author
Aaron Schlesinger
committed
fix(manifests/deis-builder-rc.yaml): add probes to the RC manifest
1 parent b6a29a5 commit 4808fe1

1 file changed

Lines changed: 12 additions & 0 deletions

File tree

manifests/deis-builder-rc.yaml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,18 @@ spec:
3939
valueFrom:
4040
fieldRef:
4141
fieldPath: metadata.namespace
42+
livenessProbe:
43+
httpGet:
44+
path: /healthz
45+
port: 8092
46+
initialDelaySeconds: 30
47+
timeoutSeconds: 5
48+
readinessProbe:
49+
httpGet:
50+
path: /healthz
51+
port: 8092
52+
initialDelaySeconds: 30
53+
timeoutSeconds: 5
4254
volumeMounts:
4355
- name: minio-user
4456
mountPath: /var/run/secrets/object/store

0 commit comments

Comments
 (0)