Files @ b53ab97e8979
Branch filter:

Location: pomerium/config/60-auth-cert.yaml - annotation

drewp@bigasterisk.com
reorganize, and add two retry loops to try to get everything to startup in one 'inv run'
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