TrueChartsClone/charts/stable/reg/values.yaml

35 lines
841 B
YAML

image:
# -- image repository
repository: tccr.io/truecharts/reg
# -- image pull policy
pullPolicy: IfNotPresent
# -- image tag
tag: v0.16.1@sha256:ae581387764a23c62c1386389e27358bac5088790904938264cb0bcd4e8c946c
# -- environment variables. See more environment variables in the [reg documentation](https://github.com/genuinetools/reg).
env:
# -- Set the container timezone
# -- Set the server registry
# EXTRA_ARGS: "server --registry r.j3ss.co"
# -- Configures service settings for the chart.
# @default -- See values.yaml
service:
main:
ports:
main:
port: 10096
targetPort: 8080
persistence:
config:
enabled: true
mountPath: "/config"
ingress:
# -- Enable and configure ingress settings for the chart under this key.
# @default -- See values.yaml
main:
enabled: false