diff --git a/clusters/kairos/samba-server/deployment.yaml b/clusters/kairos/samba-server/deployment.yaml index fc73765..5db777b 100644 --- a/clusters/kairos/samba-server/deployment.yaml +++ b/clusters/kairos/samba-server/deployment.yaml @@ -21,12 +21,6 @@ spec: image: ghcr.io/servercontainers/samba:a3.22.0-s4.21.4-r4 ports: - containerPort: 445 - hostNetwork: true - dnsPolicy: ClusterFirstWithHostNet - securityContext: - privileged: true - capabilities: - add: ["NET_ADMIN"] resources: limits: cpu: 1000m @@ -40,6 +34,12 @@ spec: envFrom: - configMapRef: name: samba-config + hostNetwork: true + dnsPolicy: ClusterFirstWithHostNet + securityContext: + privileged: true + capabilities: + add: ["NET_ADMIN"] volumes: - name: share-path hostPath: