k3s/kustomize/statefulset/service.yaml

12 lines
159 B
YAML
Raw Normal View History

2025-03-30 13:00:00 -04:00
apiVersion: v1
kind: Service
metadata:
name: svc
spec:
type: ClusterIP
ports:
- port: 80
name: test
targetPort: test
protocol: TCP