Mercurial > code > home > repos > pomerium
view ingress/default.yaml @ 24:b53ab97e8979
reorganize, and add two retry loops to try to get everything to startup in one 'inv run'
author | drewp@bigasterisk.com |
---|---|
date | Thu, 08 Jun 2023 10:50:01 -0700 |
parents | ingress-default.yaml@90438c76732f |
children |
line wrap: on
line source
apiVersion: networking.k8s.io/v1 kind: Ingress metadata: name: default annotations: cert-manager.io/cluster-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