78 lines
2.4 KiB
YAML
78 lines
2.4 KiB
YAML
|
# Default values for cpx-istio.
|
||
|
# This is a YAML-formatted file.
|
||
|
# Declare variables to be passed into your templates.
|
||
|
|
||
|
xDSAdaptor:
|
||
|
imageRegistry: quay.io
|
||
|
imageRepository: citrix/citrix-xds-adaptor
|
||
|
imageTag: 0.10.3
|
||
|
image: "{{ .Values.xDSAdaptor.imageRegistry }}/{{ .Values.xDSAdaptor.imageRepository }}:{{ .Values.xDSAdaptor.imageTag }}"
|
||
|
imagePullPolicy: IfNotPresent
|
||
|
proxyType: sidecar
|
||
|
secureConnect: true
|
||
|
logLevel: DEBUG
|
||
|
jsonLog: false
|
||
|
defaultSSLListenerOn443: true
|
||
|
|
||
|
coe:
|
||
|
coeURL:
|
||
|
coeTracing: false
|
||
|
|
||
|
istioPilot:
|
||
|
name: istiod
|
||
|
namespace: istio-system
|
||
|
secureGrpcPort: 15012
|
||
|
insecureGrpcPort: 15010
|
||
|
SAN: #"spiffe://cluster.local/ns/istio-system/sa/istiod-service-account"
|
||
|
|
||
|
certProvider:
|
||
|
caAddr: istiod.istio-system.svc
|
||
|
caPort: 15012
|
||
|
trustDomain: cluster.local
|
||
|
certTTLinHours: 720
|
||
|
clusterId: Kubernetes
|
||
|
jwtPolicy: #specify third-party-jwt if Kubernetes cluster supports third-party tokens
|
||
|
|
||
|
cpxProxy:
|
||
|
netscalerUrl: "http://127.0.0.1"
|
||
|
imageRegistry: quay.io
|
||
|
imageRepository: citrix/citrix-k8s-cpx-ingress
|
||
|
imageTag: 13.1-30.52
|
||
|
image: "{{ .Values.cpxProxy.imageRegistry }}/{{ .Values.cpxProxy.imageRepository }}:{{ .Values.cpxProxy.imageTag }}"
|
||
|
imagePullPolicy: IfNotPresent
|
||
|
EULA: NO
|
||
|
cpxSidecarMode: YES
|
||
|
mgmtHttpPort: 10080
|
||
|
mgmtHttpsPort: 10443
|
||
|
cpxDisableProbe: "YES"
|
||
|
cpxLicenseAggregator:
|
||
|
enableLabelsFeature: FALSE
|
||
|
#licenseServerIP: this value is taken from ADMSettings.ADMIP
|
||
|
|
||
|
sidecarWebHook:
|
||
|
webhookImageRegistry: quay.io
|
||
|
webhookImageRepository: citrix/cpx-istio-sidecar-injector
|
||
|
webhookImageTag: 1.3.0
|
||
|
webhookImage: "{{ .Values.sidecarWebHook.webhookImageRegistry }}/{{ .Values.sidecarWebHook.webhookImageRepository }}:{{ .Values.sidecarWebHook.webhookImageTag }}"
|
||
|
imagePullPolicy: IfNotPresent
|
||
|
|
||
|
sidecarCertsGenerator:
|
||
|
imageRegistry: quay.io
|
||
|
imageRepository: citrix/cpx-sidecar-injector-certgen
|
||
|
imageTag: 1.2.0
|
||
|
image: "{{ .Values.sidecarCertsGenerator.imageRegistry }}/{{ .Values.sidecarCertsGenerator.imageRepository }}:{{ .Values.sidecarCertsGenerator.imageTag }}"
|
||
|
imagePullPolicy: IfNotPresent
|
||
|
|
||
|
ADMSettings:
|
||
|
ADMIP:
|
||
|
licenseServerIP:
|
||
|
licenseServerPort: 27000
|
||
|
bandWidthLicense: false
|
||
|
bandWidth: 1000
|
||
|
analyticsServerPort: 5557
|
||
|
licenseEdition: PLATINUM
|
||
|
|
||
|
webhook:
|
||
|
injectionLabelName: cpx-injection
|
||
|
|