fix minio svc
This commit is contained in:
@@ -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
|
||||||
|
|||||||
@@ -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:
|
||||||
|
|||||||
Reference in New Issue
Block a user