Skip to content

Commit

Permalink
test tcp deploy issue
Browse files Browse the repository at this point in the history
  • Loading branch information
sakthi-aot committed Apr 10, 2024
1 parent e9ada57 commit fb54251
Showing 1 changed file with 20 additions and 20 deletions.
40 changes: 20 additions & 20 deletions .github/openshift/deploy.backend-gateway.yml
Original file line number Diff line number Diff line change
Expand Up @@ -149,26 +149,26 @@ objects:
limits:
cpu: ${CPU_LIMIT}
memory: ${MEMORY_LIMIT}
# readinessProbe:
# httpGet:
# path: /
# port: ${{CONTAINER_PORT}}
# scheme: HTTP
# initialDelaySeconds: 10
# periodSeconds: 30
# timeoutSeconds: 5
# failureThreshold: 3
# successThreshold: 1
# livenessProbe:
# successThreshold: 1
# failureThreshold: 3
# httpGet:
# path: /
# port: ${{CONTAINER_PORT}}
# scheme: HTTP
# initialDelaySeconds: 10
# periodSeconds: 30
# timeoutSeconds: 5
readinessProbe:
httpGet:
path: /
port: ${{CONTAINER_PORT}}
scheme: HTTP
initialDelaySeconds: 60
periodSeconds: 60
timeoutSeconds: 5
failureThreshold: 3
successThreshold: 1
livenessProbe:
successThreshold: 1
failureThreshold: 3
httpGet:
path: /
port: ${{CONTAINER_PORT}}
scheme: HTTP
initialDelaySeconds: 60
periodSeconds: 60
timeoutSeconds: 5
# initContainers:
# - name: wait-for-graphql
# # is this image going to work?
Expand Down

0 comments on commit fb54251

Please sign in to comment.