-
Notifications
You must be signed in to change notification settings - Fork 33
/
Copy pathvalues-prod.yaml
48 lines (48 loc) · 960 Bytes
/
values-prod.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
47
48
replicaCount: 2
image:
repository: eu.gcr.io/airqo-250220/airqo-calibrate-app
pullPolicy: Always
tag: prod-f86f5d79-1733913150
imagePullSecrets: []
nameOverride: ''
fullnameOverride: ''
podAnnotations: {}
podSecurityContext: {}
securityContext: {}
ingress:
enabled: false
service:
type: NodePort
protocol: TCP
port: 80
targetPort: 80
nodePort: 30106
resources:
limits:
cpu: 100m
memory: 100Mi
requests:
cpu: 5m
memory: 25Mi
autoscaling:
minReplicas: 1
maxReplicas: 3
targetMemoryUtilizationPercentage: 70
nodeSelector:
role: control-plane
tolerations: []
affinity:
nodeAffinity:
preferredDuringSchedulingIgnoredDuringExecution:
- preference:
matchExpressions:
- key: role
operator: In
values:
- control-plane
weight: 1
app:
name: airqo-calibrate-app
label: airqo-calibrate-app
namespace: production
configmap: env-calibrate-prod