-
Notifications
You must be signed in to change notification settings - Fork 0
/
values.yaml
73 lines (62 loc) · 2.14 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
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
# Default values for ..
# This is a YAML-formatted file.
# Declare variables to be passed into your templates.
replicaCount: 1
image:
repository: girish332/webapp-cve-processor
pullPolicy: Always
tag: "latest"
postgresql:
# host: host.docker.internal
username: "cve_user"
password: ""
port: "5432"
database: cve
namespace: webapp
fullnameOverride: "rel-2"
nameOverride: "chart-2"
secret:
username: placeholder_db_username
password: placeholder_db_password
dockerconfigjson: placeholder_docker_config_json
flyway_password: placeholder_flyway_password
flyway:
url: jdbc:postgresql://postgresql-db:5432/cve
user: placeholder_flyway_user
locations: filesystem:/flyway/sql/
resources: {}
# We usually recommend not to specify default resources and to leave this as a conscious
# choice for the user. This also increases chances charts run on environments with little
# resources, such as Minikube. If you do want to specify resources, uncomment the following
# lines, adjust them as necessary, and remove the curly braces after 'resources:'.
# limits:
# cpu: 100m
# memory: 128Mi
# requests:
# cpu: 100m
# memory: 128Mi
#postgresql:
# port: 5432
# ## @param global.postgresql.auth.postgresPassword Password for the "postgres" admin user (overrides `auth.postgresPassword`)
# ## @param global.postgresql.auth.username Name for a custom user to create (overrides `auth.username`)
# ## @param global.postgresql.auth.password Password for the custom user to create (overrides `auth.password`)
# ## @param global.postgresql.auth.database Name for a custom database to create (overrides `auth.database`)
# ##
# auth:
# username: ""
# password: ""
# database: ""
#primary:
# resourcePreset: "large"
# postgresql:
# primary:
# fullnameOverride: "postgresql-db"
# persistence:
# enabled: true
# storageClass: "gp2"
# size: 8Gi
port: 3000
kafka:
bootstrapServers: "kafka-broker-0.kafka-broker-headless.kafka.svc.cluster.local:9092,kafka-broker-1.kafka-broker-headless.kafka.svc.cluster.local:9092,kafka-broker-2.kafka-broker-headless.kafka.svc.cluster.local:9092"
namespace: kafka
topic: cve