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

74 lines
1.7 KiB
YAML

# Default values for hello-world.
# This is a YAML-formatted file.
# Declare variables to be passed into your templates.
deployments:
- nodepool: vminsert
bu: infra
cpuRequest: 1
memoryRequest: 1Gi
replicaCount: 3
priorityClass:
name: "ultralow-priority"
image:
repository: nginx
tag: "1.14.2"
pullPolicy: IfNotPresent
# Overrides the image tag whose default is the chart appVersion.
nameOverride: ""
fullnameOverride: "paused-container-infra-prd"
extraLabels:
team: "devops"
bu: "infra"
env: "prd"
service: "paused-container-infra-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: run
operator: In
values:
- paused-container-infra-prd
topologyKey: topology.kubernetes.io/zone
podAntiAffinity:
requiredDuringSchedulingIgnoredDuringExecution:
- labelSelector:
matchExpressions:
- key: run
operator: In
values:
- paused-container-infra-prd
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