-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #1 from Smorci/ethereum-node-automation-poc
Ethereum node automation poc
- Loading branch information
Showing
11 changed files
with
12,683 additions
and
103 deletions.
There are no files selected for viewing
17 changes: 17 additions & 0 deletions
17
clusters/kind-ethereum-nodes/ethereum-node-automation-kustomization.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
--- | ||
apiVersion: kustomize.toolkit.fluxcd.io/v1 | ||
kind: Kustomization | ||
metadata: | ||
name: ethereum-node-automation | ||
namespace: flux-system | ||
spec: | ||
interval: 30m0s | ||
path: ./kustomize | ||
prune: true | ||
retryInterval: 2m0s | ||
sourceRef: | ||
kind: GitRepository | ||
name: ethereum-node-automation | ||
targetNamespace: ethereum-node-automation | ||
timeout: 3m0s | ||
wait: true |
11 changes: 11 additions & 0 deletions
11
clusters/kind-ethereum-nodes/ethereum-node-automation-source.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
--- | ||
apiVersion: source.toolkit.fluxcd.io/v1 | ||
kind: GitRepository | ||
metadata: | ||
name: ethereum-node-automation | ||
namespace: flux-system | ||
spec: | ||
interval: 1m0s | ||
ref: | ||
branch: main | ||
url: https://github.com/Smorci/ethereum-node-automation |
Oops, something went wrong.