mirror of
https://github.com/helm/charts.git
synced 2026-08-23 22:37:45 +00:00
* [stable/kong] add sideEffects and admissionReviewVersions These are required fields for v1 and we operate on v1beta but support the v1 resources as well. Also removed the sym link to default values and introduced a blank file. Signed-off-by: Harry Bagdi <harrybagdi@gmail.com> * [stable/kong] use service type NodePort for CI testing kind doesn't support services of type LoadBalancer and the CI test fail on kind. This is part of the effort to move the chart under Kong's Github organization and deprecate it from `helm/charts` repo on Github. Signed-off-by: Harry Bagdi <harrybagdi@gmail.com> * [stable/kong] 0.36.2 admission webhook fixes Signed-off-by: Harry Bagdi <harrybagdi@gmail.com> * [stable/kong] bump up timeouts to 5 seconds On constrained hardware and especially Minikube, 1 second timeouts are common. Possibly, due to triple scheduling going on. Signed-off-by: Harry Bagdi <harrybagdi@gmail.com>
4 lines
60 B
YAML
4 lines
60 B
YAML
# install chart with default values
|
|
proxy:
|
|
type: NodePort
|