fix ingress

This commit is contained in:
2025-04-06 21:36:01 +02:00
parent f55875bc8f
commit d75dd0fca4
3 changed files with 4 additions and 4 deletions

View File

@@ -7,7 +7,6 @@ metadata:
kubernetes.io/ingress.class: nginx
cert-manager.io/cluster-issuer: letsencrypt-prod
nginx.ingress.kubernetes.io/backend-protocol: "HTTP"
nginx.ingress.kubernetes.io/ssl-passthrough: "false"
spec:
rules:
- host: s3.minio.panic.haus
@@ -29,7 +28,7 @@ spec:
service:
name: minio-console
port:
number: 9090
number: 9001
tls:
- hosts:
- s3.minio.panic.haus

View File

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

View File

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