mirror of
https://github.com/k3s-io/kubernetes.git
synced 2026-01-13 19:36:22 +00:00
13 lines
181 B
YAML
13 lines
181 B
YAML
apiVersion: v1
|
|
kind: Service
|
|
metadata:
|
|
name: prune-svc
|
|
labels:
|
|
prune-group: "true"
|
|
spec:
|
|
selector:
|
|
prune-group-nomatch: "true"
|
|
ports:
|
|
- port: 80
|
|
protocol: TCP
|