mirror of
https://github.com/rustfs/rustfs.git
synced 2026-08-21 11:56:38 +00:00
feat: add support for mtls with kubernetes installation (#1741)
This commit is contained in:
@@ -160,6 +160,11 @@ gatewayApi:
|
||||
name: ""
|
||||
namespace: ""
|
||||
|
||||
mtls:
|
||||
enabled: false
|
||||
serverOnly: false # If true, only server side TLS will be enabled. If false, both server and client side TLS will be enabled.
|
||||
# This is for setting up mTLS for ingress.
|
||||
|
||||
resources: {}
|
||||
# We usually recommend not to specify default resources and to leave this as a conscious
|
||||
# choice for the user. This also increases chances charts run on environments with little
|
||||
|
||||
Reference in New Issue
Block a user