fix ingress
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -11,6 +11,6 @@ spec:
|
||||
v1.min.io/tenant: panic-minio
|
||||
ports:
|
||||
- name: http
|
||||
port: 9090
|
||||
targetPort: 9090
|
||||
port: 9001
|
||||
targetPort: 9001
|
||||
protocol: TCP
|
||||
Reference in New Issue
Block a user