Skip to content

Commit

Permalink
Merge pull request #394 from stlaz/operator-liveness
Browse files Browse the repository at this point in the history
Bug 1901774: manifests: add liveness probe to the operator's deployment
  • Loading branch information
openshift-merge-robot committed Jan 14, 2021
2 parents 5e15938 + 9670016 commit ade8864
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions manifests/07_deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,12 @@ spec:
- mountPath: /var/run/configmaps/service-ca-bundle
name: service-ca-bundle
readOnly: true
livenessProbe:
initialDelaySeconds: 30
httpGet:
scheme: HTTPS
port: 8443
path: healthz
env:
- name: IMAGE_OAUTH_SERVER
value: quay.io/openshift/origin-oauth-server:v4.2
Expand Down

0 comments on commit ade8864

Please sign in to comment.