k3s/kustomize/bases/deployservice/service.yaml

11 lines
159 B
YAML

apiVersion: v1
kind: Service
metadata:
name: svc
spec:
type: ClusterIP
ports:
- port: 80
name: test
targetPort: test
protocol: TCP