added k8s manifests, removed webhook server
Build and Deploy / build-and-deploy (push) Successful in 37s

This commit is contained in:
2026-05-23 13:07:49 +03:00
parent 6d7124d274
commit 9be0ba48f8
14 changed files with 171 additions and 186 deletions
+19
View File
@@ -0,0 +1,19 @@
apiVersion: networking.k8s.io/v1
kind: Ingress
metadata:
name: family-hub
namespace: family-hub
annotations:
traefik.ingress.kubernetes.io/router.entrypoints: web
spec:
rules:
- host: family-hub.local
http:
paths:
- path: /
pathType: Prefix
backend:
service:
name: family-hub
port:
number: 9876