Skip to content

Use ingress to access flower and flask services.

The value:

  • gwcelery.ingress.host should be set (default: gwcelery.default.svc.cluster.local)

The services are available using the URL (port 80, http):

It should be better to use a hostname that is different from the gracedb ones. (The ingress prefix for gracedb is '/') but it would differentiate route passed on https (port 443) and http (port 80).

Solve issue: #7 (closed)

To revert to use the port 443 instead of 80 change:

   spec:
     entryPoints:
(+)    -  websecure
(-)    -  web
   routes:


(+) tls:
(+)   secretName: gracedb-cert-tls
(+)   options:
(+)     name: client-auth
    {{ end }}
Edited by Roberto DePietri

Merge request reports

Loading