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

View File

@@ -10,7 +10,7 @@ spec:
selector: selector:
v1.min.io/tenant: panic-minio v1.min.io/tenant: panic-minio
ports: ports:
- name: https-minio - name: http
port: 443 port: 9000
targetPort: 9000 targetPort: 9000
protocol: TCP protocol: TCP