Add thermo history Helm chart
This commit is contained in:
48
values.yaml
Normal file
48
values.yaml
Normal file
@@ -0,0 +1,48 @@
|
||||
nameOverride: ""
|
||||
fullnameOverride: "thermo"
|
||||
|
||||
postgres:
|
||||
image:
|
||||
repository: postgres
|
||||
tag: 16-alpine
|
||||
pullPolicy: IfNotPresent
|
||||
database: thermo
|
||||
writerUser: thermo_writer
|
||||
readerUser: thermo_reader
|
||||
storage:
|
||||
className: microk8s-hostpath
|
||||
size: 5Gi
|
||||
resources:
|
||||
requests:
|
||||
cpu: 50m
|
||||
memory: 128Mi
|
||||
limits:
|
||||
cpu: 500m
|
||||
memory: 512Mi
|
||||
|
||||
writer:
|
||||
image:
|
||||
repository: docker.redpanda.com/redpandadata/connect
|
||||
tag: 4.98.0
|
||||
pullPolicy: IfNotPresent
|
||||
kafka:
|
||||
brokers:
|
||||
- kafka.platform-core.svc.cluster.local:9092
|
||||
topic: application.thermo.events
|
||||
consumerGroup: thermo-postgres-writer
|
||||
startFromOldest: true
|
||||
resources:
|
||||
requests:
|
||||
cpu: 25m
|
||||
memory: 64Mi
|
||||
limits:
|
||||
cpu: 250m
|
||||
memory: 256Mi
|
||||
|
||||
externalSecrets:
|
||||
refreshInterval: 24h
|
||||
secretStore:
|
||||
name: aws-ssm
|
||||
kind: ClusterSecretStore
|
||||
writerPasswordKey: /vulcan/platform-core/thermo-postgres/writer-password
|
||||
readerPasswordKey: /vulcan/platform-core/thermo-postgres/reader-password
|
||||
Reference in New Issue
Block a user