mirror of
https://github.com/k8s-at-home/charts.git
synced 2025-02-11 14:16:08 +00:00
28 lines
549 B
YAML
28 lines
549 B
YAML
#
|
|
# 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:
|
|
repository: ghcr.io/k8s-at-home/reg
|
|
pullPolicy: IfNotPresent
|
|
tag: v0.16.1
|
|
|
|
strategy:
|
|
type: Recreate
|
|
|
|
# See more environment variables in the reg documentation
|
|
# https://github.com/genuinetools/reg
|
|
env: {}
|
|
# EXTRA_ARGS: "server --registry r.j3ss.co"
|
|
# TZ:
|
|
|
|
service:
|
|
port:
|
|
port: 8080
|
|
|
|
ingress:
|
|
enabled: false
|