-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathvalues-ap1.yaml
45 lines (45 loc) · 1.09 KB
/
values-ap1.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
global:
name: consul
image: "k3d-registry.localhost:5002/consul-dev@sha256:27708036dc0496562b1f9af487f418a5685dc63540eca34f25843b6f7ae69512"
imageK8S: "k3d-registry.localhost:5002/consul-k8s-control-plane-dev@sha256:0dfce57eee7006709c2e689a39694474b1bb0cfee9a9c9f84aa8b6f2ef9fb029"
peering:
enabled: true
tls:
enabled: true
caCert:
secretName: consul-ca-cert
secretKey: tls.crt
caKey:
secretName: consul-ca-key
secretKey: tls.key
ui:
enabled: true
enterpriseLicense:
secretName: license
secretKey: license.txt
enableLicenseAutoload: true
enableConsulNamespaces: true
adminPartitions:
enabled: true
name: "ap1"
acls:
manageSystemACLs: true
bootstrapToken:
secretName: consul-partitions-acl-token
secretKey: token
externalServers:
enabled: true
tlsServerName: server.dc1.consul
connectInject:
enabled: true
default: true
consulNamespaces:
mirroringK8S: true
meshGateway:
enabled: true
# Everything below is for k3d
service:
type: "NodePort"
nodePort: "30101"
server:
enabled: false