forked from gitrgoliveira/minikube-consul
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathvalues2.yaml
61 lines (61 loc) · 1.11 KB
/
values2.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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
global:
name: consul
image: hashicorp/consul-enterprise:1.8-ent
datacenter: cluster-2
tls:
enabled: true
verify: false
caCert:
secretName: consul-federation
secretKey: caCert
caKey:
secretName: consul-federation
secretKey: caKey
federation:
enabled: true
server:
replicas: 1
bootstrapExpect: 1
affinity: ""
disruptionBudget:
enabled: true
maxUnavailable: 0
extraVolumes:
- type: secret
name: consul-federation
items:
- key: serverConfigJSON
path: config.json
load: true
connectInject:
enabled: true
ui:
service:
type: NodePort
meshGateway:
enabled: true
replicas: 1
wanAddress:
source: Service
service:
type: NodePort
nodePort: 30000
affinity: ""
ingressGateways:
enabled: true
defaults:
replicas: 1
service:
type: NodePort
ports:
- port: 30443
nodePort: 30443
- port: 30080
nodePort: 30080
- port: 30088
nodePort: 30088
affinity: ""
gateways:
- name: dashboard-ingress-gateway
terminatingGateways:
enabled: false