mirror of
https://github.com/fluxcd/flagger.git
synced 2026-04-15 06:57:34 +00:00
28 lines
682 B
YAML
28 lines
682 B
YAML
apiVersion: flux.weave.works/v1beta1
|
|
kind: HelmRelease
|
|
metadata:
|
|
name: frontend
|
|
namespace: test
|
|
annotations:
|
|
flux.weave.works/automated: "true"
|
|
flux.weave.works/tag.chart-image: semver:~1.4
|
|
spec:
|
|
releaseName: frontend
|
|
chart:
|
|
repository: https://flagger.app/
|
|
name: podinfo
|
|
version: 2.0.0
|
|
values:
|
|
image:
|
|
repository: quay.io/stefanprodan/podinfo
|
|
tag: 1.4.0
|
|
backend: http://backend-podinfo:9898/echo
|
|
canary:
|
|
enabled: true
|
|
istioIngress:
|
|
enabled: true
|
|
gateway: public-gateway.istio-system.svc.cluster.local
|
|
host: frontend.istio.example.com
|
|
loadtest:
|
|
enabled: true
|