change-metrics / monocle

Monocle helps teams and individual to better organize daily duties and to detect anomalies in the way changes are produced and reviewed.
https://changemetrics.io
GNU Affero General Public License v3.0
377 stars 58 forks source link

Error deploy Ingress #988

Closed ctit-cl closed 2 years ago

ctit-cl commented 2 years ago

I created an ingress element in my K8s Deploy with the variables in API Deploy.

- name: MONOCLE_PUBLIC_URL
  value: https://mr.webdoxclm.com
- name: MONOCLE_WEBAPP_TITLE
  value: WebdoxCLM

but I have this error in the validation of deployment.

image

is it possible to create an ingress in Kubernetes or only local deploy with port-forward?

morucci commented 2 years ago

Hi, I don't see any error in the HTML output here. Sure an ingress resource can be declared to remove the need of the port forward.