This commit is contained in:
2025-04-06 21:30:27 +02:00
parent 189a664a23
commit 3cd7a391a1
2 changed files with 6 additions and 6 deletions

View File

@@ -1,7 +1,7 @@
apiVersion: v1
kind: Service
metadata:
name: panic-minio-console
name: minio-console
namespace: minio-tenant
labels:
app: minio
@@ -10,7 +10,7 @@ spec:
selector:
v1.min.io/tenant: panic-minio
ports:
- name: https-console
port: 9443
targetPort: 9443
- name: http
port: 9001
targetPort: 9001
protocol: TCP