update
This commit is contained in:
@@ -1,5 +1,4 @@
|
|||||||
istiod:
|
istiod:
|
||||||
profile: remote
|
|
||||||
autoscaleEnabled: true
|
autoscaleEnabled: true
|
||||||
autoscaleMin: 1
|
autoscaleMin: 1
|
||||||
autoscaleMax: 5
|
autoscaleMax: 5
|
||||||
@@ -177,7 +176,7 @@ istiod:
|
|||||||
|
|
||||||
# Sidecar injector mutating webhook configuration path value for the clientConfig.service field.
|
# Sidecar injector mutating webhook configuration path value for the clientConfig.service field.
|
||||||
# Override to pass env variables, for example: /inject/cluster/remote/net/network2
|
# Override to pass env variables, for example: /inject/cluster/remote/net/network2
|
||||||
injectionPath: "/inject/cluster/cluster2/net/network1"
|
injectionPath: "/inject"
|
||||||
|
|
||||||
injectionCABundle: ""
|
injectionCABundle: ""
|
||||||
telemetry:
|
telemetry:
|
||||||
@@ -386,7 +385,7 @@ istiod:
|
|||||||
forceApplyIptables: false
|
forceApplyIptables: false
|
||||||
|
|
||||||
# configure remote pilot and istiod service and endpoint
|
# configure remote pilot and istiod service and endpoint
|
||||||
remotePilotAddress: "192.168.12.131"
|
remotePilotAddress: ""
|
||||||
|
|
||||||
##############################################################################################
|
##############################################################################################
|
||||||
# The following values are found in other charts. To effectively modify these values, make #
|
# The following values are found in other charts. To effectively modify these values, make #
|
||||||
@@ -399,10 +398,10 @@ istiod:
|
|||||||
caAddress: ""
|
caAddress: ""
|
||||||
|
|
||||||
# Enable control of remote clusters.
|
# Enable control of remote clusters.
|
||||||
externalIstiod: false
|
externalIstiod: true
|
||||||
|
|
||||||
# Configure a remote cluster as the config cluster for an external istiod.
|
# Configure a remote cluster as the config cluster for an external istiod.
|
||||||
configCluster: true
|
configCluster: false
|
||||||
|
|
||||||
# configValidation enables the validation webhook for Istio configuration.
|
# configValidation enables the validation webhook for Istio configuration.
|
||||||
configValidation: true
|
configValidation: true
|
||||||
@@ -536,8 +535,8 @@ istiod:
|
|||||||
|
|
||||||
# Set to `type: RuntimeDefault` to use the default profile for templated gateways, if your container runtime supports it
|
# Set to `type: RuntimeDefault` to use the default profile for templated gateways, if your container runtime supports it
|
||||||
seccompProfile: {}
|
seccompProfile: {}
|
||||||
|
|
||||||
base:
|
base:
|
||||||
profile: remote
|
|
||||||
global:
|
global:
|
||||||
imagePullSecrets: []
|
imagePullSecrets: []
|
||||||
|
|
||||||
@@ -669,7 +668,7 @@ gateway:
|
|||||||
affinity: {}
|
affinity: {}
|
||||||
|
|
||||||
# If specified, the gateway will act as a network gateway for the given network.
|
# If specified, the gateway will act as a network gateway for the given network.
|
||||||
networkGateway: "network1"
|
networkGateway: "network2"
|
||||||
|
|
||||||
# Specify image pull policy if default behavior isn't desired.
|
# Specify image pull policy if default behavior isn't desired.
|
||||||
# Default behavior: latest images will be Always else IfNotPresent
|
# Default behavior: latest images will be Always else IfNotPresent
|
||||||
|
|||||||
Reference in New Issue
Block a user