infra4talos/apps-helm/samba4/values.yaml

79 lines
1.7 KiB
YAML

# Default values for samba4.
# This is a YAML-formatted file.
# Declare variables to be passed into your templates.
replicaCount: 1
image:
# note: lots more pulls of stanback/alpine-samba so understandable
# if you want to use that. Just remember it doesn't contain the script
# so set the flag to true also. That said, it only has one tag, and isn't
# an automated build so you might be better with the below image.
repository: imartyn/samba4k8s
lacksK8sScript: false
#repository: stanback/alpine-samba
#lacksK8sScript: true
tag: stable
pullPolicy: IfNotPresent
nameOverride: ""
fullnameOverride: ""
podSecurityContext:
fsGroup: 1000
samba:
global:
workgroup: WORKGROUP
share: {}
users: []
persistence:
enabled: true
type: pvc
pvc:
accessMode: ReadWriteOnce
size: 5Ti
storageClass: "spinny"
other:
emptyDir: {}
extraPVCShares: []
combineShares: false
sharesToCombine:
- destName: ""
shares: []
privatePersistence:
enabled: false
pvc:
accessMode: ReadWriteOnce
size: 20Mi
storageClass: "-"
other:
emptyDir: {}
livenessProbe:
enabled: true
service:
type: ClusterIP
port: 445
resources: {}
# We usually recommend not to specify default resources and to leave this as a conscious
# choice for the user. This also increases chances charts run on environments with little
# resources, such as Minikube. If you do want to specify resources, uncomment the following
# lines, adjust them as necessary, and remove the curly braces after 'resources:'.
# limits:
# cpu: 100m
# memory: 128Mi
# requests:
# cpu: 100m
# memory: 128Mi
nodeSelector: {}
tolerations: []
affinity: {}