k8s hlaeja device configuration

This commit is contained in:
2025-07-23 13:03:34 +02:00
committed by swordsteel
parent a1038e9afc
commit 1a18ef90e4
5 changed files with 126 additions and 0 deletions

View File

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