-
Notifications
You must be signed in to change notification settings - Fork 23
/
Copy pathcharts_v1alpha1_nginxingress.yaml
218 lines (218 loc) · 4.96 KB
/
charts_v1alpha1_nginxingress.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
209
210
211
212
213
214
215
216
217
218
apiVersion: charts.nginx.org/v1alpha1
kind: NginxIngress
metadata:
name: nginxingress-sample
spec:
# Default values copied from <project_dir>/deployments/helm-chart/values.yaml
controller:
name: controller
kind: deployment
selectorLabels: {}
annotations: {}
nginxplus: false
mgmt:
licenseTokenSecretName: license-token
nginxReloadTimeout: 60000
appprotect:
enable: false
# logLevel: fatal
appprotectdos:
enable: false
debug: false
maxWorkers: 0
maxDaemons: 0
memory: 0
hostNetwork: false
hostPort:
enable: false
http: 80
https: 443
containerPort:
http: 80
https: 443
dnsPolicy: ClusterFirst
nginxDebug: false
shareProcessNamespace: false
logLevel: info
logFormat: glog
customPorts: []
image:
repository: nginx/nginx-ingress
tag: "4.0.0-ubi"
# digest: "sha256:CHANGEME"
pullPolicy: IfNotPresent
lifecycle: {}
customConfigMap: ""
config:
# name: nginx-config
annotations: {}
entries: {}
defaultTLS:
cert: ""
key: ""
secret: ""
wildcardTLS:
cert: ""
key: ""
secret: ""
# nodeSelector: {}
terminationGracePeriodSeconds: 30
autoscaling:
enabled: false
annotations: {}
minReplicas: 1
maxReplicas: 3
targetCPUUtilizationPercentage: 50
targetMemoryUtilizationPercentage: 50
behavior: {}
resources:
requests:
cpu: 100m
memory: 128Mi
# limits:
# cpu: 1
# memory: 1Gi
initContainerResources:
requests:
cpu: 100m
memory: 128Mi
# limits:
# cpu: 1
# memory: 1Gi
tolerations: []
affinity: {}
# topologySpreadConstraints: {}
env: []
# - name: MY_VAR
# value: myvalue
volumes: []
# - name: extra-conf
# configMap:
# name: extra-conf
volumeMounts: []
# - name: extra-conf
# mountPath: /etc/nginx/conf.d/extra.conf
# subPath: extra.conf
initContainers: []
# - name: init-container
# image: busybox:1.34
# command: ['sh', '-c', 'echo this is initial setup!']
minReadySeconds: 0
podDisruptionBudget:
enabled: false
annotations: {}
# minAvailable: 1
# maxUnavailable: 1
strategy: {}
extraContainers: []
# - name: container
# image: busybox:1.34
# command: ['sh', '-c', 'echo this is a sidecar!']
replicaCount: 1
ingressClass:
name: nginx
create: true
setAsDefaultIngress: false
watchNamespace: ""
watchNamespaceLabel: ""
watchSecretNamespace: ""
enableCustomResources: true
enableOIDC: false
enableTLSPassthrough: false
tlsPassthroughPort: 443
enableCertManager: false
enableExternalDNS: false
globalConfiguration:
create: false
spec: {}
# listeners:
# - name: dns-udp
# port: 5353
# protocol: UDP
# - name: dns-tcp
# port: 5353
# protocol: TCP
enableSnippets: false
healthStatus: false
healthStatusURI: "/nginx-health"
nginxStatus:
enable: true
port: 8080
allowCidrs: "127.0.0.1"
service:
create: true
type: LoadBalancer
externalTrafficPolicy: Local
annotations: {}
extraLabels: {}
loadBalancerIP: ""
clusterIP: ""
externalIPs: []
loadBalancerSourceRanges: []
# allocateLoadBalancerNodePorts: false
# ipFamilyPolicy: SingleStack
# ipFamilies:
# - IPv6
httpPort:
enable: true
port: 80
# nodePort: 80
targetPort: 80
httpsPort:
enable: true
port: 443
# nodePort: 443
targetPort: 443
customPorts: []
serviceAccount:
annotations: {}
# name: nginx-ingress
imagePullSecretName: ""
imagePullSecretsNames: []
reportIngressStatus:
enable: true
# externalService: nginx-ingress
ingressLink: ""
enableLeaderElection: true
leaderElectionLockName: "nginx-ingress-leader"
annotations: {}
pod:
annotations: {}
extraLabels: {}
# priorityClassName: ""
readyStatus:
enable: true
port: 8081
initialDelaySeconds: 0
enableLatencyMetrics: false
disableIPV6: false
defaultHTTPListenerPort: 80
defaultHTTPSListenerPort: 443
readOnlyRootFilesystem: false
enableSSLDynamicReload: true
rbac:
create: true
prometheus:
create: true
port: 9113
secret: ""
scheme: http
service:
create: false
labels:
service: "nginx-ingress-prometheus-service"
serviceMonitor:
create: false
labels: {}
selectorMatchLabels:
service: "nginx-ingress-prometheus-service"
endpoints:
- port: prometheus
serviceInsight:
create: false
port: 9114
secret: ""
scheme: http
nginxServiceMesh:
enable: false
enableEgress: false