Skip to content

Commit

Permalink
Removed init container for alert-service
Browse files Browse the repository at this point in the history
  • Loading branch information
dt-dilip committed Apr 29, 2024
1 parent 22d57cc commit faba062
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions charts/cdefense/templates/alertservice/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -60,15 +60,15 @@ spec:
# limits:
# memory: "0.5G"
initContainers:
- name: check-graphql
image: radial/busyboxplus:curl
imagePullPolicy: IfNotPresent
command:
- sh
- -c
- until $(curl --connect-timeout 2 --output /dev/null --silent --fail http://graphql/v1/version); do echo waiting for graphql; sleep 10; done; echo connection to graphql ok
terminationMessagePath: /dev/termination-log
terminationMessagePolicy: File
# - name: check-graphql
# image: radial/busyboxplus:curl
# imagePullPolicy: IfNotPresent
# command:
# - sh
# - -c
# - until $(curl --connect-timeout 2 --output /dev/null --silent --fail http://graphql/v1/version); do echo waiting for graphql; sleep 10; done; echo connection to graphql ok
# terminationMessagePath: /dev/termination-log
# terminationMessagePolicy: File
- name: check-keycloak-pod
image: bitnami/kubectl:latest
imagePullPolicy: IfNotPresent
Expand Down

0 comments on commit faba062

Please sign in to comment.