k8s hlaeja account registry

This commit is contained in:
2025-07-22 16:03:32 +02:00
committed by swordsteel
parent 91eef1911f
commit 203acf6a76
7 changed files with 190 additions and 0 deletions

View File

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