Skip to content

Commit 7b1c514

Browse files
committed
[charts][trino-gateway] add routing rules
1 parent 0ffaffe commit 7b1c514

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

charts/gateway/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ A Helm chart for Trino Gateway
6969
- name: registry-credentials
7070
```
7171
* `ingress.annotations` - object, default: `{}`
72-
* `ingress.className` - string, default: `"s"`
72+
* `ingress.className` - string, default: `""`
7373
* `ingress.enabled` - bool, default: `false`
7474
* `ingress.hosts` - list, default: `[{"host":"chart-example.local","paths":[{"path":"/","pathType":"ImplementationSpecific"}]}]`
7575

charts/gateway/values.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ serviceName: trino-gateway
101101

102102
ingress:
103103
enabled: false
104-
className: "s"
104+
className: ""
105105
annotations: {}
106106
hosts:
107107
- host: chart-example.local

0 commit comments

Comments
 (0)