mirror of
https://github.com/OffchainLabs/prysm.git
synced 2026-01-09 15:37:56 -05:00
Add SSL support for prylabs.net, support opengraph on alpha.prylabs.net (#2419)
This commit is contained in:
committed by
terence tsao
parent
63633a3bee
commit
a9d2003623
@@ -91,4 +91,24 @@ spec:
|
||||
port:
|
||||
number: 80
|
||||
host: testnet-site-alpha.beacon-chain.svc.cluster.local
|
||||
---
|
||||
apiVersion: networking.istio.io/v1alpha3
|
||||
kind: VirtualService
|
||||
metadata:
|
||||
name: prylabs-net
|
||||
namespace: istio-system
|
||||
spec:
|
||||
hosts:
|
||||
- prylabs.net
|
||||
gateways:
|
||||
- prylabs-wildcard-gateway
|
||||
http:
|
||||
- match:
|
||||
- uri:
|
||||
prefix: /assets
|
||||
route:
|
||||
- destination:
|
||||
port:
|
||||
number: 80
|
||||
host: testnet-site-alpha.beacon-chain.svc.cluster.local
|
||||
|
||||
|
||||
@@ -29,10 +29,11 @@ spec:
|
||||
issuerRef:
|
||||
name: letsencrypt-prod
|
||||
commonName: "*.prylabs.net"
|
||||
dnsNames:
|
||||
- "prylabs.net"
|
||||
acme:
|
||||
config:
|
||||
- dns01:
|
||||
provider: cloud-dns
|
||||
domains:
|
||||
- "*.prylabs.net"
|
||||
- "prylabs.net"
|
||||
|
||||
@@ -16,6 +16,7 @@ spec:
|
||||
protocol: HTTP
|
||||
hosts:
|
||||
- "*.prylabs.net"
|
||||
- "prylabs.net"
|
||||
tls:
|
||||
httpsRedirect: false
|
||||
- port:
|
||||
@@ -24,6 +25,7 @@ spec:
|
||||
protocol: HTTPS
|
||||
hosts:
|
||||
- "*.prylabs.net"
|
||||
- "prylabs.net"
|
||||
tls:
|
||||
mode: SIMPLE
|
||||
privateKey: /etc/istio/ingressgateway-certs/tls.key
|
||||
|
||||
Reference in New Issue
Block a user