chore: Update manifests after change

This commit is contained in:
2025-12-24 00:09:56 +00:00
parent 5a771a64ee
commit d68e110861
20 changed files with 186 additions and 195 deletions

View File

@@ -1,12 +1,13 @@
apiVersion: gateway.networking.k8s.io/v1
kind: HTTPRoute
metadata:
name: http-route-kiwix
namespace: kiwix
name: kiwix
labels:
app.kubernetes.io/name: http-route-kiwix
app.kubernetes.io/instance: kiwix
app.kubernetes.io/part-of: kiwix
app.kubernetes.io/managed-by: Helm
app.kubernetes.io/name: kiwix
helm.sh/chart: kiwix-4.5.0
namespace: kiwix
spec:
parentRefs:
- group: gateway.networking.k8s.io
@@ -14,15 +15,16 @@ spec:
name: traefik-gateway
namespace: traefik
hostnames:
- kiwix.alexlebens.net
- "kiwix.alexlebens.net"
rules:
- matches:
- backendRefs:
- group: ""
kind: Service
name: kiwix
namespace: kiwix
port: 80
weight: 100
matches:
- path:
type: PathPrefix
value: /
backendRefs:
- group: ''
kind: Service
name: kiwix
port: 80
weight: 100