k8s hlaeja registry api

This commit is contained in:
2025-07-24 23:35:48 +02:00
committed by swordsteel
parent 5fa338e576
commit 202c3fdf8a
8 changed files with 267 additions and 0 deletions

View File

@@ -0,0 +1,20 @@
apiVersion: v1
kind: Service
metadata:
name: registry-api
namespace: hlaeja
annotations:
metallb.universe.tf/address-pool: default
labels:
app: registry-api
environment: testing
tier: frontend
spec:
type: LoadBalancer
loadBalancerIP: 10.0.3.103
selector:
app: registry-api
ports:
- protocol: TCP
port: 443
targetPort: 8443