mirror of
https://github.com/gwg313/homelab-gitops.git
synced 2026-06-05 19:51:01 +00:00
18 lines
360 B
YAML
18 lines
360 B
YAML
apiVersion: networking.istio.io/v1beta1
|
|
kind: Gateway
|
|
metadata:
|
|
name: stirling-pdf-gateway
|
|
namespace: stirling-pdf
|
|
spec:
|
|
selector:
|
|
istio: gateway
|
|
servers:
|
|
- port:
|
|
number: 443
|
|
name: https
|
|
protocol: HTTPS
|
|
tls:
|
|
mode: SIMPLE
|
|
credentialName: stirling-pdf-cert
|
|
hosts:
|
|
- pdftools.gwg313.xyz
|