Skip to content

Commit

Permalink
enable nt1 for ps2 (#112)
Browse files Browse the repository at this point in the history
  • Loading branch information
lukasklinger authored Jun 21, 2024
2 parents 1c07567 + f9d47e4 commit efb37d9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions apps/samba-adapter/configmap.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ data:
global:
- "force user = foo"
- "force group = foo"
- "server min protocol = NT1"
share:
- name: public
Expand Down
2 changes: 1 addition & 1 deletion apps/samba-adapter/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ spec:
memory: 512Mi
requests:
cpu: 50m
memory: 512Mi
memory: 128Mi
env:
- name: SAMBA_HOSTS_ALLOW
value: "0.0.0.0/0"
Expand Down

0 comments on commit efb37d9

Please sign in to comment.