homelab-gitops/apps/stirling-pdf/service.yaml
gwg313 3cd820c135
add stirling-pdf
Signed-off-by: gwg313 <gwg313@pm.me>
2026-05-19 23:00:03 -04: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