34 lines
771 B
YAML
34 lines
771 B
YAML
# yaml-language-server: $schema=./values.schema.json
|
|
image:
|
|
pullPolicy: IfNotPresent
|
|
repository: docker.io/nroi/flexo
|
|
tag: 1.6.10@sha256:fdbc2b3ecc98ce2b29e4baa05a34428298e3de427a21a21e291e8c1e343c0224
|
|
|
|
service:
|
|
main:
|
|
ports:
|
|
main:
|
|
port: 7878
|
|
protocol: http
|
|
persistence:
|
|
data:
|
|
enabled: true
|
|
type: "emptyDir"
|
|
size: 10Gi
|
|
mountPath: "/var/cache/flexo"
|
|
workload:
|
|
main:
|
|
podSpec:
|
|
containers:
|
|
main:
|
|
probes:
|
|
liveness:
|
|
path: "/metrics"
|
|
readiness:
|
|
path: "/metrics"
|
|
startup:
|
|
path: "/metrics"
|
|
env:
|
|
FLEXO_LISTEN_IP_ADDRESS: "0.0.0.0"
|
|
FLEXO_PORT: "{{ .Values.service.main.ports.main.port }}"
|