mirror of
https://github.com/ceph/ceph-csi.git
synced 2024-11-14 18:30:21 +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
|