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