k3s/kustomize/deployservice/service.yaml

12 lines
159 B
YAML
Raw Normal View History

2025-01-31 10:33:46 -05:00
apiVersion: v1
kind: Service
metadata:
name: svc
spec:
type: ClusterIP
ports:
- port: 80
name: test
targetPort: test
protocol: TCP