-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathvalues.yaml
More file actions
71 lines (70 loc) · 1.14 KB
/
values.yaml
File metadata and controls
71 lines (70 loc) · 1.14 KB
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
#
# sample-api
#
sample-api:
env:
ENV: 'staging'
DB_HOST: 'mongodb'
DB_PORT: '27017'
DB_DATABASE: 'sampledb'
REDIS_SERVER: 'redis://staging-redis-master:6379'
REDIS_CHANNEL: 'socket.io'
#
# sample2-api
#
sample-api:
env:
ENV: 'staging'
DB_HOST: 'mongodb'
DB_PORT: '27017'
DB_DATABASE: 'sample2db'
REDIS_SERVER: 'redis://staging-redis-master:6379'
REDIS_CHANNEL: 'socket.io'
#
# mongo
#
mongodb:
image:
repository: bitnami/mongodb
tag: '4.0.11'
mongodbDatabase: sampledb
mongodbUsername: sampleuser
persistence:
size: 50Gi
service:
type: ClusterIP
#
# redis
#
redis:
master:
persistence:
enabled: false
cluster:
enabled: false
#
# jenkinsx values
#
PipelineSecrets: {}
cleanup:
Annotations:
helm.sh/hook: pre-delete
helm.sh/hook-delete-policy: hook-succeeded
Args:
- --cleanup
controllerbuild: {}
expose:
Annotations:
helm.sh/hook: post-install,post-upgrade
helm.sh/hook-delete-policy: hook-succeeded
Args:
- --v
- 4
config:
domain: sb.mile-two.com
exposer: Ingress
http: "true"
jenkins:
Servers:
Global: {}
prow: {}