J release changes
[ric-plt/ric-dep.git] / helm / infrastructure / subcharts / kong / ci / __snapshots__ / single-image-default-values.snap
1 [single-image-default-values]
2 SnapShot = """
3 - object:
4     apiVersion: admissionregistration.k8s.io/v1
5     kind: ValidatingWebhookConfiguration
6     metadata:
7         labels:
8             app.kubernetes.io/instance: chartsnap
9             app.kubernetes.io/managed-by: Helm
10             app.kubernetes.io/name: kong
11             app.kubernetes.io/version: \"3.6\"
12             helm.sh/chart: kong-2.38.0
13         name: chartsnap-kong-validations
14         namespace: default
15     webhooks:
16         - admissionReviewVersions:
17             - v1beta1
18           clientConfig:
19             caBundle: '###DYNAMIC_FIELD###'
20             service:
21                 name: chartsnap-kong-validation-webhook
22                 namespace: default
23           failurePolicy: Ignore
24           name: validations.kong.konghq.com
25           objectSelector:
26             matchExpressions:
27                 - key: owner
28                   operator: NotIn
29                   values:
30                     - helm
31           rules:
32             - apiGroups:
33                 - configuration.konghq.com
34               apiVersions:
35                 - '*'
36               operations:
37                 - CREATE
38                 - UPDATE
39               resources:
40                 - kongconsumers
41                 - kongplugins
42                 - kongclusterplugins
43                 - kongingresses
44             - apiGroups:
45                 - \"\"
46               apiVersions:
47                 - v1
48               operations:
49                 - CREATE
50                 - UPDATE
51               resources:
52                 - secrets
53                 - services
54             - apiGroups:
55                 - networking.k8s.io
56               apiVersions:
57                 - v1
58               operations:
59                 - CREATE
60                 - UPDATE
61               resources:
62                 - ingresses
63             - apiGroups:
64                 - gateway.networking.k8s.io
65               apiVersions:
66                 - v1alpha2
67                 - v1beta1
68                 - v1
69               operations:
70                 - CREATE
71                 - UPDATE
72               resources:
73                 - gateways
74                 - httproutes
75           sideEffects: None
76 - object:
77     apiVersion: apps/v1
78     kind: Deployment
79     metadata:
80         labels:
81             app.kubernetes.io/component: app
82             app.kubernetes.io/instance: chartsnap
83             app.kubernetes.io/managed-by: Helm
84             app.kubernetes.io/name: kong
85             app.kubernetes.io/version: \"3.6\"
86             helm.sh/chart: kong-2.38.0
87         name: chartsnap-kong
88         namespace: default
89     spec:
90         replicas: 1
91         selector:
92             matchLabels:
93                 app.kubernetes.io/component: app
94                 app.kubernetes.io/instance: chartsnap
95                 app.kubernetes.io/name: kong
96         template:
97             metadata:
98                 annotations:
99                     kuma.io/gateway: enabled
100                     kuma.io/service-account-token-volume: chartsnap-kong-token
101                     traffic.sidecar.istio.io/includeInboundPorts: \"\"
102                 labels:
103                     app: chartsnap-kong
104                     app.kubernetes.io/component: app
105                     app.kubernetes.io/instance: chartsnap
106                     app.kubernetes.io/managed-by: Helm
107                     app.kubernetes.io/name: kong
108                     app.kubernetes.io/version: \"3.6\"
109                     helm.sh/chart: kong-2.38.0
110                     version: \"3.6\"
111             spec:
112                 automountServiceAccountToken: false
113                 containers:
114                     - args: null
115                       env:
116                         - name: POD_NAME
117                           valueFrom:
118                             fieldRef:
119                                 apiVersion: v1
120                                 fieldPath: metadata.name
121                         - name: POD_NAMESPACE
122                           valueFrom:
123                             fieldRef:
124                                 apiVersion: v1
125                                 fieldPath: metadata.namespace
126                         - name: CONTROLLER_ADMISSION_WEBHOOK_LISTEN
127                           value: 0.0.0.0:8080
128                         - name: CONTROLLER_ANONYMOUS_REPORTS
129                           value: \"false\"
130                         - name: CONTROLLER_ELECTION_ID
131                           value: kong-ingress-controller-leader-kong
132                         - name: CONTROLLER_INGRESS_CLASS
133                           value: kong
134                         - name: CONTROLLER_KONG_ADMIN_TLS_SKIP_VERIFY
135                           value: \"true\"
136                         - name: CONTROLLER_KONG_ADMIN_URL
137                           value: https://localhost:8444
138                         - name: CONTROLLER_PUBLISH_SERVICE
139                           value: default/chartsnap-kong-proxy
140                       image: kong/kubernetes-ingress-controller:3.0
141                       imagePullPolicy: IfNotPresent
142                       livenessProbe:
143                         failureThreshold: 3
144                         httpGet:
145                             path: /healthz
146                             port: 10254
147                             scheme: HTTP
148                         initialDelaySeconds: 5
149                         periodSeconds: 10
150                         successThreshold: 1
151                         timeoutSeconds: 5
152                       name: ingress-controller
153                       ports:
154                         - containerPort: 8080
155                           name: webhook
156                           protocol: TCP
157                         - containerPort: 10255
158                           name: cmetrics
159                           protocol: TCP
160                         - containerPort: 10254
161                           name: cstatus
162                           protocol: TCP
163                       readinessProbe:
164                         failureThreshold: 3
165                         httpGet:
166                             path: /readyz
167                             port: 10254
168                             scheme: HTTP
169                         initialDelaySeconds: 5
170                         periodSeconds: 10
171                         successThreshold: 1
172                         timeoutSeconds: 5
173                       resources: {}
174                       securityContext:
175                         allowPrivilegeEscalation: false
176                         capabilities:
177                             drop:
178                                 - ALL
179                         readOnlyRootFilesystem: true
180                         runAsNonRoot: true
181                         runAsUser: 1000
182                         seccompProfile:
183                             type: RuntimeDefault
184                       volumeMounts:
185                         - mountPath: /admission-webhook
186                           name: webhook-cert
187                           readOnly: true
188                         - mountPath: /var/run/secrets/kubernetes.io/serviceaccount
189                           name: chartsnap-kong-token
190                           readOnly: true
191                     - env:
192                         - name: KONG_ADMIN_ACCESS_LOG
193                           value: /dev/stdout
194                         - name: KONG_ADMIN_ERROR_LOG
195                           value: /dev/stderr
196                         - name: KONG_ADMIN_GUI_ACCESS_LOG
197                           value: /dev/stdout
198                         - name: KONG_ADMIN_GUI_ERROR_LOG
199                           value: /dev/stderr
200                         - name: KONG_ADMIN_LISTEN
201                           value: 127.0.0.1:8444 http2 ssl, [::1]:8444 http2 ssl
202                         - name: KONG_ANONYMOUS_REPORTS
203                           value: \"off\"
204                         - name: KONG_CLUSTER_LISTEN
205                           value: \"off\"
206                         - name: KONG_DATABASE
207                           value: \"off\"
208                         - name: KONG_KIC
209                           value: \"on\"
210                         - name: KONG_LUA_PACKAGE_PATH
211                           value: /opt/?.lua;/opt/?/init.lua;;
212                         - name: KONG_NGINX_WORKER_PROCESSES
213                           value: \"2\"
214                         - name: KONG_PORTAL_API_ACCESS_LOG
215                           value: /dev/stdout
216                         - name: KONG_PORTAL_API_ERROR_LOG
217                           value: /dev/stderr
218                         - name: KONG_PORT_MAPS
219                           value: 80:8000, 443:8443
220                         - name: KONG_PREFIX
221                           value: /kong_prefix/
222                         - name: KONG_PROXY_ACCESS_LOG
223                           value: /dev/stdout
224                         - name: KONG_PROXY_ERROR_LOG
225                           value: /dev/stderr
226                         - name: KONG_PROXY_LISTEN
227                           value: 0.0.0.0:8000, [::]:8000, 0.0.0.0:8443 http2 ssl, [::]:8443 http2 ssl
228                         - name: KONG_PROXY_STREAM_ACCESS_LOG
229                           value: /dev/stdout basic
230                         - name: KONG_PROXY_STREAM_ERROR_LOG
231                           value: /dev/stderr
232                         - name: KONG_ROUTER_FLAVOR
233                           value: traditional
234                         - name: KONG_STATUS_ACCESS_LOG
235                           value: \"off\"
236                         - name: KONG_STATUS_ERROR_LOG
237                           value: /dev/stderr
238                         - name: KONG_STATUS_LISTEN
239                           value: 0.0.0.0:8100, [::]:8100
240                         - name: KONG_STREAM_LISTEN
241                           value: \"off\"
242                         - name: KONG_NGINX_DAEMON
243                           value: \"off\"
244                       image: kong:3.4.1
245                       imagePullPolicy: IfNotPresent
246                       lifecycle:
247                         preStop:
248                             exec:
249                                 command:
250                                     - kong
251                                     - quit
252                                     - --wait=15
253                       livenessProbe:
254                         failureThreshold: 3
255                         httpGet:
256                             path: /status
257                             port: status
258                             scheme: HTTP
259                         initialDelaySeconds: 5
260                         periodSeconds: 10
261                         successThreshold: 1
262                         timeoutSeconds: 5
263                       name: proxy
264                       ports:
265                         - containerPort: 8000
266                           name: proxy
267                           protocol: TCP
268                         - containerPort: 8443
269                           name: proxy-tls
270                           protocol: TCP
271                         - containerPort: 8100
272                           name: status
273                           protocol: TCP
274                       readinessProbe:
275                         failureThreshold: 3
276                         httpGet:
277                             path: /status/ready
278                             port: status
279                             scheme: HTTP
280                         initialDelaySeconds: 5
281                         periodSeconds: 10
282                         successThreshold: 1
283                         timeoutSeconds: 5
284                       resources: {}
285                       securityContext:
286                         allowPrivilegeEscalation: false
287                         capabilities:
288                             drop:
289                                 - ALL
290                         readOnlyRootFilesystem: true
291                         runAsNonRoot: true
292                         runAsUser: 1000
293                         seccompProfile:
294                             type: RuntimeDefault
295                       volumeMounts:
296                         - mountPath: /kong_prefix/
297                           name: chartsnap-kong-prefix-dir
298                         - mountPath: /tmp
299                           name: chartsnap-kong-tmp
300                 initContainers:
301                     - command:
302                         - rm
303                         - -vrf
304                         - $KONG_PREFIX/pids
305                       env:
306                         - name: KONG_ADMIN_ACCESS_LOG
307                           value: /dev/stdout
308                         - name: KONG_ADMIN_ERROR_LOG
309                           value: /dev/stderr
310                         - name: KONG_ADMIN_GUI_ACCESS_LOG
311                           value: /dev/stdout
312                         - name: KONG_ADMIN_GUI_ERROR_LOG
313                           value: /dev/stderr
314                         - name: KONG_ADMIN_LISTEN
315                           value: 127.0.0.1:8444 http2 ssl, [::1]:8444 http2 ssl
316                         - name: KONG_ANONYMOUS_REPORTS
317                           value: \"off\"
318                         - name: KONG_CLUSTER_LISTEN
319                           value: \"off\"
320                         - name: KONG_DATABASE
321                           value: \"off\"
322                         - name: KONG_KIC
323                           value: \"on\"
324                         - name: KONG_LUA_PACKAGE_PATH
325                           value: /opt/?.lua;/opt/?/init.lua;;
326                         - name: KONG_NGINX_WORKER_PROCESSES
327                           value: \"2\"
328                         - name: KONG_PORTAL_API_ACCESS_LOG
329                           value: /dev/stdout
330                         - name: KONG_PORTAL_API_ERROR_LOG
331                           value: /dev/stderr
332                         - name: KONG_PORT_MAPS
333                           value: 80:8000, 443:8443
334                         - name: KONG_PREFIX
335                           value: /kong_prefix/
336                         - name: KONG_PROXY_ACCESS_LOG
337                           value: /dev/stdout
338                         - name: KONG_PROXY_ERROR_LOG
339                           value: /dev/stderr
340                         - name: KONG_PROXY_LISTEN
341                           value: 0.0.0.0:8000, [::]:8000, 0.0.0.0:8443 http2 ssl, [::]:8443 http2 ssl
342                         - name: KONG_PROXY_STREAM_ACCESS_LOG
343                           value: /dev/stdout basic
344                         - name: KONG_PROXY_STREAM_ERROR_LOG
345                           value: /dev/stderr
346                         - name: KONG_ROUTER_FLAVOR
347                           value: traditional
348                         - name: KONG_STATUS_ACCESS_LOG
349                           value: \"off\"
350                         - name: KONG_STATUS_ERROR_LOG
351                           value: /dev/stderr
352                         - name: KONG_STATUS_LISTEN
353                           value: 0.0.0.0:8100, [::]:8100
354                         - name: KONG_STREAM_LISTEN
355                           value: \"off\"
356                       image: kong:3.4.1
357                       imagePullPolicy: IfNotPresent
358                       name: clear-stale-pid
359                       resources: {}
360                       securityContext:
361                         allowPrivilegeEscalation: false
362                         capabilities:
363                             drop:
364                                 - ALL
365                         readOnlyRootFilesystem: true
366                         runAsNonRoot: true
367                         runAsUser: 1000
368                         seccompProfile:
369                             type: RuntimeDefault
370                       volumeMounts:
371                         - mountPath: /kong_prefix/
372                           name: chartsnap-kong-prefix-dir
373                         - mountPath: /tmp
374                           name: chartsnap-kong-tmp
375                 securityContext: {}
376                 serviceAccountName: chartsnap-kong
377                 terminationGracePeriodSeconds: 30
378                 volumes:
379                     - emptyDir:
380                         sizeLimit: 256Mi
381                       name: chartsnap-kong-prefix-dir
382                     - emptyDir:
383                         sizeLimit: 1Gi
384                       name: chartsnap-kong-tmp
385                     - name: chartsnap-kong-token
386                       projected:
387                         sources:
388                             - serviceAccountToken:
389                                 expirationSeconds: 3607
390                                 path: token
391                             - configMap:
392                                 items:
393                                     - key: ca.crt
394                                       path: ca.crt
395                                 name: kube-root-ca.crt
396                             - downwardAPI:
397                                 items:
398                                     - fieldRef:
399                                         apiVersion: v1
400                                         fieldPath: metadata.namespace
401                                       path: namespace
402                     - name: webhook-cert
403                       secret:
404                         secretName: chartsnap-kong-validation-webhook-keypair
405 - object:
406     apiVersion: rbac.authorization.k8s.io/v1
407     kind: ClusterRole
408     metadata:
409         labels:
410             app.kubernetes.io/instance: chartsnap
411             app.kubernetes.io/managed-by: Helm
412             app.kubernetes.io/name: kong
413             app.kubernetes.io/version: \"3.6\"
414             helm.sh/chart: kong-2.38.0
415         name: chartsnap-kong
416     rules:
417         - apiGroups:
418             - configuration.konghq.com
419           resources:
420             - kongupstreampolicies
421           verbs:
422             - get
423             - list
424             - watch
425         - apiGroups:
426             - configuration.konghq.com
427           resources:
428             - kongupstreampolicies/status
429           verbs:
430             - get
431             - patch
432             - update
433         - apiGroups:
434             - configuration.konghq.com
435           resources:
436             - kongconsumergroups
437           verbs:
438             - get
439             - list
440             - watch
441         - apiGroups:
442             - configuration.konghq.com
443           resources:
444             - kongconsumergroups/status
445           verbs:
446             - get
447             - patch
448             - update
449         - apiGroups:
450             - \"\"
451           resources:
452             - events
453           verbs:
454             - create
455             - patch
456         - apiGroups:
457             - \"\"
458           resources:
459             - nodes
460           verbs:
461             - list
462             - watch
463         - apiGroups:
464             - \"\"
465           resources:
466             - pods
467           verbs:
468             - get
469             - list
470             - watch
471         - apiGroups:
472             - \"\"
473           resources:
474             - secrets
475           verbs:
476             - list
477             - watch
478         - apiGroups:
479             - \"\"
480           resources:
481             - services
482           verbs:
483             - get
484             - list
485             - watch
486         - apiGroups:
487             - \"\"
488           resources:
489             - services/status
490           verbs:
491             - get
492             - patch
493             - update
494         - apiGroups:
495             - configuration.konghq.com
496           resources:
497             - ingressclassparameterses
498           verbs:
499             - get
500             - list
501             - watch
502         - apiGroups:
503             - configuration.konghq.com
504           resources:
505             - kongconsumers
506           verbs:
507             - get
508             - list
509             - watch
510         - apiGroups:
511             - configuration.konghq.com
512           resources:
513             - kongconsumers/status
514           verbs:
515             - get
516             - patch
517             - update
518         - apiGroups:
519             - configuration.konghq.com
520           resources:
521             - kongingresses
522           verbs:
523             - get
524             - list
525             - watch
526         - apiGroups:
527             - configuration.konghq.com
528           resources:
529             - kongingresses/status
530           verbs:
531             - get
532             - patch
533             - update
534         - apiGroups:
535             - configuration.konghq.com
536           resources:
537             - kongplugins
538           verbs:
539             - get
540             - list
541             - watch
542         - apiGroups:
543             - configuration.konghq.com
544           resources:
545             - kongplugins/status
546           verbs:
547             - get
548             - patch
549             - update
550         - apiGroups:
551             - configuration.konghq.com
552           resources:
553             - tcpingresses
554           verbs:
555             - get
556             - list
557             - watch
558         - apiGroups:
559             - configuration.konghq.com
560           resources:
561             - tcpingresses/status
562           verbs:
563             - get
564             - patch
565             - update
566         - apiGroups:
567             - configuration.konghq.com
568           resources:
569             - udpingresses
570           verbs:
571             - get
572             - list
573             - watch
574         - apiGroups:
575             - configuration.konghq.com
576           resources:
577             - udpingresses/status
578           verbs:
579             - get
580             - patch
581             - update
582         - apiGroups:
583             - extensions
584           resources:
585             - ingresses
586           verbs:
587             - get
588             - list
589             - watch
590         - apiGroups:
591             - extensions
592           resources:
593             - ingresses/status
594           verbs:
595             - get
596             - patch
597             - update
598         - apiGroups:
599             - networking.k8s.io
600           resources:
601             - ingresses
602           verbs:
603             - get
604             - list
605             - watch
606         - apiGroups:
607             - networking.k8s.io
608           resources:
609             - ingresses/status
610           verbs:
611             - get
612             - patch
613             - update
614         - apiGroups:
615             - discovery.k8s.io
616           resources:
617             - endpointslices
618           verbs:
619             - get
620             - list
621             - watch
622         - apiGroups:
623             - configuration.konghq.com
624           resources:
625             - konglicenses
626           verbs:
627             - get
628             - list
629             - watch
630         - apiGroups:
631             - configuration.konghq.com
632           resources:
633             - konglicenses/status
634           verbs:
635             - get
636             - patch
637             - update
638         - apiGroups:
639             - configuration.konghq.com
640           resources:
641             - kongvaults
642           verbs:
643             - get
644             - list
645             - watch
646         - apiGroups:
647             - configuration.konghq.com
648           resources:
649             - kongvaults/status
650           verbs:
651             - get
652             - patch
653             - update
654         - apiGroups:
655             - configuration.konghq.com
656           resources:
657             - kongclusterplugins
658           verbs:
659             - get
660             - list
661             - watch
662         - apiGroups:
663             - configuration.konghq.com
664           resources:
665             - kongclusterplugins/status
666           verbs:
667             - get
668             - patch
669             - update
670         - apiGroups:
671             - apiextensions.k8s.io
672           resources:
673             - customresourcedefinitions
674           verbs:
675             - list
676             - watch
677         - apiGroups:
678             - networking.k8s.io
679           resources:
680             - ingressclasses
681           verbs:
682             - get
683             - list
684             - watch
685 - object:
686     apiVersion: rbac.authorization.k8s.io/v1
687     kind: ClusterRoleBinding
688     metadata:
689         labels:
690             app.kubernetes.io/instance: chartsnap
691             app.kubernetes.io/managed-by: Helm
692             app.kubernetes.io/name: kong
693             app.kubernetes.io/version: \"3.6\"
694             helm.sh/chart: kong-2.38.0
695         name: chartsnap-kong
696     roleRef:
697         apiGroup: rbac.authorization.k8s.io
698         kind: ClusterRole
699         name: chartsnap-kong
700     subjects:
701         - kind: ServiceAccount
702           name: chartsnap-kong
703           namespace: default
704 - object:
705     apiVersion: rbac.authorization.k8s.io/v1
706     kind: Role
707     metadata:
708         labels:
709             app.kubernetes.io/instance: chartsnap
710             app.kubernetes.io/managed-by: Helm
711             app.kubernetes.io/name: kong
712             app.kubernetes.io/version: \"3.6\"
713             helm.sh/chart: kong-2.38.0
714         name: chartsnap-kong
715         namespace: default
716     rules:
717         - apiGroups:
718             - \"\"
719           resources:
720             - configmaps
721             - pods
722             - secrets
723             - namespaces
724           verbs:
725             - get
726         - apiGroups:
727             - \"\"
728           resourceNames:
729             - kong-ingress-controller-leader-kong-kong
730           resources:
731             - configmaps
732           verbs:
733             - get
734             - update
735         - apiGroups:
736             - \"\"
737           resources:
738             - configmaps
739           verbs:
740             - create
741         - apiGroups:
742             - \"\"
743             - coordination.k8s.io
744           resources:
745             - configmaps
746             - leases
747           verbs:
748             - get
749             - list
750             - watch
751             - create
752             - update
753             - patch
754             - delete
755         - apiGroups:
756             - \"\"
757           resources:
758             - events
759           verbs:
760             - create
761             - patch
762         - apiGroups:
763             - \"\"
764           resources:
765             - services
766           verbs:
767             - get
768 - object:
769     apiVersion: rbac.authorization.k8s.io/v1
770     kind: RoleBinding
771     metadata:
772         labels:
773             app.kubernetes.io/instance: chartsnap
774             app.kubernetes.io/managed-by: Helm
775             app.kubernetes.io/name: kong
776             app.kubernetes.io/version: \"3.6\"
777             helm.sh/chart: kong-2.38.0
778         name: chartsnap-kong
779         namespace: default
780     roleRef:
781         apiGroup: rbac.authorization.k8s.io
782         kind: Role
783         name: chartsnap-kong
784     subjects:
785         - kind: ServiceAccount
786           name: chartsnap-kong
787           namespace: default
788 - object:
789     apiVersion: v1
790     data:
791         tls.crt: '###DYNAMIC_FIELD###'
792         tls.key: '###DYNAMIC_FIELD###'
793     kind: Secret
794     metadata:
795         labels:
796             app.kubernetes.io/instance: chartsnap
797             app.kubernetes.io/managed-by: Helm
798             app.kubernetes.io/name: kong
799             app.kubernetes.io/version: \"3.6\"
800             helm.sh/chart: kong-2.38.0
801         name: chartsnap-kong-validation-webhook-ca-keypair
802         namespace: default
803     type: kubernetes.io/tls
804 - object:
805     apiVersion: v1
806     data:
807         tls.crt: '###DYNAMIC_FIELD###'
808         tls.key: '###DYNAMIC_FIELD###'
809     kind: Secret
810     metadata:
811         labels:
812             app.kubernetes.io/instance: chartsnap
813             app.kubernetes.io/managed-by: Helm
814             app.kubernetes.io/name: kong
815             app.kubernetes.io/version: \"3.6\"
816             helm.sh/chart: kong-2.38.0
817         name: chartsnap-kong-validation-webhook-keypair
818         namespace: default
819     type: kubernetes.io/tls
820 - object:
821     apiVersion: v1
822     kind: Service
823     metadata:
824         labels:
825             app.kubernetes.io/instance: chartsnap
826             app.kubernetes.io/managed-by: Helm
827             app.kubernetes.io/name: kong
828             app.kubernetes.io/version: \"3.6\"
829             helm.sh/chart: kong-2.38.0
830         name: chartsnap-kong-manager
831         namespace: default
832     spec:
833         ports:
834             - name: kong-manager
835               port: 8002
836               protocol: TCP
837               targetPort: 8002
838             - name: kong-manager-tls
839               port: 8445
840               protocol: TCP
841               targetPort: 8445
842         selector:
843             app.kubernetes.io/component: app
844             app.kubernetes.io/instance: chartsnap
845             app.kubernetes.io/name: kong
846         type: NodePort
847 - object:
848     apiVersion: v1
849     kind: Service
850     metadata:
851         labels:
852             app.kubernetes.io/instance: chartsnap
853             app.kubernetes.io/managed-by: Helm
854             app.kubernetes.io/name: kong
855             app.kubernetes.io/version: \"3.6\"
856             enable-metrics: \"true\"
857             helm.sh/chart: kong-2.38.0
858         name: chartsnap-kong-proxy
859         namespace: default
860     spec:
861         ports:
862             - name: kong-proxy
863               port: 80
864               protocol: TCP
865               targetPort: 8000
866             - name: kong-proxy-tls
867               port: 443
868               protocol: TCP
869               targetPort: 8443
870         selector:
871             app.kubernetes.io/component: app
872             app.kubernetes.io/instance: chartsnap
873             app.kubernetes.io/name: kong
874         type: LoadBalancer
875 - object:
876     apiVersion: v1
877     kind: Service
878     metadata:
879         labels:
880             app.kubernetes.io/instance: chartsnap
881             app.kubernetes.io/managed-by: Helm
882             app.kubernetes.io/name: kong
883             app.kubernetes.io/version: \"3.6\"
884             helm.sh/chart: kong-2.38.0
885         name: chartsnap-kong-validation-webhook
886         namespace: default
887     spec:
888         ports:
889             - name: webhook
890               port: 443
891               protocol: TCP
892               targetPort: webhook
893         selector:
894             app.kubernetes.io/component: app
895             app.kubernetes.io/instance: chartsnap
896             app.kubernetes.io/managed-by: Helm
897             app.kubernetes.io/name: kong
898             app.kubernetes.io/version: \"3.6\"
899             helm.sh/chart: kong-2.38.0
900 - object:
901     apiVersion: v1
902     kind: ServiceAccount
903     metadata:
904         labels:
905             app.kubernetes.io/instance: chartsnap
906             app.kubernetes.io/managed-by: Helm
907             app.kubernetes.io/name: kong
908             app.kubernetes.io/version: \"3.6\"
909             helm.sh/chart: kong-2.38.0
910         name: chartsnap-kong
911         namespace: default
912 """