49 lines
1.0 KiB
YAML
49 lines
1.0 KiB
YAML
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
|