-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathvalues.yaml
48 lines (47 loc) · 1.56 KB
/
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
# Default values for agent-gateway.
# This is a YAML-formatted file.
# Declare variables to be passed into your templates.
replicaCount: 1
image:
repository: gcr.io/production-main-268117/agent-gateway
tag: "CHANGE_HERE"
pullPolicy: IfNotPresent
service:
type: ClusterIP
port: 80
properties:
javaOpts: "-Djava.security.egd=file:/dev/./urandom -Dfile.encoding=UTF8 -Dlog4j2.formatMsgNoLookups=True -Xms1536m -Xmx1536m -XX:ParallelGCThreads=1 -XX:ConcGCThreads=1 -Djava.util.concurrent.ForkJoinPool.common.parallelism=1 -XX:CICompilerCount=2 -XX:+UseParallelGC -XX:GCTimeRatio=4 -XX:AdaptiveSizePolicyWeight=90 -XX:MinHeapFreeRatio=20 -XX:MaxHeapFreeRatio=40 -XX:+ExitOnOutOfMemoryError"
redis:
address: "CHANGE_HERE" #Example: x.x.x.x:6379
connectionType: "CHANGE_HERE" #Up to you. Are you using CLUSTER or MASTER_SLAVE?
compressData: "true"
password: "CHANGE_HERE"
#--- IF client in AWS
websocketUri: wss://integration-aws.sensedia.com/websocket
#--- If client in GCP
#websocketUri: wss://integration-production-gcp.sensedia.com/websocket
customerId: "CHANGE_HERE" #Set your customer id
sensediaAuth: "CHANGE_HERE" #Set your sensedia auth token
autoscaling:
enabled: false
minReplicas: 1
maxReplicas: 1
averageUtilization: 70
ingress:
enabled: false
annotations: {}
# kubernetes.io/ingress.class: nginx
# kubernetes.io/tls-acme: "true"
hosts:
- host: chart-example.local
paths: []
resources:
limits:
cpu: "1"
memory: 2Gi
requests:
cpu: 600m
memory: 640Mi
nodeSelector: {}
tolerations: []
affinity: {}