Hello,
I am deploying Onyxia on a Cluster and so far everything seems to work fine, except that for any launched service to have a valid https certificate a need to set a few ingress annotations :
annotations:
kubernetes.io/ingress.class: "traefik"
traefik.ingress.kubernetes.io/router.tls: "true"
traefik.ingress.kubernetes.io/router.tls.certresolver: "myresolver"
traefik.ingress.kubernetes.io/router.entrypoints: "web,websecure"
I did it manually on the values.yaml files for Onyxia and Keycloak, but I do not understant where I should / can put these configurations so the annotations are on the values.yaml when a user creates a jupyter service for instance
Hello,
I am deploying Onyxia on a Cluster and so far everything seems to work fine, except that for any launched service to have a valid https certificate a need to set a few ingress annotations :
I did it manually on the
values.yamlfiles for Onyxia and Keycloak, but I do not understant where I should / can put these configurations so the annotations are on the values.yaml when a user creates a jupyter service for instance