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 b05dec4 commit 0edf245
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions proxy/kube.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,10 @@ metadata:
name: taxonium-proxy-ingress
annotations:
kubernetes.io/ingress.class: "nginx" # assuming you are using nginx ingress controller
cert-manager.io/cluster-issuer: letsencrypt-prod
spec:
rules:
- host: proxied.taxonium.org
- host: proxy.taxonium.org
http:
paths:
- pathType: Prefix
Expand All @@ -51,5 +52,5 @@ spec:
number: 80
tls:
- hosts:
- proxied.taxonium.org
secretName: tls-proxy3
- proxy.taxonium.org
secretName: taxonium-proxy4-tls

0 comments on commit 0edf245

Please sign in to comment.