-
Notifications
You must be signed in to change notification settings - Fork 33
/
Copy pathvalues-stage.yaml
46 lines (46 loc) · 947 Bytes
/
values-stage.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
replicaCount: 1
image:
repository: eu.gcr.io/airqo-250220/airqo-stage-calibrate-app
pullPolicy: Always
tag: stage-c13a6217-1733912953
imagePullSecrets: []
nameOverride: ''
fullnameOverride: ''
podAnnotations: {}
podSecurityContext: {}
securityContext: {}
ingress:
enabled: false
service:
type: NodePort
protocol: TCP
port: 80
targetPort: 80
nodePort: 31106
resources:
limits:
cpu: 10m
memory: 100Mi
requests:
cpu: 1m
memory: 20Mi
autoscaling:
minReplicas: 1
maxReplicas: 2
targetMemoryUtilizationPercentage: 80
nodeSelector: {}
tolerations: []
affinity:
nodeAffinity:
preferredDuringSchedulingIgnoredDuringExecution:
nodeSelectorTerms:
- matchExpressions:
- key: role
operator: In
values:
- control-plane
app:
name: airqo-stage-calibrate-app
label: sta-calibrate-app
namespace: staging
configmap: env-calibrate-staging