# # IMPORTANT NOTE # # This chart inherits from our common library chart. You can check the default values/options here: # https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common/values.yaml # image: # -- image repository repository: ghcr.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 TZ: UTC # -- 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: 8080 persistence: config: enabled: true mountPath: "/config" type: pvc accessMode: ReadWriteOnce size: "100Gi" ingress: # -- Enable and configure ingress settings for the chart under this key. # @default -- See values.yaml main: enabled: false