Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
theosanderson committed Nov 28, 2023
1 parent b50889e commit 74989f9
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions proxy/kube.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ metadata:
kubernetes.io/ingress.class: "nginx" # assuming you are using nginx ingress controller
spec:
rules:
- host: proxy2.taxonium.org
- host: proxy.taxonium.org
http:
paths:
- pathType: Prefix
Expand All @@ -48,4 +48,8 @@ spec:
service:
name: taxonium-proxy-service
port:
number: 80
number: 80
tls:
- hosts:
- proxy.taxonium.org
secretName: tls-proxy2

1 comment on commit 74989f9

@vercel
Copy link

@vercel vercel bot commented on 74989f9 Nov 28, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.