Initial commit
This commit is contained in:
19
envoy-gateway/openwebui/gateway-patch.yaml
Normal file
19
envoy-gateway/openwebui/gateway-patch.yaml
Normal file
@@ -0,0 +1,19 @@
|
||||
- op: add
|
||||
path: /spec/listeners/-
|
||||
value:
|
||||
name: forge
|
||||
protocol: HTTPS
|
||||
port: 443
|
||||
hostname: "forge.jsme.be"
|
||||
allowedRoutes:
|
||||
namespaces:
|
||||
from: Selector
|
||||
selector:
|
||||
matchLabels:
|
||||
kubernetes.io/metadata.name: openwebui
|
||||
tls:
|
||||
mode: Terminate
|
||||
certificateRefs:
|
||||
- kind: Secret
|
||||
name: forge-tls
|
||||
namespace: envoy-gateway
|
||||
Reference in New Issue
Block a user