remove minio

This commit is contained in:
2025-03-11 11:13:07 -05:00
parent d585483476
commit 8a6ca95df3
4 changed files with 0 additions and 167 deletions

View File

@@ -28,35 +28,3 @@ spec:
name: gitea-http
port: 3000
weight: 100
---
apiVersion: gateway.networking.k8s.io/v1
kind: HTTPRoute
metadata:
name: http-route-gitea-minio
namespace: {{ .Release.Namespace }}
labels:
app.kubernetes.io/name: http-route-gitea-minio
app.kubernetes.io/instance: {{ .Release.Name }}
app.kubernetes.io/version: {{ .Chart.AppVersion }}
app.kubernetes.io/component: web
app.kubernetes.io/part-of: {{ .Release.Name }}
spec:
parentRefs:
- group: gateway.networking.k8s.io
kind: Gateway
name: traefik-gateway
namespace: traefik
hostnames:
- minio-gitea.alexlebens.net
rules:
- matches:
- path:
type: PathPrefix
value: /
backendRefs:
- group: ''
kind: Service
name: minio-gitea-console
port: 9090
weight: 100