J release changes
[ric-plt/ric-dep.git] / helm / infrastructure / subcharts / kong / ci / __snapshots__ / kong-ingress-3-values.snap
1 [kong-ingress-3-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: networking.k8s.io/v1
401     kind: Ingress
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-proxy
410         namespace: default
411     spec:
412         rules:
413             - host: proxy.kong.example
414               http:
415                 paths:
416                     - backend:
417                         service:
418                             name: chartsnap-kong-proxy
419                             port:
420                                 number: 443
421                       path: /
422                       pathType: ImplementationSpecific
423 - object:
424     apiVersion: rbac.authorization.k8s.io/v1
425     kind: ClusterRole
426     metadata:
427         labels:
428             app.kubernetes.io/instance: chartsnap
429             app.kubernetes.io/managed-by: Helm
430             app.kubernetes.io/name: kong
431             app.kubernetes.io/version: \"3.6\"
432             helm.sh/chart: kong-2.38.0
433         name: chartsnap-kong
434     rules:
435         - apiGroups:
436             - configuration.konghq.com
437           resources:
438             - kongupstreampolicies
439           verbs:
440             - get
441             - list
442             - watch
443         - apiGroups:
444             - configuration.konghq.com
445           resources:
446             - kongupstreampolicies/status
447           verbs:
448             - get
449             - patch
450             - update
451         - apiGroups:
452             - configuration.konghq.com
453           resources:
454             - kongconsumergroups
455           verbs:
456             - get
457             - list
458             - watch
459         - apiGroups:
460             - configuration.konghq.com
461           resources:
462             - kongconsumergroups/status
463           verbs:
464             - get
465             - patch
466             - update
467         - apiGroups:
468             - \"\"
469           resources:
470             - events
471           verbs:
472             - create
473             - patch
474         - apiGroups:
475             - \"\"
476           resources:
477             - nodes
478           verbs:
479             - list
480             - watch
481         - apiGroups:
482             - \"\"
483           resources:
484             - pods
485           verbs:
486             - get
487             - list
488             - watch
489         - apiGroups:
490             - \"\"
491           resources:
492             - secrets
493           verbs:
494             - list
495             - watch
496         - apiGroups:
497             - \"\"
498           resources:
499             - services
500           verbs:
501             - get
502             - list
503             - watch
504         - apiGroups:
505             - \"\"
506           resources:
507             - services/status
508           verbs:
509             - get
510             - patch
511             - update
512         - apiGroups:
513             - configuration.konghq.com
514           resources:
515             - ingressclassparameterses
516           verbs:
517             - get
518             - list
519             - watch
520         - apiGroups:
521             - configuration.konghq.com
522           resources:
523             - kongconsumers
524           verbs:
525             - get
526             - list
527             - watch
528         - apiGroups:
529             - configuration.konghq.com
530           resources:
531             - kongconsumers/status
532           verbs:
533             - get
534             - patch
535             - update
536         - apiGroups:
537             - configuration.konghq.com
538           resources:
539             - kongingresses
540           verbs:
541             - get
542             - list
543             - watch
544         - apiGroups:
545             - configuration.konghq.com
546           resources:
547             - kongingresses/status
548           verbs:
549             - get
550             - patch
551             - update
552         - apiGroups:
553             - configuration.konghq.com
554           resources:
555             - kongplugins
556           verbs:
557             - get
558             - list
559             - watch
560         - apiGroups:
561             - configuration.konghq.com
562           resources:
563             - kongplugins/status
564           verbs:
565             - get
566             - patch
567             - update
568         - apiGroups:
569             - configuration.konghq.com
570           resources:
571             - tcpingresses
572           verbs:
573             - get
574             - list
575             - watch
576         - apiGroups:
577             - configuration.konghq.com
578           resources:
579             - tcpingresses/status
580           verbs:
581             - get
582             - patch
583             - update
584         - apiGroups:
585             - configuration.konghq.com
586           resources:
587             - udpingresses
588           verbs:
589             - get
590             - list
591             - watch
592         - apiGroups:
593             - configuration.konghq.com
594           resources:
595             - udpingresses/status
596           verbs:
597             - get
598             - patch
599             - update
600         - apiGroups:
601             - extensions
602           resources:
603             - ingresses
604           verbs:
605             - get
606             - list
607             - watch
608         - apiGroups:
609             - extensions
610           resources:
611             - ingresses/status
612           verbs:
613             - get
614             - patch
615             - update
616         - apiGroups:
617             - networking.k8s.io
618           resources:
619             - ingresses
620           verbs:
621             - get
622             - list
623             - watch
624         - apiGroups:
625             - networking.k8s.io
626           resources:
627             - ingresses/status
628           verbs:
629             - get
630             - patch
631             - update
632         - apiGroups:
633             - discovery.k8s.io
634           resources:
635             - endpointslices
636           verbs:
637             - get
638             - list
639             - watch
640         - apiGroups:
641             - configuration.konghq.com
642           resources:
643             - konglicenses
644           verbs:
645             - get
646             - list
647             - watch
648         - apiGroups:
649             - configuration.konghq.com
650           resources:
651             - konglicenses/status
652           verbs:
653             - get
654             - patch
655             - update
656         - apiGroups:
657             - configuration.konghq.com
658           resources:
659             - kongvaults
660           verbs:
661             - get
662             - list
663             - watch
664         - apiGroups:
665             - configuration.konghq.com
666           resources:
667             - kongvaults/status
668           verbs:
669             - get
670             - patch
671             - update
672         - apiGroups:
673             - configuration.konghq.com
674           resources:
675             - kongclusterplugins
676           verbs:
677             - get
678             - list
679             - watch
680         - apiGroups:
681             - configuration.konghq.com
682           resources:
683             - kongclusterplugins/status
684           verbs:
685             - get
686             - patch
687             - update
688         - apiGroups:
689             - apiextensions.k8s.io
690           resources:
691             - customresourcedefinitions
692           verbs:
693             - list
694             - watch
695         - apiGroups:
696             - networking.k8s.io
697           resources:
698             - ingressclasses
699           verbs:
700             - get
701             - list
702             - watch
703 - object:
704     apiVersion: rbac.authorization.k8s.io/v1
705     kind: ClusterRoleBinding
706     metadata:
707         labels:
708             app.kubernetes.io/instance: chartsnap
709             app.kubernetes.io/managed-by: Helm
710             app.kubernetes.io/name: kong
711             app.kubernetes.io/version: \"3.6\"
712             helm.sh/chart: kong-2.38.0
713         name: chartsnap-kong
714     roleRef:
715         apiGroup: rbac.authorization.k8s.io
716         kind: ClusterRole
717         name: chartsnap-kong
718     subjects:
719         - kind: ServiceAccount
720           name: chartsnap-kong
721           namespace: default
722 - object:
723     apiVersion: rbac.authorization.k8s.io/v1
724     kind: Role
725     metadata:
726         labels:
727             app.kubernetes.io/instance: chartsnap
728             app.kubernetes.io/managed-by: Helm
729             app.kubernetes.io/name: kong
730             app.kubernetes.io/version: \"3.6\"
731             helm.sh/chart: kong-2.38.0
732         name: chartsnap-kong
733         namespace: default
734     rules:
735         - apiGroups:
736             - \"\"
737           resources:
738             - configmaps
739             - pods
740             - secrets
741             - namespaces
742           verbs:
743             - get
744         - apiGroups:
745             - \"\"
746           resourceNames:
747             - kong-ingress-controller-leader-kong-kong
748           resources:
749             - configmaps
750           verbs:
751             - get
752             - update
753         - apiGroups:
754             - \"\"
755           resources:
756             - configmaps
757           verbs:
758             - create
759         - apiGroups:
760             - \"\"
761             - coordination.k8s.io
762           resources:
763             - configmaps
764             - leases
765           verbs:
766             - get
767             - list
768             - watch
769             - create
770             - update
771             - patch
772             - delete
773         - apiGroups:
774             - \"\"
775           resources:
776             - events
777           verbs:
778             - create
779             - patch
780         - apiGroups:
781             - \"\"
782           resources:
783             - services
784           verbs:
785             - get
786 - object:
787     apiVersion: rbac.authorization.k8s.io/v1
788     kind: RoleBinding
789     metadata:
790         labels:
791             app.kubernetes.io/instance: chartsnap
792             app.kubernetes.io/managed-by: Helm
793             app.kubernetes.io/name: kong
794             app.kubernetes.io/version: \"3.6\"
795             helm.sh/chart: kong-2.38.0
796         name: chartsnap-kong
797         namespace: default
798     roleRef:
799         apiGroup: rbac.authorization.k8s.io
800         kind: Role
801         name: chartsnap-kong
802     subjects:
803         - kind: ServiceAccount
804           name: chartsnap-kong
805           namespace: default
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             app.kubernetes.io/instance: chartsnap
815             app.kubernetes.io/managed-by: Helm
816             app.kubernetes.io/name: kong
817             app.kubernetes.io/version: \"3.6\"
818             helm.sh/chart: kong-2.38.0
819         name: chartsnap-kong-validation-webhook-ca-keypair
820         namespace: default
821     type: kubernetes.io/tls
822 - object:
823     apiVersion: v1
824     data:
825         tls.crt: '###DYNAMIC_FIELD###'
826         tls.key: '###DYNAMIC_FIELD###'
827     kind: Secret
828     metadata:
829         labels:
830             app.kubernetes.io/instance: chartsnap
831             app.kubernetes.io/managed-by: Helm
832             app.kubernetes.io/name: kong
833             app.kubernetes.io/version: \"3.6\"
834             helm.sh/chart: kong-2.38.0
835         name: chartsnap-kong-validation-webhook-keypair
836         namespace: default
837     type: kubernetes.io/tls
838 - object:
839     apiVersion: v1
840     kind: Service
841     metadata:
842         labels:
843             app.kubernetes.io/instance: chartsnap
844             app.kubernetes.io/managed-by: Helm
845             app.kubernetes.io/name: kong
846             app.kubernetes.io/version: \"3.6\"
847             helm.sh/chart: kong-2.38.0
848         name: chartsnap-kong-manager
849         namespace: default
850     spec:
851         ports:
852             - name: kong-manager
853               port: 8002
854               protocol: TCP
855               targetPort: 8002
856             - name: kong-manager-tls
857               port: 8445
858               protocol: TCP
859               targetPort: 8445
860         selector:
861             app.kubernetes.io/component: app
862             app.kubernetes.io/instance: chartsnap
863             app.kubernetes.io/name: kong
864         type: NodePort
865 - object:
866     apiVersion: v1
867     kind: Service
868     metadata:
869         labels:
870             app.kubernetes.io/instance: chartsnap
871             app.kubernetes.io/managed-by: Helm
872             app.kubernetes.io/name: kong
873             app.kubernetes.io/version: \"3.6\"
874             enable-metrics: \"true\"
875             helm.sh/chart: kong-2.38.0
876         name: chartsnap-kong-proxy
877         namespace: default
878     spec:
879         ports:
880             - name: kong-proxy
881               port: 80
882               protocol: TCP
883               targetPort: 8000
884             - name: kong-proxy-tls
885               port: 443
886               protocol: TCP
887               targetPort: 8443
888         selector:
889             app.kubernetes.io/component: app
890             app.kubernetes.io/instance: chartsnap
891             app.kubernetes.io/name: kong
892         type: LoadBalancer
893 - object:
894     apiVersion: v1
895     kind: Service
896     metadata:
897         labels:
898             app.kubernetes.io/instance: chartsnap
899             app.kubernetes.io/managed-by: Helm
900             app.kubernetes.io/name: kong
901             app.kubernetes.io/version: \"3.6\"
902             helm.sh/chart: kong-2.38.0
903         name: chartsnap-kong-validation-webhook
904         namespace: default
905     spec:
906         ports:
907             - name: webhook
908               port: 443
909               protocol: TCP
910               targetPort: webhook
911         selector:
912             app.kubernetes.io/component: app
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 - object:
919     apiVersion: v1
920     kind: ServiceAccount
921     metadata:
922         labels:
923             app.kubernetes.io/instance: chartsnap
924             app.kubernetes.io/managed-by: Helm
925             app.kubernetes.io/name: kong
926             app.kubernetes.io/version: \"3.6\"
927             helm.sh/chart: kong-2.38.0
928         name: chartsnap-kong
929         namespace: default
930 """