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 57c9658 commit 742db10
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 6 deletions.
3 changes: 0 additions & 3 deletions tools/openshift/backend.dc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,6 @@ 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
6 changes: 3 additions & 3 deletions tools/openshift/frontend-static.dc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,6 @@ 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 Expand Up @@ -105,6 +102,9 @@ objects:
kind: Route
metadata:
annotations:
haproxy.router.openshift.io/balance: roundrobin
haproxy.router.openshift.io/disable_cookies: 'true'
haproxy.router.openshift.io/timeout: 120s
openshift.io/host.generated: 'true'
labels:
app: "${APP_NAME}-${BRANCH}"
Expand Down

0 comments on commit 742db10

Please sign in to comment.