chore: Update manifests after change

This commit is contained in:
2026-03-15 01:23:56 +00:00
parent 9701233437
commit 4eabb8e7ec
2237 changed files with 377103 additions and 55 deletions

View File

@@ -46,3 +46,57 @@ spec:
requests:
cpu: 10m
memory: 256Mi
---
apiVersion: gateway.networking.k8s.io/v1alpha2
kind: HTTPRoute
metadata:
name: whodb
labels:
app.kubernetes.io/instance: whodb
app.kubernetes.io/managed-by: Helm
app.kubernetes.io/name: whodb
helm.sh/chart: whodb-4.6.2
namespace: whodb
spec:
parentRefs:
- group: gateway.networking.k8s.io
kind: Gateway
name: traefik-gateway
namespace: traefik
hostnames:
- "whodb.alexlebens.net"
rules:
- backendRefs:
- group: ""
kind: Service
name: whodb
namespace: whodb
port: 80
weight: 100
matches:
- path:
type: PathPrefix
value: /
---
apiVersion: v1
kind: Service
metadata:
name: whodb
labels:
app.kubernetes.io/instance: whodb
app.kubernetes.io/managed-by: Helm
app.kubernetes.io/name: whodb
app.kubernetes.io/service: whodb
helm.sh/chart: whodb-4.6.2
namespace: whodb
spec:
type: ClusterIP
ports:
- port: 80
targetPort: 8080
protocol: TCP
name: http
selector:
app.kubernetes.io/controller: main
app.kubernetes.io/instance: whodb
app.kubernetes.io/name: whodb

View File

@@ -1,4 +1,5 @@
apiVersion: gateway.networking.k8s.io/v1
---
apiVersion: gateway.networking.k8s.io/v1alpha2
kind: HTTPRoute
metadata:
name: whodb