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
Activity
requested review from @sara.vallero
assigned to @roberto.depietri
added 1 commit
- c40b794e - KLask service is avvialabe with prefix gwcelery
mentioned in issue #7 (closed)
added 1 commit
- bd670bc6 - Use port 80 (http) instead of 443 (https) for proxy
added 1 commit
- 388e8964 - Use ingress to access flower and flask services.
Please register or sign in to reply