This commit is contained in:
2026-03-18 13:40:02 +00:00
parent 2deae94749
commit 2eb33d6582

View File

@@ -0,0 +1,34 @@
apiVersion: apps/v1
kind: Deployment
metadata:
name: samba-toolbox
namespace: samba-directory
labels:
app: samba-toolbox
spec:
replicas: 1
selector:
matchLabels:
app: samba-toolbox
template:
metadata:
labels:
app: samba-toolbox
spec:
containers:
- name: samba-toolbox
image: quay.io/samba.org/samba-toolbox:latest
imagePullPolicy: IfNotPresent
command: ["/bin/sh", "-c"]
args:
- |
echo "samba-toolbox started"
sleep infinity
tty: true
stdin: true
resources:
requests:
cpu: 100m
memory: 128Mi
limits:
memory: 512Mi