mirror of
https://github.com/kyverno/kyverno.git
synced 2025-03-09 17:37:12 +00:00
12 lines
183 B
YAML
12 lines
183 B
YAML
kind: Service
|
|
apiVersion: v1
|
|
metadata:
|
|
name: the-service
|
|
spec:
|
|
selector:
|
|
deployment: hello
|
|
type: LoadBalancer
|
|
ports:
|
|
- protocol: TCP
|
|
port: 8666
|
|
targetPort: 8080
|