Mercurial > code > home > repos > sensor-bridge
view ingress.yaml @ 1:087b57dd3587 default tip
if dimcurve request times out, abort so we get its new address
author | drewp@bigasterisk.com |
---|---|
date | Sat, 14 Dec 2024 21:39:44 -0800 |
parents | 62cca1da7955 |
children |
line wrap: on
line source
apiVersion: networking.k8s.io/v1 kind: Ingress metadata: name: sensor-bridge annotations: cert-manager.io/cluster-issuer: letsencrypt-prod ingress.pomerium.io/pass_identity_headers: "true" ingress.pomerium.io/preserve_host_header: "true" ingress.pomerium.io/allow_websockets: "true" ingress.pomerium.io/allow_public_unauthenticated_access: "false" ingress.pomerium.io/policy: | allow: or: - { email: { is: "drewpca@gmail.com" }} - { email: { is: "kelsimp@gmail.com" }} spec: ingressClassName: pomerium rules: - host: "bigasterisk.com" http: paths: - pathType: Prefix path: /sensor-bridge/ backend: { service: { name: sensor-bridge, port: { number: 80 } } } tls: - hosts: [bigasterisk.com] secretName: bigasterisk.com-tls