fix console port

This commit is contained in:
2025-04-06 21:32:55 +02:00
parent 3cd7a391a1
commit f55875bc8f
2 changed files with 3 additions and 3 deletions

View File

@@ -29,7 +29,7 @@ spec:
service: service:
name: minio-console name: minio-console
port: port:
number: 9001 number: 9090
tls: tls:
- hosts: - hosts:
- s3.minio.panic.haus - s3.minio.panic.haus

View File

@@ -11,6 +11,6 @@ spec:
v1.min.io/tenant: panic-minio v1.min.io/tenant: panic-minio
ports: ports:
- name: http - name: http
port: 9001 port: 9090
targetPort: 9001 targetPort: 9090
protocol: TCP protocol: TCP