-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathjagw-values.yaml
87 lines (78 loc) · 2.17 KB
/
jagw-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
imagePullSecrets: []
release:
cacheServiceTag: v1.4.0
requestServiceTag: v1.4.0
subscriptionServiceTag: v1.4.0
config:
arangoDB: jalapeno-arangodb.hawkv6-jalapeno.svc.cluster.local:8086 # change to your domain
arangoDBUser: root
arangoDBPassword: jalapeno
arangoDBName: jalapeno
redisPassword: a-very-complex-password-here
sentinelPassword: a-very-complex-password-here
sentinelAddress: jagw-redis:26379
sentinelMaster: mymaster
kafkaAddress: kafka.hawkv6-jalapeno.svc.cluster.local:9092 # change to your domain
influxDBUrl: influxdb.hawkv6-jalapeno.svc.cluster.local:8086 # change to your domain
influxDBUser: admin #root # needs to match influxUser in Jalapeno Deployment
influxDBPassword: gsplabgsplab # jalapeno # needs to match influxPassword in Jalapeno deployment
influxDB: mdt_db
subscriptionService:
name: subscription-service
replicas: 1
image:
repository: ghcr.io/jalapeno-api-gateway/subscription-service
pullPolicy: Always
resources: []
config:
appServerAddress: 0.0.0.0
appServerPort: 9000
logLevel: trace
cacheService:
name: cache-service
replicas: 1
image:
repository: ghcr.io/jalapeno-api-gateway/cache-service
pullPolicy: Always
resources: []
logLevel: trace
requestService:
name: request-service
replicas: 1
image:
repository: ghcr.io/jalapeno-api-gateway/request-service
pullPolicy: Always
resources: []
config:
appServerAddress: 0.0.0.0
appServerPort: 9000
logLevel: trace
# Official bitnami/stable charts
# The charts are defined in the Charts.yaml as dependency
# https://artifacthub.io/packages/helm/bitnami/redis
redis:
global:
redis:
password: a-very-complex-password-here
image:
registry: docker.io
repository: bitnami/redis
tag: 7.0.4-debian-11-r17
sentinel:
enabled: true
proxy:
name: envoy-proxy
replicas: 1
image:
repository: envoyproxy/envoy
pullPolicy: Always
tag: v1.20.7
resources: []
config:
appServerAddress: 0.0.0.0
appServerPort: 9901
subscriptionServicePort: 9902
requestServicePort: 9903
service:
type: LoadBalancer
loadBalancerIP: 10.8.39.69 # Omit for automatic IP assignment