mirror of
https://github.com/rustfs/rustfs.git
synced 2026-08-13 08:36:54 +00:00
add custom nodeport support (#1217)
This commit is contained in:
@@ -90,9 +90,13 @@ containerSecurityContext:
|
||||
runAsNonRoot: true
|
||||
|
||||
service:
|
||||
type: NodePort
|
||||
ep_port: 9000
|
||||
console_port: 9001
|
||||
type: ClusterIP
|
||||
endpoint:
|
||||
port: 9000
|
||||
nodePort: 32000
|
||||
console:
|
||||
port: 9001
|
||||
nodePort: 32001
|
||||
|
||||
# This block is for setting up the ingress for more information can be found here: https://kubernetes.io/docs/concepts/services-networking/ingress/
|
||||
ingress:
|
||||
|
||||
Reference in New Issue
Block a user