Skip to content

Commit

Permalink
feat(README): update sheet
Browse files Browse the repository at this point in the history
  • Loading branch information
dtherhtun committed Sep 10, 2022
1 parent ebba7ae commit b7a9df7
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 1 deletion.
Binary file added .github/img/sheet-k8s.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
27 changes: 26 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,34 @@
# EventAutomator (SheetOps)

![alt](./.github/img/EventAutomatorsmall.png)
![alt](./.github/img/eventAutomator.png)

A reliable pre-scaling system through the spreadsheet without straying from GitOps methodology.

## GitOps to SheetOps Workflow

![alt](./.github/img/gitops_to_sheetOps.png)

Requirement -
- credentials.json from google workspace.
- Pre-configured Rundeck server.

Configurations sample -
```
# config.yaml
---
credential: "credentials.json"
logfile: "scale.log"
target:
url: "http://rundeck-stag:8080/api/41/webhook/T4AUvRkurNpEhg1YEo4pwcg3CoNvVacn"
apikey: "abcdefghij0ElqaYanojYZmEQy"
spreadsheet:
id: "abcdefghi6aYo4atM8GCrWn5D1jt9u0"
readrange: "A2:E"
calendar:
id: "[email protected]"
event: "[SheetOps] Scaling K8s"
```

## Exmaple Sheet

![alt](./.github/img/sheet-k8s.png)

0 comments on commit b7a9df7

Please sign in to comment.