mirror of
https://github.com/kyverno/kyverno.git
synced 2025-03-09 17:37:12 +00:00
12 lines
187 B
YAML
12 lines
187 B
YAML
|
apiVersion: v1
|
||
|
kind: Service
|
||
|
metadata:
|
||
|
name: same-name-but-diff-kind
|
||
|
spec:
|
||
|
selector:
|
||
|
app: MyApp
|
||
|
ports:
|
||
|
- port: 80
|
||
|
targetPort: 80
|
||
|
nodePort: 30007
|
||
|
type: NodePort
|