kitsudaiki / OpenHanami

OpenHanami contains an experimental artificial neural network, which can work on unnormalized input-data in a cloud native environment.
https://docs.openhanami.com
Apache License 2.0
9 stars 0 forks source link

feat(#424): moved tls-termination in k8s-setup #474

Closed kitsudaiki closed 1 month ago

kitsudaiki commented 1 month ago

Pull Request

Description

The tls-termination within the kubernetes setup was moved from the ingress into a container in the same pod like the hanami-process to avoid unencrypted traffik between the ingress and the pod.

Related Issues

How it was tested?