minio working

This commit is contained in:
Waylon Walker 2023-10-29 18:04:02 -05:00
parent 12452de0b5
commit f997855f97
No known key found for this signature in database
GPG key ID: 66E2BF2B4190EFE4
5 changed files with 193 additions and 6 deletions

37
minio/ingress.yaml Normal file
View file

@ -0,0 +1,37 @@
apiVersion: networking.k8s.io/v1
kind: Ingress
metadata:
annotations:
kompose.cmd: kompose convert -o deployment.yaml -n minio --replicas 3
kompose.image-pull-secret: regcred
kompose.service.expose: minio.wayl.one, minio-ui.wayl.one
kompose.version: 1.31.2 (a92241f79)
creationTimestamp: null
labels:
io.kompose.service: sandcrawler
name: sandcrawler
namespace: minio
spec:
rules:
- host: minio.wayl.one
http:
paths:
- backend:
service:
name: sandcrawler
port:
number: 9000
path: /
pathType: Prefix
- host: minio-ui.wayl.one
http:
paths:
- backend:
service:
name: sandcrawler
port:
number: 9001
path: /
pathType: Prefix
status:
loadBalancer: {}