Update examples

This commit is contained in:
Darren Shepherd
2020-08-31 23:29:55 -07:00
parent 56bca25f64
commit 3614aa139d
17 changed files with 181 additions and 5 deletions

24
helm-external/fleet.yaml Normal file
View File

@@ -0,0 +1,24 @@
namespace: fleet-helm-external-example
chart: https://github.com/rancher/fleet-examples/releases/download/example/guestbook-0.0.0.tgz
targets:
- name: dev
values:
replication: false
clusterSelector:
matchLabels:
env: dev
- name: test
values:
replicas: 3
clusterSelector:
matchLabels:
env: test
- name: prod
values:
serviceType: LoadBalancer
replicas: 3
clusterSelector:
matchLabels:
env: prod