fix ingress

This commit is contained in:
2025-04-06 21:38:55 +02:00
parent d75dd0fca4
commit 9d769840b7
3 changed files with 3 additions and 4 deletions

View File

@@ -28,7 +28,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

@@ -8,7 +8,6 @@ stringData:
export MINIO_ROOT_USER="minio" export MINIO_ROOT_USER="minio"
export MINIO_ROOT_PASSWORD="minio123" export MINIO_ROOT_PASSWORD="minio123"
export MINIO_DOMAIN="s3.minio.panic.haus" export MINIO_DOMAIN="s3.minio.panic.haus"
export MINIO_CONSOLE_ADDRESS=":9001"
type: Opaque type: Opaque
--- ---
apiVersion: v1 apiVersion: v1

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