Initial Commit
This commit is contained in:
23
helm/fleet.yaml
Normal file
23
helm/fleet.yaml
Normal file
@@ -0,0 +1,23 @@
|
||||
namespace: fleet-helm-example
|
||||
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
|
||||
Reference in New Issue
Block a user