Skip to content

Commit

Permalink
Temporarily disable probes
Browse files Browse the repository at this point in the history
  • Loading branch information
DerekRoberts committed Sep 19, 2024
1 parent c302361 commit bf74fb2
Showing 1 changed file with 21 additions and 21 deletions.
42 changes: 21 additions & 21 deletions backend/openshift.backend.yml
Original file line number Diff line number Diff line change
Expand Up @@ -187,14 +187,14 @@ objects:
deployment: gwells${NAME_SUFFIX}
spec:
volumes:
- name: migrations
- name: staticfiles
emptyDir:
sizeLimit: 250Mi
containers:
- name: gwells-app${NAME_SUFFIX}
image: 'ghcr.io/bcgov/nr-gwells/backend:54'
volumeMounts:
- name: migrations
- name: staticfiles
mountPath: /app/staticfiles
ports:
- containerPort: 8080
Expand Down Expand Up @@ -439,25 +439,25 @@ objects:
requests:
cpu: "${CPU_REQUEST}"
memory: "${MEMORY_REQUEST}"
livenessProbe:
httpGet:
path: "/gwells/health"
port: 8080
scheme: HTTP
initialDelaySeconds: 60
timeoutSeconds: 5
periodSeconds: 10
successThreshold: 1
failureThreshold: 6
readinessProbe:
httpGet:
path: "/gwells/health"
port: 8080
scheme: HTTP
initialDelaySeconds: 5
timeoutSeconds: 2
periodSeconds: 5
successThreshold: 1
# livenessProbe:
# httpGet:
# path: "/gwells/health"
# port: 8080
# scheme: HTTP
# initialDelaySeconds: 60
# timeoutSeconds: 5
# periodSeconds: 10
# successThreshold: 1
# failureThreshold: 6
# readinessProbe:
# httpGet:
# path: "/gwells/health"
# port: 8080
# scheme: HTTP
# initialDelaySeconds: 5
# timeoutSeconds: 2
# periodSeconds: 5
# successThreshold: 1
failureThreshold: 10
terminationMessagePath: "/dev/termination-log"
terminationMessagePolicy: File
Expand Down

0 comments on commit bf74fb2

Please sign in to comment.