controller: replicaCount: 1 nginxplus: true image: repository: 10.105.210.67/tkg1/nginx-plus-ingress tag: "1.11.1" service: externalTrafficPolicy: Cluster appprotect: ## Enable the App Protect module in the Ingress Controller. enable: true wildcardTLS: ## The base64-encoded TLS certificate for every Ingress host that has TLS enabled but no secret specified. ## If the parameter is not set, for such Ingress hosts NGINX will break any attempt to establish a TLS connection. cert: "" ## The base64-encoded TLS key for every Ingress host that has TLS enabled but no secret specified. ## If the parameter is not set, for such Ingress hosts NGINX will break any attempt to establish a TLS connection. key: "" ## The secret with a TLS certificate and key for every Ingress host that has TLS enabled but no secret specified. ## The value must follow the following format: `/`. ## Used as an alternative to specifying a certificate and key using `controller.wildcardTLS.cert` and `controller.wildcardTLS.key` parameters. ## Format: / secret: ingress-nginx/wildcard-tls serviceAccount: ## The name of the service account of the Ingress controller pods. Used for RBAC. ## Autogenerated if not set or set to "". name: ingress-nginx ## The name of the secret containing docker registry credentials. ## Secret must exist in the same namespace as the helm release. imagePullSecretName: "regcred"