homelab-gitops/stirling-pdf/service.yaml
gwg313 529cc6f29f
add stirling-pdf
Signed-off-by: gwg313 <gwg313@pm.me>
2026-01-06 13:50:05 -05:00

12 lines
193 B
YAML

apiVersion: v1
kind: Service
metadata:
name: stirling-pdf
namespace: stirling-pdf
spec:
selector:
app: stirling-pdf
ports:
- port: 80
targetPort: 8080
protocol: TCP