fix minio svc
This commit is contained in:
@@ -17,7 +17,7 @@ spec:
|
||||
pathType: Prefix
|
||||
backend:
|
||||
service:
|
||||
name: panic-minio
|
||||
name: minio
|
||||
port:
|
||||
number: 443
|
||||
- host: console.minio.panic.haus
|
||||
|
||||
@@ -11,8 +11,10 @@ metadata:
|
||||
namespace: minio-tenant
|
||||
spec:
|
||||
exposeServices:
|
||||
console: true
|
||||
minio: true
|
||||
console:
|
||||
type: ClusterIP
|
||||
minio:
|
||||
type: ClusterIP
|
||||
imagePullPolicy: IfNotPresent
|
||||
certConfig: {}
|
||||
configuration:
|
||||
|
||||
Reference in New Issue
Block a user