Files
devops-infra-helm-charts-gcp/helm-overrides/k8s-datascience-prd-ase1/paused-container/custom-values.yaml
T
2026-08-26 03:39:42 +05:30

83 lines
1.8 KiB
YAML

# Default values for hello-world.
# This is a YAML-formatted file.
# Declare variables to be passed into your templates.
priorityClass:
name: "low-priority"
image:
repository: nginx
tag: "1.14.2"
pullPolicy: IfNotPresent
# Overrides the image tag whose default is the chart appVersion.
nameOverride: ""
fullnameOverride: "paused-container-datascience-prd"
extraLabels:
team: "devops"
bu: "datascience"
env: "prd"
service: "paused-container-datascience-prd"
priority: "p3"
type: "tools"
topologySpreadConstraints: []
# - labelSelector:
# matchLabels:
# dedicated: vminsert
# maxSkew: 1
# topologyKey: topology.kubernetes.io/hostname
# whenUnsatisfiable: DoNotSchedule
affinity:
podAffinity:
requiredDuringSchedulingIgnoredDuringExecution:
- labelSelector:
matchExpressions:
- key: type
operator: In
values:
- vmselect
- vminsert
- tools
topologyKey: topology.kubernetes.io/zone
podAntiAffinity:
requiredDuringSchedulingIgnoredDuringExecution:
- labelSelector:
matchExpressions:
- key: type
operator: In
values:
- vmselect
- vminsert
- tools
topologyKey: kubernetes.io/hostname
namespaceSelector: {}
serviceAccount:
# Specifies whether a service account should be created
create: true
# Annotations to add to the service account
annotations: {}
# The name of the service account to use.
# If not set and create is true, a name is generated using the fullname template
name: ""
service:
type: ClusterIP
port: 80
deployments:
- nodepool: vminsert
bu: datascience
cpuRequest: 1
memoryRequest: 1Gi
replicaCount: 3
- nodepool: vmselect
bu: datascience
cpuRequest: 1
memoryRequest: 1Gi
replicaCount: 3