forked from Soluto/helm-charts
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathvalues.yaml
46 lines (46 loc) · 880 Bytes
/
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
# Default values for kamus.
# This is a YAML-formatted file.
# Declare variables to be passed into your templates.
replicaCount: 1
useAirbag: false
airbag:
repository: soluto
tag: 0.8
image:
version: 0.9.0.7
repository: ghcr.io/soluto
pullPolicy: IfNotPresent
pod:
annotations: {}
service:
type: ClusterIP
port:
name: kamus-encryptor
value: 80
annotations:
prometheus.io/scrape: "true"
serviceAccount:
annotations: {}
ingress:
enabled: false
ingressClassName: ''
resources:
limits:
cpu: 500m
memory: 600Mi
requests:
cpu: 100m
memory: 128Mi
autoscale:
minReplicas: 2
maxReplicas: 10
targetCPU: 50
keyManagement:
provider: AESKey
AES:
key: rWnWbaFutavdoeqUiVYMNJGvmjQh31qaIej/vAxJ9G0=
useKeyDerivation: false
encryptor:
automountServiceAccountToken: false
controller:
reconciliationIntervalInSeconds: 60