bentoml / yatai-deployment

🚀 Launching Bento in a Kubernetes cluster
17 stars 14 forks source link

feat: add default tls option logic to controller #123

Closed yetone closed 7 months ago

yetone commented 1 year ago

add ingress tls options to configmap

refactor, allow auto vs static modes

adapt helm chart to changes

renamt to secret name

add validations

fix helm validation

parametrize tls mode in quick installation script

test installation with ingress

validate ingress/tls behaviour

add ingress test action

default installtion tls mode should be none

use my image

make kind ingress compatible

need an example where ingress is enabled

polish test code

rename example with ingress

fix template condition

commit before we delete it

delete env vars for local testing

make sure configmap is refreshed

add gh action for all three modes

for 1-26 we need the kind cluster config too

fix lynt issues

fix lint

Signed-off-by: David van der Spek vanderspek.david@gmail.com

yetone commented 1 year ago

/run-e2e Update: You can check the progress here

yetone commented 1 year ago

/run-e2e Update: You can check the progress here

yetone commented 1 year ago

/run-e2e Update: You can check the progress here

a-pichard commented 8 months ago

@yetone any update on this PR? I am very interested to have these changes merged