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