[helm] fix log to stderr and default host for ingress (#4787)

This commit is contained in:
Dmitriy Pavlov
2023-08-27 23:53:28 +03:00
committed by GitHub
parent 796b7508f3
commit 3d45ecd326
3 changed files with 12 additions and 4 deletions

View File

@@ -127,6 +127,7 @@ master:
ingress:
enabled: false
className: "nginx"
# host: false for "*" hostname
host: "master.seaweedfs.local"
annotations:
nginx.ingress.kubernetes.io/auth-type: "basic"
@@ -375,6 +376,7 @@ filer:
ingress:
enabled: false
className: "nginx"
# host: false for "*" hostname
host: "seaweedfs.cluster.local"
annotations:
nginx.ingress.kubernetes.io/backend-protocol: GRPC