seed: devroadmap-demo — self-hosted CI loop
Some checks failed
build-and-deploy / build-deploy (push) Failing after 49s
Some checks failed
build-and-deploy / build-deploy (push) Failing after 49s
This commit is contained in:
commit
04461a10e5
7 changed files with 213 additions and 0 deletions
14
deploy/service.yaml
Normal file
14
deploy/service.yaml
Normal 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
|
||||
Loading…
Add table
Add a link
Reference in a new issue