36 lines
593 B
YAML
36 lines
593 B
YAML
image:
|
|
repository: tccr.io/truecharts/money-balancer
|
|
pullPolicy: IfNotPresent
|
|
tag: 1.3.0@sha256:1dadbc01020f16dfff1b56f957cb88ddfe3e1e4087e6ee20b7fafe6d05032d60
|
|
|
|
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
|