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