forked from dhiaayachi/eks-consul-ingressnginx
-
Notifications
You must be signed in to change notification settings - Fork 0
/
consul-values.yaml
208 lines (208 loc) · 4.1 KB
/
consul-values.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
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
global:
enabled: false
logLevel: "info"
logJSON: false
name: null
domain: consul
adminPartitions:
enabled: false
name: "default"
service:
type: LoadBalancer
nodePort:
rpc: null
serf: null
https: null
annotations: null
imagePullSecrets: []
datacenter: dc1
enablePodSecurityPolicies: false
gossipEncryption:
autoGenerate: true
recursors: []
metrics:
enabled: true
enableAgentMetrics: true
agentMetricsRetentionTime: 1m
enableGatewayMetrics: true
consulSidecarContainer:
resources:
requests:
memory: "100Mi"
cpu: "100m"
limits:
memory: "500Mi"
cpu: "500m"
imageEnvoy: "envoyproxy/envoy-alpine:v1.21.2"
openshift:
enabled: false
ui:
enabled: true
service:
type: LoadBalancer
server:
enabled: true
#image: "hashicorp/consul:1.11.5"
replicas: 1
exposeGossipAndRPCPorts: false
ports:
serflan:
port: 8301
storage: 10Gi
connect: true
resources:
requests:
memory: "100Mi"
cpu: "100m"
limits:
memory: "100Mi"
cpu: "100m"
securityContext:
runAsNonRoot: false
runAsGroup: 0
runAsUser: 0
fsGroup: 0
updatePartition: 0
disruptionBudget:
enabled: true
client:
enabled: true
image: null
join: null
dataDirectoryHostPath: null
grpc: true
nodeMeta:
pod-name: ${HOSTNAME}
host-ip: ${HOST_IP}
exposeGossipPorts: true
serviceAccount:
annotations: null
resources:
requests:
memory: "100Mi"
cpu: "100m"
limits:
memory: "500Mi"
cpu: "500m"
securityContext:
runAsNonRoot: true
runAsGroup: 1000
runAsUser: 100
fsGroup: 1000
extraVolumes: []
extraContainers: []
tolerations: |
- operator: Exists
nodeSelector: null
affinity: null
priorityClassName: ""
annotations: null
extraLabels: null
extraEnvironmentVars: {}
dnsPolicy: null
hostNetwork: false
updateStrategy: |
rollingUpdate:
maxUnavailable: 1
type: RollingUpdate
snapshotAgent:
enabled: false
replicas: 2
serviceAccount:
annotations: null
resources:
requests:
memory: "50Mi"
cpu: "50m"
limits:
memory: "50Mi"
cpu: "50m"
caCert: null
dns:
enabled: true
enableRedirection: false
type: ClusterIP
clusterIP: null
annotations: null
additionalSpec: null
connectInject:
envoyExtraArgs: "--log-level trace --component-log-level upstream:trace,http:trace,router:trace,config:trace"
enabled: true
replicas: 2
image: null
default: false
transparentProxy:
defaultEnabled: true
defaultOverwriteProbes: true
metrics:
defaultEnabled: "-"
defaultEnableMerging: false
defaultMergedMetricsPort: 20100
defaultPrometheusScrapePort: 20200
defaultPrometheusScrapePath: "/metrics"
priorityClassName: ""
imageConsul: null
logLevel: info
serviceAccount:
annotations: null
resources:
requests:
memory: "50Mi"
cpu: "50m"
limits:
memory: "500Mi"
cpu: "150m"
failurePolicy: "Fail"
namespaceSelector: |
matchExpressions:
- key: "kubernetes.io/metadata.name"
operator: "NotIn"
values: ["kube-system","local-path-storage"]
k8sAllowNamespaces: ["*"]
k8sDenyNamespaces: []
consulNamespaces:
consulDestinationNamespace: "default"
mirroringK8S: false
mirroringK8SPrefix: ""
nodeSelector: null
affinity: null
tolerations: null
sidecarProxy:
resources:
requests:
memory: "100Mi"
cpu: "100m"
limits:
memory: "500Mi"
cpu: "500m"
initContainer:
resources:
requests:
memory: "25Mi"
cpu: "50m"
limits:
memory: "150Mi"
cpu: "50m"
controller:
enabled: true
replicas: 1
logLevel: info
serviceAccount:
annotations: null
resources:
limits:
cpu: 100m
memory: 50Mi
requests:
cpu: 100m
memory: 50Mi
nodeSelector: null
tolerations: null
affinity: null
priorityClassName: ""
webhookCertManager:
tolerations: null
prometheus:
enabled: false
tests:
enabled: true