reloader: enabled: true # deployment annotations annotations: reloader.stakater.com/search: "true" serviceAccount: name: qtest-mgr-sa create: true annotations: # Replace role ARN with your AWS Role with permissions in doc/README-EKS.md eks.amazonaws.com/role-arn: arn:aws:iam::accountnumber:role/ ## create a secret called qtest-manager-secret before installing helm chart secrets: enabled: true existingConfigs: qtest-manager-secret ## Set to true for private Tricentis dockerhub imageCredentials: enabled: false # name: "" # registry: https://index.docker.io/v1/ # username: "" # password: "" # email: "" # existingImageCredentials: "" ingressClass: enabled: true # existingclassName: labels: {} controller: ingress.k8s.aws/alb ingress: enabled: true annotations: alb.ingress.kubernetes.io/scheme: internet-facing alb.ingress.kubernetes.io/target-type: ip # Replace certificate alb.ingress.kubernetes.io/certificate-arn: alb.ingress.kubernetes.io/listen-ports: '[{"HTTP": 80}, {"HTTPS": 443}]' alb.ingress.kubernetes.io/healthcheck-path: /health-checker alb.ingress.kubernetes.io/actions.ssl-redirect: '{"Type": "redirect", "RedirectConfig": { "Protocol": "HTTPS", "Port": "443", "StatusCode": "HTTP_301"}}' alb.ingress.kubernetes.io/ssl-redirect: '443' hosts: host: qtest.svc.com paths: [] extraPaths: - path: /* pathType: ImplementationSpecific backendServiceName: mgr-service backendPort: 8080 - path: /* pathType: ImplementationSpecific backendServiceName: ssl-redirect backendPort: 8080 qTestManager: client: jdbc: postgresUrl: postgresUserName: postgresReadOnlyUrl: postgresReadOnlyUserName: elasticSearch: init: true disable: false scheme: https host: port: 443 blobStorage: region: us-east-1 sharedBucket: s3: folder: qtest/manager preUrl: http://. ## Example: http://.tricentis.com preUrlHttps: https://. ## Example: https://.tricentis.com preSessionUrl: pulseUrlBase: insightsUrl: launchUrlBase: tdmSettingUrl: persistence: enabled: false