Skip to content

How to add ingress annotations to any service created by Onyxia #1028

Description

@dbeniamine

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions