Skip to content

Commit

Permalink
OTH: Remove minio ingress
Browse files Browse the repository at this point in the history
  • Loading branch information
Marx2 committed Dec 31, 2024
1 parent 25873d7 commit 86e7ab9
Showing 1 changed file with 0 additions and 40 deletions.
40 changes: 0 additions & 40 deletions cluster/apps/database/minio/app/minio-service.yaml
Original file line number Diff line number Diff line change
@@ -1,44 +1,4 @@
---
apiVersion: networking.k8s.io/v1
kind: Ingress
metadata:
name: minio
namespace: database
annotations:
kubernetes.io/ingress.class: "nginx"
hajimari.io/enable: "true"
hajimari.io/icon: "mdi:nas"
hajimari.io/group: "infra"
hajimari.io/info: S3 compatible object storage
nginx.ingress.kubernetes.io/auth-snippet: |
proxy_set_header proxy_set_header Host $http_host;
proxy_set_header proxy_set_header X-Real-IP $remote_addr;
proxy_set_header proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
proxy_set_header proxy_set_header X-Forwarded-Proto $scheme;
nginx.ingress.kubernetes.io/use-regex: "true"
spec:
rules:
- host: minio.${SECRET_DOMAIN}
http:
paths:
- path: /
pathType: Prefix
backend:
service:
name: minio
port:
number: 9000
# - path: /ui/.*
# pathType: Prefix
# backend:
# service:
# name: minio
# port:
# number: 9001
tls:
- hosts:
- minio.${SECRET_DOMAIN}
---
kind: Service
apiVersion: v1
metadata:
Expand Down

0 comments on commit 86e7ab9

Please sign in to comment.