Files
homelab/k8s/apps/web-petting/service.yaml
T
Ultradesu 1faf9aecf9
Update Kubernetes Services Wiki / Generate and Update K8s Wiki (push) Successful in 6s
Check with kubeconform / lint (push) Successful in 7s
Auto-update README / Generate README and Create MR (push) Successful in 16s
Added petting web site
2026-04-29 17:40:54 +03:00

16 lines
223 B
YAML

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