Skip to content

Configure HTTPS Ingress with cert-manager via own ClusterIssuer #16

@manicole

Description

@manicole

Hi all, I'm trying to configure an Ingress with cert-manager for HTTPS access.

In values.yaml file, I changed the folllowing :

tags:
  ingress: true
...
magda:
  magda-core:
    ingress:
      hostname: magda.<domain-name>
      # ipName:
      # ingressClass: gce
      enableTls: true
      tlsSecretName: "magda-cert-tls"
      domains:
        - magda.<domain-name>

I'd like to be able to add an annotation in the Ingress to call for my own cert-manager ClusterIssuer.
Is it possible (can't find a way) ? Will it be in a near future ?
Thanks

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