k3s/kustomize/noservice/service.yaml

12 lines
159 B
YAML
Raw Normal View History

2025-02-05 16:26:51 -05:00
apiVersion: v1
kind: Service
metadata:
name: svc
spec:
type: ClusterIP
ports:
- port: 80
name: test
targetPort: test
protocol: TCP