Skip to content
This repository has been archived by the owner on Oct 18, 2024. It is now read-only.

Commit

Permalink
ci(production): update server - master/c16c09b42eeb21388affcaa17c1ab3…
Browse files Browse the repository at this point in the history
…4f67088ed6"
  • Loading branch information
github-actions[bot] committed Nov 23, 2023
1 parent 7b2c296 commit 4ab1e9c
Showing 1 changed file with 2 additions and 4 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
image:
repository: ethereum/source-verify
tag: server-stable@sha256:8524adb1648f188a95abb00882261221c8d09d62cb51784f3377f8e5e5d1b911
tag: server-stable@sha256:d3cc9f706b46d45aced3a43cf87b6623999eb724ef3833ac601068327d106798
pullPolicy: IfNotPresent
imagePullSecrets:
- name: image-pull-secret
Expand Down Expand Up @@ -103,9 +103,7 @@ probes:
- /bin/sh
- -c
- >-
timeout 1 bash -c 'cat < /dev/null > /dev/tcp/127.0.0.1/80' &&
ls /data/repository/ &&
ls /data/compilers/
timeout 1 bash -c 'cat < /dev/null > /dev/tcp/127.0.0.1/80' && ls /data/repository/ && ls /data/compilers/
initialDelaySeconds: 0
periodSeconds: 10
timeoutSeconds: 2
Expand Down

0 comments on commit 4ab1e9c

Please sign in to comment.