Skip to content

Instantly share code, notes, and snippets.

@zinref
Last active April 2, 2020 17:10
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save zinref/03f314f608b8cc825e0c12fbc0b40103 to your computer and use it in GitHub Desktop.
Save zinref/03f314f608b8cc825e0c12fbc0b40103 to your computer and use it in GitHub Desktop.
Avengers Component Config CRD
# what components do you want to deploy on K8s namespace?
components:
- name: redis
chart:
repository: https://kubernetes-charts.storage.googleapis.com
name: redis
# source of service version, target version can be specified as regex
image:
repository: bitnami/redis
pattern: '5.*debian-9.*'
source: public-registry
# see the available overriden values from https://github.com/helm/charts/tree/master/stable
values:
image:
repository: bitnami/redis
pullPolicy: IfNotPresent
cluster:
enabled: false
usePassword: false
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment