Skip to content
This repository has been archived by the owner on Oct 26, 2023. It is now read-only.

Commit

Permalink
[DOM-50795] -- remove bad envoyfilter (#155)
Browse files Browse the repository at this point in the history
* remove bad envoyfilter

* remove extra values
  • Loading branch information
Saahil Dhulla authored Oct 18, 2023
1 parent 23402ac commit 2bb997d
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 60 deletions.
3 changes: 0 additions & 3 deletions deploy/helm/distributed-compute-operator/dco-values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,7 @@ global:
istio:
cni: true
enabled: false
httpIdleTimeout:
timeout: 24h
install: false
rootConfigNamespace: istio-system
mpi:
initImage:
registry: quay.io
Expand Down

This file was deleted.

12 changes: 0 additions & 12 deletions deploy/helm/distributed-compute-operator/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,18 +9,6 @@ global:
# Elevate pod execution permissions so that Istio's init container can modify
# network settings when CNI plugin is NOT installed
cniPluginInstalled: true
# namespace for istio mesh-level settings
rootConfigNamespace: istio-config
# set the HTTP connection idle timeout for pods managed by the distributed-compute-operator
httpIdleTimeout:
# the timeout to set. Leave empty for istio default.
timeout: ""
# If timeout and namespaces are set, sets the timeout only in given namespaces.
# If timeout is set but namespaces is empty:
# - if config.watchNamespaces is empty, then timeout is set across the whole istio mesh
# - else timeout is set for namespaces in config.watchNamespaces
# If any namespaces in the istio mesh are unaffected by this setting, they get istio default.
namespaces: []

# Number of controller instances to run
replicaCount: 1
Expand Down

0 comments on commit 2bb997d

Please sign in to comment.