Skip to content

Commit

Permalink
Add missing samba mount lol
Browse files Browse the repository at this point in the history
  • Loading branch information
jveski committed Mar 20, 2024
1 parent 712d411 commit ec79f69
Showing 1 changed file with 9 additions and 6 deletions.
15 changes: 9 additions & 6 deletions manifests/samba.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,12 @@ spec:
path: /opt/nas

containers:
- name: samba
image: samba
args: ["-p", "-r", "-s", "TheLabNAS;/share;yes;no;yes;all;all;all"]
resources:
limits:
memory: 512Mi
- name: samba
image: samba
args: ["-p", "-r", "-s", "TheLabNAS;/share;yes;no;yes;all;all;all"]
resources:
limits:
memory: 512Mi
volumeMounts:
- name: data
mountPath: /share

0 comments on commit ec79f69

Please sign in to comment.