seaweedfs ingress under master

This commit is contained in:
titver968
2025-10-21 17:06:06 +02:00
parent edbdd56272
commit 5cb225cb59

View File

@@ -16,22 +16,6 @@ spec:
enabled: true enabled: true
replicas: 1 replicas: 1
volume:
enabled: true
replicas: 1
filer:
enabled: true
replicas: 1
s3:
enabled: true
replicas: 1
port: 8333
httpsPort: 8433
enableAuth: true
existingConfigSecret: "admin-s3-secret"
ingress: ingress:
enabled: true enabled: true
className: "traefik" className: "traefik"
@@ -52,6 +36,22 @@ spec:
hosts: hosts:
- "sws3.innovation-hub-niedersachsen.de" - "sws3.innovation-hub-niedersachsen.de"
volume:
enabled: true
replicas: 1
filer:
enabled: true
replicas: 1
s3:
enabled: true
replicas: 1
port: 8333
httpsPort: 8433
enableAuth: true
existingConfigSecret: "admin-s3-secret"
destination: destination:
server: 'https://kubernetes.default.svc' server: 'https://kubernetes.default.svc'
namespace: seaweedfs namespace: seaweedfs