# We usually recommend not to specify default resources and to leave this as a conscious
# choice for the user. This also increases chances charts run on environments with little
# resources, such as Minikube. If you do want to specify resources, uncomment the following
# lines, adjust them as necessary, and remove the curly braces after 'resources:'.
# limits:
# cpu: 100m
# memory: 128Mi
# requests:
# cpu: 100m
# memory: 128Mi
# For CRDs supported by Citrix Ingress Controller
crds:
install:false
retainOnDelete:false
# Config required to be done by Citrix Ingress Controller for sending metrics to Citrix Observability Exporter
analyticsConfig:
required:false
distributedTracing:
enable:false
samplingrate:100
endpoint:
server:
service:
timeseries:
port:5563
metrics:
enable:false
mode:'avro'
auditlogs:
enable:false
events:
enable:false
transactions:
enable:false
port:5557
# BGP configurations: local AS, remote AS and remote address is mandatory to provide. Please do the approrpiate changes with respect to your environment
bgpSettings:
# When bgpConfig is configured correctly, set the required to true for the configuration to be applied.
required:false
bgpConfig:
- bgpRouter:
# Local AS number for BGP advertisement
localAS:100
neighbor:
# Address of the nighbor router for BGP advertisement
- address:
# Remote AS number
remoteAS:100
advertisementInterval:10
ASOriginationInterval:10
bgpPort:
nsLbHashAlgo:
required:false
hashFingers:256
hashAlgorithm:'DEFAULT'
# Specifies whether a ServiceAccount should be created
serviceAccount:
create:true
# The name of the ServiceAccount to use.
# If not set and `create` is true, a name is generated using the fullname template
# name:
podAnnotations:{}
resources:{}
# We usually recommend not to specify default resources and to leave this as a conscious
# choice for the user. This also increases chances charts run on environments with little
# resources, such as Minikube. If you do want to specify resources, uncomment the following
# lines, adjust them as necessary, and remove the curly braces after 'resources:'