2021-02-13 23:46:58 +00:00
|
|
|
#
|
|
|
|
# IMPORTANT NOTE
|
|
|
|
#
|
|
|
|
# This chart inherits from our common library chart. You can check the default values/options here:
|
2021-03-16 16:38:42 +00:00
|
|
|
# https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common/values.yaml
|
2021-02-13 23:46:58 +00:00
|
|
|
#
|
2021-01-07 19:10:50 +00:00
|
|
|
|
|
|
|
image:
|
|
|
|
repository: dperson/samba
|
|
|
|
tag: latest
|
|
|
|
pullPolicy: Always
|
|
|
|
|
|
|
|
strategy:
|
|
|
|
type: Recreate
|
|
|
|
|
2021-02-13 23:46:58 +00:00
|
|
|
## For all available environment variables and configuration options, please see:
|
|
|
|
## https://github.com/dperson/samba/blob/master/README.md
|
|
|
|
env: {}
|
|
|
|
# TZ: UTC
|
|
|
|
# SHARE1: share1;/share/samba/share1
|
|
|
|
# SHARE2: share2;/share/samba/share2
|
2021-01-07 19:10:50 +00:00
|
|
|
|
|
|
|
service:
|
|
|
|
port:
|
|
|
|
name: tcp
|
|
|
|
port: 445
|
|
|
|
additionalPorts:
|
|
|
|
- name: netbios
|
|
|
|
port: 139
|
|
|
|
|
2021-02-13 23:46:58 +00:00
|
|
|
ingress:
|
|
|
|
enabled: false
|
|
|
|
|
|
|
|
probes:
|
|
|
|
liveness:
|
|
|
|
enabled: false
|
|
|
|
readiness:
|
|
|
|
enabled: false
|
|
|
|
startup:
|
|
|
|
enabled: false
|
2021-01-07 19:10:50 +00:00
|
|
|
|
|
|
|
## Configure the volume mounts for your shared folders here.
|
|
|
|
additionalVolumeMounts: []
|
|
|
|
# - name: my-hostpath-data
|
|
|
|
# mountPath: /share/samba/share1
|
|
|
|
# - name: my-pvc-data
|
|
|
|
# mountPath: /share/samba/share2
|
|
|
|
|
|
|
|
## Configure the volumes for your shared folders here.
|
|
|
|
additionalVolumes: []
|
|
|
|
# - name: my-pvc-data
|
|
|
|
# persistentVolumeClaim:
|
|
|
|
# claimName: my-pvc-name
|