# # 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 environemnt variables used by the refact chart under this key. # This can be used to configure your temporary and permanente storage directories. # @default -- See values.yaml env: {} # REFACT_PERM_DIR: "~/.refact/perm-storage" # REFACT_TMP_DIR: "~/.refact/tmp" # -- 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