Files
2026-06-19 21:33:08 +00:00

14 lines
211 B
YAML

apiVersion: v1
kind: Service
metadata:
name: librebooking
namespace: {{ .namespace }}
spec:
selector:
component: web
ports:
- name: http
port: 80
targetPort: 8080
protocol: TCP