* chore(install): flag to install monitoring Signed-off-by: Rajesh Rajendran <rjshrjndrn@gmail.com> * chore(install): change request to min memory and cpu. * chore(install): grafana proxy path Signed-off-by: Rajesh Rajendran <rjshrjndrn@gmail.com> * chore(install): ansible tag for grafana password Signed-off-by: Rajesh Rajendran <rjshrjndrn@gmail.com> * fix(install): grafana password override Signed-off-by: Rajesh Rajendran <rjshrjndrn@gmail.com> * chore(install): Adding grafana nginx path Signed-off-by: Rajesh Rajendran <rjshrjndrn@gmail.com> * feat(nginx): getting resolver ip for nginx ip resolution. Signed-off-by: Rajesh Rajendran <rjshrjndrn@gmail.com>
31 lines
677 B
YAML
31 lines
677 B
YAML
namespace: app
|
|
image:
|
|
repository: rg.fr-par.scw.cloud/foss
|
|
name: db
|
|
pullPolicy: IfNotPresent
|
|
# Overrides the image tag whose default is the chart appVersion.
|
|
tag: "latest"
|
|
|
|
imagePullSecrets:
|
|
- name: aws-registry
|
|
|
|
service:
|
|
type: ClusterIP
|
|
port: 9000
|
|
|
|
resources:
|
|
limits:
|
|
cpu: 256m
|
|
memory: 512Mi
|
|
requests:
|
|
cpu: 1m
|
|
memory: 1Mi
|
|
|
|
env:
|
|
POSTGRES_STRING: postgres://postgres:asayerPostgres@postgresql.db.svc.cluster.local:5432
|
|
#
|
|
CLICKHOUSE_STRING: tcp://clickhouse.db.svc.cluster.local:9000/default
|
|
REDIS_STRING: redis-master.db.svc.cluster.local:6379
|
|
KAFKA_SERVERS: kafka.db.svc.cluster.local:9092
|
|
KAFKA_USE_SSL: false
|
|
LICENSE_KEY: ""
|