Files
devops-infra-helm-charts-gcp/helm-overrides/gke-datascience-prd-as1a/loadtester/custom-values.yaml
T
2026-08-26 03:39:42 +05:30

117 lines
2.4 KiB
YAML

replicaCount: 1
Namespace: loadtester
image:
repository: asia-south1-docker.pkg.dev/meesho-devops-admin-0622/dev/devops/flagger-loadtester
tag: 0.30.0
pullPolicy: IfNotPresent
pullSecret:
podLabels:
bu: datascience
team: datascience-shared
podAnnotations:
prometheus.io/scrape: "true"
prometheus.io/port: "8080"
podPriorityClassName: ""
logLevel: info
cmd:
timeout: 1h
namespaceRegexp: ""
nameOverride: "loadtester"
fullnameOverride: ""
env: []
service:
type: ClusterIP
port: 80
resources:
requests:
cpu: 10m
memory: 64Mi
volumes: []
volumeMounts: []
nodeSelector:
cloud.google.com/compute-class: datascience-devops
tolerations:
- key: "cloud.google.com/compute-class"
operator: "Equal"
value: "datascience-devops"
effect: "NoSchedule"
affinity: {}
ingress:
slowStart:
enabled: false
enabled: true
ingressClassName: contour-internal-1
servicePort: http
hosts:
- host: datascience-flagger-loadtester.prd.meesho.int
paths:
- pathType: ImplementationSpecific
path: /
createContourGateway: true
contourResponseTimeout: false
rbac:
# rbac.create: `true` if rbac resources should be created
create: true
# rbac.scope: `cluster` to create cluster-scope rbac resources (ClusterRole/ClusterRoleBinding)
# otherwise, namespace-scope rbac resources will be created (Role/RoleBinding)
scope:
# rbac.rules: array of rules to apply to the role. example:
# rules:
# - apiGroups: [""]
# resources: ["pods"]
# verbs: ["list", "get"]
rules: []
# name of an existing service account to use - if not creating rbac resources
serviceAccountName: ""
# App Mesh virtual node settings (to be used for AppMesh v1beta1)
meshName: ""
#backends:
# - app1.namespace
# - app2.namespace
# App Mesh virtual node settings (to be used for AppMesh v1beta2)
appmesh:
enabled: false
backends:
- podinfo
- podinfo-canary
#Istio virtual service and gatway settings. TLS secrets should be in namespace before enbaled it. ( secret format loadtester.fullname )
istio:
enabled: false
host: flagger-loadtester.flagger
gateway:
enabled: false
tls:
enabled: false
httpsRedirect: false
# when enabled, it will add a security context for the loadtester pod
securityContext:
enabled: false
context:
readOnlyRootFilesystem: true
runAsUser: 100
runAsGroup: 101
podDisruptionBudget:
enabled: false
minAvailable: 1