mirror of
https://github.com/gwg313/homelab-gitops.git
synced 2026-06-05 20:41:01 +00:00
20 lines
411 B
YAML
20 lines
411 B
YAML
apiVersion: networking.istio.io/v1beta1
|
|
kind: Gateway
|
|
metadata:
|
|
name: focalboard-gateway
|
|
namespace: focalboard
|
|
spec:
|
|
selector:
|
|
istio: gateway
|
|
servers:
|
|
- port:
|
|
number: 443
|
|
name: https
|
|
protocol: HTTPS
|
|
tls:
|
|
mode: SIMPLE
|
|
credentialName: focalboard-cert
|
|
hosts:
|
|
- pm.local.gwg313.xyz
|
|
- pm.gwg313.xyz
|
|
- pm.zerotier.gwg313.xyz
|