mirror of
https://github.com/dat515-2025/Group-8.git
synced 2026-03-22 06:57:47 +01:00
11 lines
141 B
YAML
11 lines
141 B
YAML
apiVersion: v1
|
|
kind: Service
|
|
metadata:
|
|
name: guestbook-ui
|
|
spec:
|
|
ports:
|
|
- port: 80
|
|
targetPort: 80
|
|
selector:
|
|
app: guestbook-ui
|