Skip to content

Commit

Permalink
Added annotations for timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
arcshiftsolutions committed Dec 18, 2024
1 parent 1a16310 commit 57c9658
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tools/openshift/backend.dc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@ objects:
kind: DeploymentConfig
metadata:
annotations:
haproxy.router.openshift.io/balance: roundrobin
haproxy.router.openshift.io/disable_cookies: 'true'
haproxy.router.openshift.io/timeout: 120s
openshift.io/generated-by: OpenShiftNewApp
creationTimestamp:
labels:
Expand Down
3 changes: 3 additions & 0 deletions tools/openshift/frontend-static.dc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@ objects:
kind: DeploymentConfig
metadata:
annotations:
haproxy.router.openshift.io/balance: roundrobin
haproxy.router.openshift.io/disable_cookies: 'true'
haproxy.router.openshift.io/timeout: 120s
openshift.io/generated-by: OpenShiftNewApp
creationTimestamp:
labels:
Expand Down

0 comments on commit 57c9658

Please sign in to comment.