Metalbb part2
This commit is contained in:
parent
5c029bbf3f
commit
fad68f893d
@ -29,19 +29,19 @@ spec:
|
|||||||
kubernetesGateway:
|
kubernetesGateway:
|
||||||
enabled: false
|
enabled: false
|
||||||
|
|
||||||
dnsPolicy: ClusterFirstWithHostNet
|
# dnsPolicy: ClusterFirstWithHostNet
|
||||||
hostNetwork: true
|
# hostNetwork: true
|
||||||
nodeSelector:
|
# nodeSelector:
|
||||||
hasDns: "true"
|
# hasDns: "true"
|
||||||
|
|
||||||
securityContext:
|
# securityContext:
|
||||||
capabilities:
|
# capabilities:
|
||||||
drop: [ALL]
|
# drop: [ALL]
|
||||||
add: [NET_BIND_SERVICE]
|
# add: [NET_BIND_SERVICE]
|
||||||
readOnlyRootFilesystem: true
|
# readOnlyRootFilesystem: true
|
||||||
runAsGroup: 0
|
# runAsGroup: 0
|
||||||
runAsNonRoot: false
|
# runAsNonRoot: false
|
||||||
runAsUser: 0
|
# runAsUser: 0
|
||||||
|
|
||||||
globalArguments: []
|
globalArguments: []
|
||||||
|
|
||||||
@ -94,7 +94,7 @@ spec:
|
|||||||
|
|
||||||
service:
|
service:
|
||||||
enabled: true
|
enabled: true
|
||||||
type: NodePort
|
type: LoadBalancer
|
||||||
|
|
||||||
deployment:
|
deployment:
|
||||||
initContainers:
|
initContainers:
|
||||||
|
Loading…
Reference in New Issue
Block a user