k8s hlaeja device data

This commit is contained in:
2025-07-23 17:16:25 +02:00
committed by swordsteel
parent bde856e378
commit 3b8d20896c
5 changed files with 120 additions and 0 deletions

View File

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