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
|
||||||
@@ -51,7 +50,7 @@ istiod:
|
|||||||
cpu:
|
cpu:
|
||||||
targetAverageUtilization: 80
|
targetAverageUtilization: 80
|
||||||
memory: {}
|
memory: {}
|
||||||
# targetAverageUtilization: 80
|
# targetAverageUtilization: 80
|
||||||
|
|
||||||
# Additional volumeMounts to the istiod container
|
# Additional volumeMounts to the istiod container
|
||||||
volumeMounts: []
|
volumeMounts: []
|
||||||
@@ -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: []
|
||||||
|
|
||||||
@@ -598,18 +597,18 @@ gateway:
|
|||||||
# Type of service. Set to "None" to disable the service entirely
|
# Type of service. Set to "None" to disable the service entirely
|
||||||
type: LoadBalancer
|
type: LoadBalancer
|
||||||
ports:
|
ports:
|
||||||
- name: status-port
|
- name: status-port
|
||||||
port: 15021
|
port: 15021
|
||||||
protocol: TCP
|
protocol: TCP
|
||||||
targetPort: 15021
|
targetPort: 15021
|
||||||
- name: http2
|
- name: http2
|
||||||
port: 80
|
port: 80
|
||||||
protocol: TCP
|
protocol: TCP
|
||||||
targetPort: 80
|
targetPort: 80
|
||||||
- name: https
|
- name: https
|
||||||
port: 443
|
port: 443
|
||||||
protocol: TCP
|
protocol: TCP
|
||||||
targetPort: 443
|
targetPort: 443
|
||||||
annotations: {}
|
annotations: {}
|
||||||
loadBalancerIP: ""
|
loadBalancerIP: ""
|
||||||
loadBalancerSourceRanges: []
|
loadBalancerSourceRanges: []
|
||||||
@@ -643,10 +642,10 @@ gateway:
|
|||||||
|
|
||||||
# Deployment Update strategy
|
# Deployment Update strategy
|
||||||
strategy: {}
|
strategy: {}
|
||||||
|
|
||||||
# Sets the Deployment minReadySeconds value
|
# Sets the Deployment minReadySeconds value
|
||||||
minReadySeconds:
|
minReadySeconds:
|
||||||
|
|
||||||
# Optionally configure a custom readinessProbe. By default the control plane
|
# Optionally configure a custom readinessProbe. By default the control plane
|
||||||
# automatically injects the readinessProbe. If you wish to override that
|
# automatically injects the readinessProbe. If you wish to override that
|
||||||
# behavior, you may define your own readinessProbe here.
|
# behavior, you may define your own readinessProbe here.
|
||||||
@@ -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