mirror of
https://github.com/gwg313/homelab-gitops.git
synced 2026-06-05 21:41:03 +00:00
18 lines
349 B
YAML
18 lines
349 B
YAML
apiVersion: networking.istio.io/v1beta1
|
|
kind: Gateway
|
|
metadata:
|
|
name: karakeep-gateway
|
|
namespace: karakeep
|
|
spec:
|
|
selector:
|
|
istio: gateway
|
|
servers:
|
|
- port:
|
|
number: 443
|
|
name: https
|
|
protocol: HTTPS
|
|
tls:
|
|
mode: SIMPLE
|
|
credentialName: karakeep-cert
|
|
hosts:
|
|
- bookmarks.gwg313.xyz
|