k8s hlaeja device registry

This commit is contained in:
2025-07-22 18:18:52 +02:00
committed by swordsteel
parent 203acf6a76
commit 03e9d0a703
7 changed files with 176 additions and 1 deletions

View File

@@ -0,0 +1,20 @@
apiVersion: v1
kind: Service
metadata:
name: device-register
namespace: hlaeja
annotations:
metallb.universe.tf/address-pool: default
labels:
app: device-register
environment: testing
tier: backend
spec:
type: LoadBalancer
loadBalancerIP: 10.0.3.112
selector:
app: device-register
ports:
- protocol: TCP
port: 80
targetPort: 8080