feat: homepage

This commit is contained in:
Philip Haupt
2025-03-15 14:33:40 +01:00
commit b2c53d2181
13 changed files with 546 additions and 0 deletions

19
homepage/svc.yaml Normal file
View File

@@ -0,0 +1,19 @@
---
apiVersion: v1
kind: Service
metadata:
name: homepage
namespace: homepage
labels:
app.kubernetes.io/name: homepage
annotations:
io.cilium/lb-ipam-ips: 192.168.0.130
spec:
type: ClusterIP
ports:
- port: 3000
targetPort: http
protocol: TCP
name: http
selector:
app.kubernetes.io/name: homepage