J release changes
[ric-plt/ric-dep.git] / helm / infrastructure / subcharts / kong / ci / __snapshots__ / test-enterprise-version-3.4.0.0-values.snap
1 ['test-enterprise-version-3.4.0.0-values']
2 SnapShot = """
3 - object:
4     apiVersion: apps/v1
5     kind: Deployment
6     metadata:
7         labels:
8             app.kubernetes.io/component: app
9             app.kubernetes.io/instance: chartsnap
10             app.kubernetes.io/managed-by: Helm
11             app.kubernetes.io/name: kong
12             app.kubernetes.io/version: \"3.6\"
13             helm.sh/chart: kong-2.38.0
14         name: chartsnap-kong
15         namespace: default
16     spec:
17         replicas: 1
18         selector:
19             matchLabels:
20                 app.kubernetes.io/component: app
21                 app.kubernetes.io/instance: chartsnap
22                 app.kubernetes.io/name: kong
23         template:
24             metadata:
25                 annotations:
26                     kuma.io/gateway: enabled
27                     kuma.io/service-account-token-volume: chartsnap-kong-token
28                     traffic.sidecar.istio.io/includeInboundPorts: \"\"
29                 labels:
30                     app: chartsnap-kong
31                     app.kubernetes.io/component: app
32                     app.kubernetes.io/instance: chartsnap
33                     app.kubernetes.io/managed-by: Helm
34                     app.kubernetes.io/name: kong
35                     app.kubernetes.io/version: \"3.6\"
36                     helm.sh/chart: kong-2.38.0
37                     version: \"3.6\"
38             spec:
39                 automountServiceAccountToken: false
40                 containers:
41                     - env:
42                         - name: KONG_ADMIN_ACCESS_LOG
43                           value: /dev/stdout
44                         - name: KONG_ADMIN_ERROR_LOG
45                           value: /dev/stderr
46                         - name: KONG_ADMIN_GUI_ACCESS_LOG
47                           value: /dev/stdout
48                         - name: KONG_ADMIN_GUI_ERROR_LOG
49                           value: /dev/stderr
50                         - name: KONG_ADMIN_LISTEN
51                           value: 127.0.0.1:8444 http2 ssl, [::1]:8444 http2 ssl
52                         - name: KONG_CLUSTER_LISTEN
53                           value: \"off\"
54                         - name: KONG_DATABASE
55                           value: \"off\"
56                         - name: KONG_LUA_PACKAGE_PATH
57                           value: /opt/?.lua;/opt/?/init.lua;;
58                         - name: KONG_NGINX_WORKER_PROCESSES
59                           value: \"2\"
60                         - name: KONG_PORTAL_API_ACCESS_LOG
61                           value: /dev/stdout
62                         - name: KONG_PORTAL_API_ERROR_LOG
63                           value: /dev/stderr
64                         - name: KONG_PORT_MAPS
65                           value: 80:8000, 443:8443
66                         - name: KONG_PREFIX
67                           value: /kong_prefix/
68                         - name: KONG_PROXY_ACCESS_LOG
69                           value: /dev/stdout
70                         - name: KONG_PROXY_ERROR_LOG
71                           value: /dev/stderr
72                         - name: KONG_PROXY_LISTEN
73                           value: 0.0.0.0:8000, [::]:8000, 0.0.0.0:8443 http2 ssl, [::]:8443 http2 ssl
74                         - name: KONG_PROXY_STREAM_ACCESS_LOG
75                           value: /dev/stdout basic
76                         - name: KONG_PROXY_STREAM_ERROR_LOG
77                           value: /dev/stderr
78                         - name: KONG_ROUTER_FLAVOR
79                           value: traditional
80                         - name: KONG_STATUS_ACCESS_LOG
81                           value: \"off\"
82                         - name: KONG_STATUS_ERROR_LOG
83                           value: /dev/stderr
84                         - name: KONG_STATUS_LISTEN
85                           value: 0.0.0.0:8100, [::]:8100
86                         - name: KONG_STREAM_LISTEN
87                           value: \"off\"
88                         - name: KONG_NGINX_DAEMON
89                           value: \"off\"
90                       image: kong/kong-gateway:3.4.0.0
91                       imagePullPolicy: IfNotPresent
92                       lifecycle:
93                         preStop:
94                             exec:
95                                 command:
96                                     - kong
97                                     - quit
98                                     - --wait=15
99                       livenessProbe:
100                         failureThreshold: 3
101                         httpGet:
102                             path: /status
103                             port: status
104                             scheme: HTTP
105                         initialDelaySeconds: 5
106                         periodSeconds: 10
107                         successThreshold: 1
108                         timeoutSeconds: 5
109                       name: proxy
110                       ports:
111                         - containerPort: 8000
112                           name: proxy
113                           protocol: TCP
114                         - containerPort: 8443
115                           name: proxy-tls
116                           protocol: TCP
117                         - containerPort: 8100
118                           name: status
119                           protocol: TCP
120                       readinessProbe:
121                         failureThreshold: 3
122                         httpGet:
123                             path: /status
124                             port: status
125                             scheme: HTTP
126                         initialDelaySeconds: 1
127                         periodSeconds: 1
128                         successThreshold: 1
129                         timeoutSeconds: 5
130                       resources: {}
131                       securityContext:
132                         allowPrivilegeEscalation: false
133                         capabilities:
134                             drop:
135                                 - ALL
136                         readOnlyRootFilesystem: true
137                         runAsNonRoot: true
138                         runAsUser: 1000
139                         seccompProfile:
140                             type: RuntimeDefault
141                       volumeMounts:
142                         - mountPath: /kong_prefix/
143                           name: chartsnap-kong-prefix-dir
144                         - mountPath: /tmp
145                           name: chartsnap-kong-tmp
146                 initContainers:
147                     - command:
148                         - rm
149                         - -vrf
150                         - $KONG_PREFIX/pids
151                       env:
152                         - name: KONG_ADMIN_ACCESS_LOG
153                           value: /dev/stdout
154                         - name: KONG_ADMIN_ERROR_LOG
155                           value: /dev/stderr
156                         - name: KONG_ADMIN_GUI_ACCESS_LOG
157                           value: /dev/stdout
158                         - name: KONG_ADMIN_GUI_ERROR_LOG
159                           value: /dev/stderr
160                         - name: KONG_ADMIN_LISTEN
161                           value: 127.0.0.1:8444 http2 ssl, [::1]:8444 http2 ssl
162                         - name: KONG_CLUSTER_LISTEN
163                           value: \"off\"
164                         - name: KONG_DATABASE
165                           value: \"off\"
166                         - name: KONG_LUA_PACKAGE_PATH
167                           value: /opt/?.lua;/opt/?/init.lua;;
168                         - name: KONG_NGINX_WORKER_PROCESSES
169                           value: \"2\"
170                         - name: KONG_PORTAL_API_ACCESS_LOG
171                           value: /dev/stdout
172                         - name: KONG_PORTAL_API_ERROR_LOG
173                           value: /dev/stderr
174                         - name: KONG_PORT_MAPS
175                           value: 80:8000, 443:8443
176                         - name: KONG_PREFIX
177                           value: /kong_prefix/
178                         - name: KONG_PROXY_ACCESS_LOG
179                           value: /dev/stdout
180                         - name: KONG_PROXY_ERROR_LOG
181                           value: /dev/stderr
182                         - name: KONG_PROXY_LISTEN
183                           value: 0.0.0.0:8000, [::]:8000, 0.0.0.0:8443 http2 ssl, [::]:8443 http2 ssl
184                         - name: KONG_PROXY_STREAM_ACCESS_LOG
185                           value: /dev/stdout basic
186                         - name: KONG_PROXY_STREAM_ERROR_LOG
187                           value: /dev/stderr
188                         - name: KONG_ROUTER_FLAVOR
189                           value: traditional
190                         - name: KONG_STATUS_ACCESS_LOG
191                           value: \"off\"
192                         - name: KONG_STATUS_ERROR_LOG
193                           value: /dev/stderr
194                         - name: KONG_STATUS_LISTEN
195                           value: 0.0.0.0:8100, [::]:8100
196                         - name: KONG_STREAM_LISTEN
197                           value: \"off\"
198                       image: kong/kong-gateway:3.4.0.0
199                       imagePullPolicy: IfNotPresent
200                       name: clear-stale-pid
201                       resources: {}
202                       securityContext:
203                         allowPrivilegeEscalation: false
204                         capabilities:
205                             drop:
206                                 - ALL
207                         readOnlyRootFilesystem: true
208                         runAsNonRoot: true
209                         runAsUser: 1000
210                         seccompProfile:
211                             type: RuntimeDefault
212                       volumeMounts:
213                         - mountPath: /kong_prefix/
214                           name: chartsnap-kong-prefix-dir
215                         - mountPath: /tmp
216                           name: chartsnap-kong-tmp
217                 securityContext: {}
218                 serviceAccountName: chartsnap-kong
219                 terminationGracePeriodSeconds: 30
220                 volumes:
221                     - emptyDir:
222                         sizeLimit: 256Mi
223                       name: chartsnap-kong-prefix-dir
224                     - emptyDir:
225                         sizeLimit: 1Gi
226                       name: chartsnap-kong-tmp
227                     - name: chartsnap-kong-token
228                       projected:
229                         sources:
230                             - serviceAccountToken:
231                                 expirationSeconds: 3607
232                                 path: token
233                             - configMap:
234                                 items:
235                                     - key: ca.crt
236                                       path: ca.crt
237                                 name: kube-root-ca.crt
238                             - downwardAPI:
239                                 items:
240                                     - fieldRef:
241                                         apiVersion: v1
242                                         fieldPath: metadata.namespace
243                                       path: namespace
244 - object:
245     apiVersion: v1
246     kind: Service
247     metadata:
248         labels:
249             app.kubernetes.io/instance: chartsnap
250             app.kubernetes.io/managed-by: Helm
251             app.kubernetes.io/name: kong
252             app.kubernetes.io/version: \"3.6\"
253             helm.sh/chart: kong-2.38.0
254         name: chartsnap-kong-manager
255         namespace: default
256     spec:
257         ports:
258             - name: kong-manager
259               port: 8002
260               protocol: TCP
261               targetPort: 8002
262             - name: kong-manager-tls
263               port: 8445
264               protocol: TCP
265               targetPort: 8445
266         selector:
267             app.kubernetes.io/component: app
268             app.kubernetes.io/instance: chartsnap
269             app.kubernetes.io/name: kong
270         type: NodePort
271 - object:
272     apiVersion: v1
273     kind: Service
274     metadata:
275         labels:
276             app.kubernetes.io/instance: chartsnap
277             app.kubernetes.io/managed-by: Helm
278             app.kubernetes.io/name: kong
279             app.kubernetes.io/version: \"3.6\"
280             enable-metrics: \"true\"
281             helm.sh/chart: kong-2.38.0
282         name: chartsnap-kong-proxy
283         namespace: default
284     spec:
285         ports:
286             - name: kong-proxy
287               port: 80
288               protocol: TCP
289               targetPort: 8000
290             - name: kong-proxy-tls
291               port: 443
292               protocol: TCP
293               targetPort: 8443
294         selector:
295             app.kubernetes.io/component: app
296             app.kubernetes.io/instance: chartsnap
297             app.kubernetes.io/name: kong
298         type: LoadBalancer
299 - object:
300     apiVersion: v1
301     kind: ServiceAccount
302     metadata:
303         labels:
304             app.kubernetes.io/instance: chartsnap
305             app.kubernetes.io/managed-by: Helm
306             app.kubernetes.io/name: kong
307             app.kubernetes.io/version: \"3.6\"
308             helm.sh/chart: kong-2.38.0
309         name: chartsnap-kong
310         namespace: default
311 """