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 63ad8e5 commit 8a15e4a
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion proxy/kube.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ spec:
containers:
- name: taxonium-proxy
image: theosanderson/taxonium_proxy:master
imagePullPolicy: Always
ports:
- containerPort: 3000

Expand Down Expand Up @@ -48,4 +49,8 @@ spec:
service:
name: taxonium-proxy-service
port:
number: 80
number: 80
tls:
- hosts:
- proxy2.taxonium.org
secretName: tls-proxy

0 comments on commit 8a15e4a

Please sign in to comment.