27 lines
610 B
YAML
27 lines
610 B
YAML
namespace: app
|
|
image:
|
|
repository: rg.fr-par.scw.cloud/foss
|
|
name: alert
|
|
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: 100m
|
|
memory: 128Mi
|
|
|
|
env:
|
|
ALERT_NOTIFICATION_STRING: https://parrot.asayer.io/alerts/notifications
|
|
CLICKHOUSE_STRING: tcp://clickhouse.db.svc.cluster.local:9000/default
|
|
POSTGRES_STRING: postgres://postgres:asayerPostgres@postgresql.db.svc.cluster.local:5432
|