Metalbb part2

This commit is contained in:
Simen Røstvik 2022-12-07 11:14:54 +01:00
parent baa7262a47
commit fc69303300
1 changed files with 13 additions and 13 deletions

View File

@ -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: