seed: devroadmap-demo — self-hosted CI loop
Some checks failed
build-and-deploy / build-deploy (push) Failing after 49s

This commit is contained in:
automation 2026-09-14 10:08:07 +03:00
commit 04461a10e5
7 changed files with 213 additions and 0 deletions

14
deploy/service.yaml Normal file
View file

@ -0,0 +1,14 @@
apiVersion: v1
kind: Service
metadata:
name: devroadmap-demo
annotations:
# LAN VIP (allocation table: docs/k3s-app-standard.md). .235-.237 are argo
# metrics LBs — do not reuse.
metallb.io/loadBalancerIPs: 192.168.2.233
spec:
type: LoadBalancer
ports:
- name: http
port: 80
targetPort: http