feat(infrastructure): add test deployment

This commit is contained in:
2025-09-20 00:24:10 +02:00
parent de1988f605
commit 136b4209fb
2 changed files with 30 additions and 0 deletions

View File

@@ -0,0 +1,10 @@
apiVersion: v1
kind: Service
metadata:
name: guestbook-ui
spec:
ports:
- port: 80
targetPort: 80
selector:
app: guestbook-ui