fix minio svc

This commit is contained in:
2025-04-06 20:24:56 +02:00
parent 1e4a007d72
commit dbb6381898
2 changed files with 5 additions and 3 deletions

View File

@@ -17,7 +17,7 @@ spec:
pathType: Prefix pathType: Prefix
backend: backend:
service: service:
name: panic-minio name: minio
port: port:
number: 443 number: 443
- host: console.minio.panic.haus - host: console.minio.panic.haus

View File

@@ -11,8 +11,10 @@ metadata:
namespace: minio-tenant namespace: minio-tenant
spec: spec:
exposeServices: exposeServices:
console: true console:
minio: true type: ClusterIP
minio:
type: ClusterIP
imagePullPolicy: IfNotPresent imagePullPolicy: IfNotPresent
certConfig: {} certConfig: {}
configuration: configuration: