-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathhelmfile.yaml
More file actions
57 lines (56 loc) · 1.42 KB
/
Copy pathhelmfile.yaml
File metadata and controls
57 lines (56 loc) · 1.42 KB
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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
repositories:
# - name: ingress-nginx
# url: https://kubernetes.github.io/ingress-nginx
- name: chaos-mesh
url: https://charts.chaos-mesh.org
releases:
# - name: ingress-nginx
# namespace: ingress-nginx
# createNamespace: true
# chart: ingress-nginx/ingress-nginx
# version: 4.10.0
# values:
# - controller:
# extraArgs:
# publish-status-address: localhost
# hostPort:
# enabled: true
# publishService:
# enabled: false
# service:
# type: NodePort
# enableHttps: false
# tolerations:
# - effect: NoSchedule
# key: node-role.kubernetes.io/master
# operator: Equal
# - effect: NoSchedule
# key: node-role.kubernetes.io/control-plane
# operator: Equal
# watchIngressWithoutClass: true
# nodeSelector:
# kubernetes.io/os: linux
# kubernetes.io/hostname: "sharded-kvs-cluster-control-plane"
# allowSnippetAnnotations: true
- name: chaos-mesh
namespace: chaos-mesh
createNamespace: true
chart: chaos-mesh/chaos-mesh
version: 2.6.3
values:
- dashboard:
service:
type: ClusterIP
clusterIP: None
securityMode: false
# - name: kvs
# namespace: kvs
# createNamespace: true
# chart: ./deploy
# values:
# - shards: 3
# replicas: 3
# shardImage: sharded-kvs-shard
# clusterDomain: localho.st
# chaosMesh:
# enabled: true