Skip to content

Commit 050fd49

Browse files
remove default option, always create DesitnaitonRule with istio provider
Signed-off-by: greg pereira <[email protected]>
1 parent f9eef08 commit 050fd49

File tree

3 files changed

+0
-5
lines changed

3 files changed

+0
-5
lines changed

config/charts/inferencepool/README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -211,7 +211,6 @@ These are the options available to you with `provider.name` set to `istio`:
211211

212212
| **Parameter Name** | **Description** |
213213
|---------------------------------------------|------------------------------------------------------------------------------------------------------------------------|
214-
| `istio.destinationRule.enabled` | Enable creation of an Istio DestinationRule to configure traffic routing. |
215214
| `istio.destinationRule.host` | Custom host value for the destination rule. If not set this will use the default value which is derrived from the epp service name and release namespace to gerenate a valid service address. |
216215
| `istio.destinationRule.trafficPolicy.connectionPool` | Configure the connectionPool level settings of the traffic policy |
217216

config/charts/inferencepool/templates/istio.yaml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
11
{{- if eq .Values.provider.name "istio" }}
2-
{{- if .Values.istio.destinationRule.enabled }}
3-
---
42
apiVersion: networking.istio.io/v1beta1
53
kind: DestinationRule
64
metadata:
@@ -16,4 +14,3 @@ spec:
1614
{{- .Values.istio.destinationRule.trafficPolicy.connectionPool | toYaml | nindent 6 }}
1715
{{- end }}
1816
{{- end }}
19-
{{- end }}

config/charts/inferencepool/values.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,6 @@ provider:
7979

8080
istio:
8181
destinationRule:
82-
enabled: true
8382
# Provide a way to override the default calculated host
8483
host: ""
8584
# Optional: Enables customization of the traffic policy

0 commit comments

Comments
 (0)