Wrong yaml level
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user