devroadmap-demo/deploy/service.yaml
automation 04461a10e5
Some checks failed
build-and-deploy / build-deploy (push) Failing after 49s
seed: devroadmap-demo — self-hosted CI loop
2026-09-14 10:08:07 +03:00

14 lines
330 B
YAML

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