Last active
July 29, 2020 09:19
-
-
Save lovellfelix/709500e2c7832264002596209b18341a to your computer and use it in GitHub Desktop.
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
helmOperator: | |
create: false | |
git: | |
url: "[email protected]:lovellfelix/homelab-k3s.git" | |
branch: master | |
path: deployments | |
image: | |
repository: raspbernetes/flux | |
tag: 1.18.0 | |
registry: | |
rps: 1 | |
burst: 1 | |
memcached: | |
enabled: true | |
syncGarbageCollection: | |
enabled: true | |
dry: false | |
prometheus: | |
enabled: true | |
serviceMonitor: | |
create: false | |
interval: 30s | |
scrapeTimeout: 10s | |
namespace: kube-system |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment