89 lines
2.4 KiB
YAML
89 lines
2.4 KiB
YAML
|
# Default values for citrix-adc-istio-ingress-gateway
|
||
|
# This is a YAML-formatted file.
|
||
|
# Declare variables to be passed into your templates.
|
||
|
|
||
|
citrixCPX: false
|
||
|
|
||
|
coe:
|
||
|
coeURL:
|
||
|
coeTracing: false
|
||
|
|
||
|
metricExporter:
|
||
|
required: true
|
||
|
imageRegistry: quay.io
|
||
|
imageRepository: citrix/citrix-adc-metrics-exporter
|
||
|
imageTag: 1.4.9
|
||
|
image: "{{ .Values.metricExporter.imageRegistry }}/{{ .Values.metricExporter.imageRepository }}:{{ .Values.metricExporter.imageTag }}"
|
||
|
port: 8888
|
||
|
secure: "YES"
|
||
|
logLevel: ERROR
|
||
|
imagePullPolicy: IfNotPresent
|
||
|
|
||
|
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: router
|
||
|
secureConnect: true
|
||
|
logLevel: DEBUG
|
||
|
jsonLog: false
|
||
|
defaultSSLListenerOn443: true
|
||
|
|
||
|
istioPilot:
|
||
|
name: istiod
|
||
|
namespace: istio-system
|
||
|
secureGrpcPort: 15012
|
||
|
insecureGrpcPort: 15010
|
||
|
SAN:
|
||
|
|
||
|
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. Default from K8s v1.21
|
||
|
|
||
|
ingressGateway:
|
||
|
netscalerUrl: null
|
||
|
imageRegistry: quay.io
|
||
|
imageRepository: citrix/citrix-k8s-cpx-ingress
|
||
|
imageTag: 13.1-30.52
|
||
|
image: "{{ .Values.ingressGateway.imageRegistry }}/{{ .Values.ingressGateway.imageRepository }}:{{ .Values.ingressGateway.imageTag }}"
|
||
|
imagePullPolicy: IfNotPresent
|
||
|
EULA: NO
|
||
|
mgmtHttpPort: 10080
|
||
|
mgmtHttpsPort: 10443
|
||
|
httpNodePort: 30180
|
||
|
httpsNodePort: 31443
|
||
|
nodePortRequired: false
|
||
|
lightWeightCPX: 1
|
||
|
secretVolumes:
|
||
|
#licenseServerIP: this value will be taken from ADMSettings.ADMIP
|
||
|
label: citrix-ingressgateway
|
||
|
tcpPort:
|
||
|
vserverIP: nsip
|
||
|
adcServerName:
|
||
|
netProfile:
|
||
|
multiClusterIngress: false
|
||
|
multiClusterListenerPort: 15443
|
||
|
multiClusterListenerNodePort: 32443
|
||
|
multiClusterSvcDomain: global
|
||
|
cpxLicenseAggregator:
|
||
|
enableLabelsFeature: FALSE
|
||
|
|
||
|
ADMSettings:
|
||
|
ADMIP:
|
||
|
licenseServerIP:
|
||
|
licenseServerPort: 27000
|
||
|
bandWidthLicense: false
|
||
|
bandWidth: 1000 #Bandwidth should be given in Mbps
|
||
|
vCPULicense: false
|
||
|
cpxCores:
|
||
|
analyticsServerPort: 5557
|
||
|
licenseEdition: PLATINUM
|
||
|
|
||
|
secretName: nslogin
|