Metalbb part2

This commit is contained in:
Simen Røstvik 2022-12-07 11:14:54 +01:00
parent baa7262a47
commit fc69303300

View File

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