Mercurial > code > home > repos > pomerium
view ingress-default.yaml @ 10:037539eb52c3
change issuer ns to make it work today, but this is questionable. maybe they should be clusterissuers anyway
author | drewp@bigasterisk.com |
---|---|
date | Mon, 12 Dec 2022 23:22:03 -0800 |
parents | 0aabbb905eae |
children | 90438c76732f |
line wrap: on
line source
apiVersion: networking.k8s.io/v1 kind: Ingress metadata: name: default annotations: cert-manager.io/issuer: letsencrypt-prod ingress.pomerium.io/allow_public_unauthenticated_access: "true" ingress.pomerium.io/pass_identity_headers: "true" ingress.pomerium.io/preserve_host_header: "true" spec: ingressClassName: pomerium rules: - host: "bigasterisk.com" http: paths: - { pathType: Prefix, path: /, backend: { service: { name: nginx, port: { number: 11444 } } } } tls: - hosts: [bigasterisk.com] secretName: bigasterisk.com-tls