Skip to content

Commit

Permalink
Add back in erc20 health checks, update image tag for erc20 (#16)
Browse files Browse the repository at this point in the history
Signed-off-by: Cari Albritton <carialbritton1@gmail.com>
  • Loading branch information
calbritt authored Jan 26, 2022
1 parent 791b50c commit f1e9239
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
6 changes: 4 additions & 2 deletions charts/firefly/templates/erc20/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -54,15 +54,17 @@ spec:
containerPort: {{ .Values.erc20.service.port }}
protocol: TCP
livenessProbe:
tcpSocket:
httpGet:
path: /api/v1/health/liveness
port: http
successThreshold: 1
failureThreshold: 2
periodSeconds: 10
timeoutSeconds: 1
initialDelaySeconds: 5
readinessProbe:
tcpSocket:
httpGet:
path: /api/v1/health/readiness
port: http
successThreshold: 1
failureThreshold: 4
Expand Down
2 changes: 1 addition & 1 deletion charts/firefly/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -404,7 +404,7 @@ erc20:
image:
repository: ghcr.io/hyperledger/firefly-tokens-erc20
pullPolicy: IfNotPresent
tag: v0.1.2
tag: v0.1.3

imagePullSecrets: []

Expand Down

0 comments on commit f1e9239

Please sign in to comment.