2021-06-11 14:43:41 +00:00
|
|
|
image:
|
|
|
|
# -- image repository
|
2021-12-03 12:02:44 +00:00
|
|
|
repository: tccr.io/truecharts/reg
|
2021-06-11 14:43:41 +00:00
|
|
|
# -- image pull policy
|
|
|
|
pullPolicy: IfNotPresent
|
|
|
|
# -- image tag
|
2021-09-11 11:04:47 +00:00
|
|
|
tag: v0.16.1@sha256:ae581387764a23c62c1386389e27358bac5088790904938264cb0bcd4e8c946c
|
2021-06-11 14:43:41 +00:00
|
|
|
|
|
|
|
# -- 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:
|
2021-11-28 09:26:31 +00:00
|
|
|
port: 10096
|
2021-11-06 21:55:18 +00:00
|
|
|
targetPort: 8080
|
2021-06-11 14:43:41 +00:00
|
|
|
|
2021-09-26 20:28:16 +00:00
|
|
|
persistence:
|
|
|
|
config:
|
|
|
|
enabled: true
|
|
|
|
mountPath: "/config"
|
2021-11-14 19:19:16 +00:00
|
|
|
|
2021-09-26 20:28:16 +00:00
|
|
|
|
2021-06-11 14:43:41 +00:00
|
|
|
ingress:
|
|
|
|
# -- Enable and configure ingress settings for the chart under this key.
|
|
|
|
# @default -- See values.yaml
|
|
|
|
main:
|
|
|
|
enabled: false
|