mirror of
https://github.com/gwg313/homelab-gitops.git
synced 2026-06-05 23:21:02 +00:00
12 lines
193 B
YAML
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
|