Skip to content

Commit

Permalink
regen examples
Browse files Browse the repository at this point in the history
Signed-off-by: Flaviu Vadan <flaviuvadan@gmail.com>
  • Loading branch information
flaviuvadan authored and elliotgunton committed Nov 23, 2023
1 parent 09c7101 commit b6a06e1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/examples/workflows/upstream/daemon_nginx.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ The upstream example can be [found here](https://github.com/argoproj/argo-workfl
readinessProbe:
httpGet:
path: /
port: '80'
port: 80
initialDelaySeconds: 2
timeoutSeconds: 1
daemon: true
Expand Down
2 changes: 1 addition & 1 deletion examples/workflows/upstream/daemon-nginx.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ spec:
readinessProbe:
httpGet:
path: /
port: '80'
port: 80
initialDelaySeconds: 2
timeoutSeconds: 1
daemon: true
Expand Down

0 comments on commit b6a06e1

Please sign in to comment.