-
Notifications
You must be signed in to change notification settings - Fork 2
/
example-values.yaml
93 lines (86 loc) · 1.69 KB
/
example-values.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
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
postgresql:
enabled: false
fullnameOverride: nango-postgresql
primary:
persistence:
enabled: false
resources:
limits:
cpu: "1000m"
memory: "2048Mi"
requests:
cpu: "250m"
memory: "1024Mi"
auth:
postgresPassword: nango
database: nango
elasticsearch:
enabled: true
fullnameOverride: nango-elasticsearch
clusterName: elastic
nodeGroup: master
masterOnly: true
replicas: 1
minimumMasterNodes: 1
resources:
limits:
cpu: "1000m"
memory: "2048Mi"
requests:
cpu: "250m"
memory: "1024Mi"
security:
enabled: true
elasticPassword: "nango"
service:
type: ClusterIP
ports:
restAPI: 9200
transport: 9300
persistence:
enabled: false
podSecurityContext:
fsGroup: 1001
containerSecurityContext:
runAsUser: 1001
runAsNonRoot: true
readinessProbe:
initialDelaySeconds: 90
periodSeconds: 10
livenessProbe:
initialDelaySeconds: 180
periodSeconds: 20
server:
name: nango-server
replicas: 1
jobs:
name: nango-jobs
replicas: 1
volume:
aws: true
runner:
name: nango-runner
replicas: 1
persist:
name: persist
url: http://nango-persist
replicas: 1
orchestrator:
name: orchestrator
url: http://nango-orchestrator
replicas: 1
shared:
namespace: default
encryptionEnabled: false
ENV: production
DB_HOST: nango-postgresql
DB_USER: postgres
DB_PORT: "5432"
DB_NAME: nango
DB_SSL: false
CALLBACK_URL: ""
NANGO_LOGS_ENABLED: true
NANGO_LOGS_ES_PWD: nango
NANGO_LOGS_ES_URL: https://nango-elasticsearch.default.svc.cluster.local:9200
NANGO_LOGS_ES_USER: elastic
tag: 8b2deab4b62b955bc118b4bdcdda3b9d1b4fad68