Changeset - 0aabbb905eae
[Not reviewed]
default
0 1 0
drewp@bigasterisk.com - 2 years ago 2022-09-19 06:25:47
drewp@bigasterisk.com
projects is now its own deployment
1 file changed with 0 insertions and 20 deletions:
0 comments (0 inline, 0 general)
ingress-default.yaml
Show inline comments
 
@@ -17,23 +17,3 @@ spec:
 
  tls:
 
    - hosts: [bigasterisk.com]
 
      secretName: bigasterisk.com-tls
 
---
 
apiVersion: networking.k8s.io/v1
 
kind: Ingress
 
metadata:
 
  name: default-projects
 
  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: "projects.bigasterisk.com"
 
      http:
 
        paths:
 
          - { pathType: Prefix, path: /, backend: { service: { name: nginx, port: { number: 11444 } } } }
 
  tls:
 
    - hosts: [projects.bigasterisk.com]
 
      secretName: projects.bigasterisk.com-tls
0 comments (0 inline, 0 general)