1
0
Fork 0
mirror of https://github.com/kyverno/kyverno.git synced 2025-03-07 00:17:13 +00:00
kyverno/test/scenarios/query/resource_lb2.yaml
2019-10-09 21:06:49 -07:00

12 lines
No EOL
187 B
YAML

apiVersion: v1
kind: Service
metadata:
name: lb2
namespace: test
spec:
selector:
app: app
ports:
- port: 8765 # random
targetPort: 9376 # random
type: LoadBalancer