forked from shraderdm/rancher-federal-fleet-demo
-
Notifications
You must be signed in to change notification settings - Fork 4
/
fleet.yaml
42 lines (39 loc) · 945 Bytes
/
fleet.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
defaultNamespace: default
helm:
chart: https://github.com/shraderdm/charts/blob/main/assets/rancher-demo-0.2.1.tgz?raw=true
values:
fullnameOverride: "rancher-demo"
env:
SHOW_VERSION: true
COW_COLOR: "white"
SKIP_ERRORS: true
ingress:
hosts:
- host: sslip.io
paths:
- path: /
pathType: ImplementationSpecific
autoscaling:
enabled: true
minReplicas: 4
maxReplicas: 25
targetCPUUtilizationPercentage: 80
diff:
comparePatches:
- apiVersion: networking.k8s.io/v1
name: rancher-demo
namespace: default
kind: Ingress
operations:
- {"op": "remove", "path": "/spec/rules/0/host"}
targetCustomizations:
- name: cloud-service-providers
helm:
values:
service:
type: LoadBalancer
ingress:
enabled: false
clusterSelector:
matchLabels:
csp: true