Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
apiVersion: cert-manager.io/v1
kind: Certificate
metadata:
  name: lb-cert
spec:
  commonName: <cluster_dns_zone_name listedfrom in the terraform output>
  dnsNames:
    - <cluster_dns_zone_name listed infrom the terraform output>
    - desktop-online.<cluster_dns_zone_name listed in thefrom terraform output>
    - platform.<cluster_dns_zone_name listedfrom in the terraform output>
    - ingress.<cluster_dns_zone_name listed infrom the terraform output>
    - grafana.<cluster_dns_zone_name listed in thefrom terraform output>
  issuerRef:
    kind: ClusterIssuer
    name: example-issuer
  secretName: lb-cert

...