Skip to content

Instantly share code, notes, and snippets.

@stefanprodan
Last active July 20, 2020 14:05
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 stefanprodan/99d79c60738ba798839a497cbb65259b to your computer and use it in GitHub Desktop.
Save stefanprodan/99d79c60738ba798839a497cbb65259b to your computer and use it in GitHub Desktop.
apiVersion: wkp.weave.works/v1alpha1
kind: ProfileSync
metadata:
name: envoy-ingress
spec:
constraints:
kubernetes: ">=1.16.0"
wkp: ">=2.0.0"
dependsOn:
- monitoring # <- WKP profile that must be installed before envoy-ingress
sources:
- url: https://github.com/weaveworks-profiles/contour-base
version: v1.0.0 # <- WKP user controls the version
runtimeValues: # <- WKP controller generates this based on user input
kind: Secret
name: contour-vars # <- Env vars that get replaced before apply e.g. region: us-west-2
- url: https://flagger.app
version: v1.0.1
runtimeValues:
kind: ConfigMap
name: flagger-values # <- Helm chart values e.g. metricsServer: http://prometheus.monitoring:9090
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment