Mercurial > code > home > repos > front-door-display
view ingress.yaml @ 21:a90cb6927c7d default tip
fix countdown queries. Display "now" instead of "In -0.4 hours"
author | drewp@bigasterisk.com |
---|---|
date | Sat, 07 Sep 2024 17:47:36 -0700 |
parents | d09d690419e0 |
children |
line wrap: on
line source
apiVersion: networking.k8s.io/v1 kind: Ingress metadata: name: front-door-display annotations: cert-manager.io/cluster-issuer: letsencrypt-prod ingress.pomerium.io/allow_public_unauthenticated_access: "false" ingress.pomerium.io/pass_identity_headers: "true" ingress.pomerium.io/preserve_host_header: "true" ingress.pomerium.io/policy: | allow: or: - { email: { is: "drewpca@gmail.com" }} - { email: { is: "kelsimp@gmail.com" }} ingress.pomerium.io/allow_websockets: "true" spec: ingressClassName: pomerium rules: - host: "bigasterisk.com" http: paths: - { pathType: Prefix, path: /front-door-display/, backend: { service: { name: front-door-display, port: { name: vite } } } } tls: - hosts: [bigasterisk.com] secretName: bigasterisk.com-tls