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