Files
homelab/k8s/apps/web-petting/service.yaml
T

16 lines
223 B
YAML
Raw Normal View History

2026-04-29 17:40:54 +03:00
apiVersion: v1
kind: Service
metadata:
name: web-petting
labels:
app: web-petting
spec:
type: ClusterIP
selector:
app: web-petting
ports:
- port: 80
targetPort: 3000
protocol: TCP
name: http