mirror of
https://github.com/kyverno/kyverno.git
synced 2025-03-09 09:26:54 +00:00
10 lines
128 B
YAML
10 lines
128 B
YAML
apiVersion: v1
|
|
kind: Service
|
|
metadata:
|
|
name: a
|
|
spec:
|
|
selector:
|
|
app: test
|
|
clusterIP: 10.0.0.12
|
|
ports:
|
|
- port: 80
|