changed things in how this is being deployed
I changed the following things:
- Changed kubernetes services into
ClusterIP
https://kubernetes.io/docs/concepts/services-networking/service/#publishing-services-service-types - Moved full deployment into one yaml file
- Added a label with the last commit hash. This not only makes the
kubectl patch
in your.gitlab-ci.yml
obsolete but also makes debugging easier
I did not find any problems in your ingress config. But all css/js files seem to have a DOCTYPE tag added at the start:
view-source:https://review-develop-3zknud.matweb.info/js/vendor.9ea897c0.js
Try to find out if this happens in the container or in ingress. Having no cluster at hand, debugging is a bit difficult...
Fixes #51 (closed)
Edited by jfriedli