chart-catalog/charts/refact/values.yaml

55 lines
1.5 KiB
YAML

#
# IMPORTANT NOTE
#
# This chart inherits from our common library chart. You can check the default values/options here:
# https://teapot.octopusx.de/octocloudlab/library-chart/src/branch/main/chart/values.yaml
#
image:
# -- image repository
repository: smallcloud/refact_self_hosting
# -- image tag
# @default -- chart.appVersion
tag: latest
# -- image pull policy
pullPolicy: IfNotPresent
# -- Configures the runtime settings for the chart under this key.
# This can be used to configure your GPU-specific runtime environment name to the deployment.
# @default -- See values.yaml
runtimeClassName: ""
# -- Configures the affinity settings for the chart under this key.
# This can be used to force the deployment to run on a GPU-specific node.
# @default -- See values.yaml
affinity: {}
# nodeAffinity:
# requiredDuringSchedulingIgnoredDuringExecution:
# nodeSelectorTerms:
# - matchExpressions:
# - key: gpu
# operator: Exists
# -- Configures service settings for the chart.
# @default -- See values.yaml
service:
main:
ports:
http:
port: 8008
ingress:
# -- Enable and configure ingress settings for the chart under this key.
# @default -- See values.yaml
main:
enabled: false
# -- Configure persistence settings for the chart under this key.
# @default -- See values.yaml
persistence: {}
# perm_storage:
# enabled: false
# accessMode: ReadWriteOnce
# size: 50Gi
# mountPath: /perm_storage