feat(money-balancer): add money-balancer (#3996)

* feat(money-balancer): add money-balancer

* update version

* Apply suggestions from code review

Signed-off-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com>

* fix secret var

* update UI and add probes

* update ui

Signed-off-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com>
This commit is contained in:
Stavros Kois
2022-10-03 21:57:16 +03:00
committed by GitHub
parent c816183bb6
commit c98d113d5a
8 changed files with 242 additions and 0 deletions
@@ -0,0 +1,35 @@
image:
repository: tccr.io/truecharts/money-balancer
pullPolicy: IfNotPresent
tag: v1.1.0@sha256:f67f1290a4d717067dc765232ee43db1b49908ca6360901336b02202891f7386
envFrom:
- secretRef:
name: '{{ include "tc.common.names.fullname" . }}-moneybalancer-secret'
probes:
liveness:
type: HTTP
path: /
readiness:
type: HTTP
path: /
startup:
type: HTTP
path: /
service:
main:
ports:
main:
port: 10302
protocol: HTTP
targetPort: 8000
persistence:
data:
enabled: true
mountPath: "/data"
portal:
enabled: true