comment out

This commit is contained in:
Chris Richardson
2025-07-02 23:37:54 -04:00
parent 5ced4d798a
commit 8dbc1f124e
27 changed files with 223 additions and 187 deletions

View File

@@ -0,0 +1,27 @@
apiVersion: networking.k8s.io/v1
kind: Ingress
metadata:
annotations:
acme.cert-manager.io/http01-edit-in-place: "true"
cert-manager.io/issuer: letsencrypt-prod
kubernetes.io/ingress.class: nginx
nginx.org/client-max-body-size: "0"
nginx.ingress.kubernetes.io/proxy-body-size: "0"
name: minio-ui-ingress
namespace: default
spec:
rules:
- host: s3ui.lilpenguins.com
http:
paths:
- backend:
service:
name: minio-service
port:
number: 9001
path: /
pathType: Prefix
tls:
- hosts:
- s3ui.lilpenguins.com
secretName: minio-ui-tls-prod