view 30-cert-manager/60-auth-cert.yaml @ 18:ae78ba22c2b1

more replicas, less downtime?
author drewp@bigasterisk.com
date Sun, 09 Apr 2023 16:35:55 -0700
parents 90438c76732f
children
line wrap: on
line source

apiVersion: cert-manager.io/v1
kind: Certificate
metadata:
  name: pomerium-proxy-tls
  namespace: pomerium
spec:
  dnsNames:
  - 'authenticate.bigasterisk.com'
  issuerRef:
    kind: ClusterIssuer
    name: letsencrypt-prod
  secretName: pomerium-proxy-tls