mirror of
https://github.com/kyverno/kyverno.git
synced 2025-03-07 00:17:13 +00:00
16 lines
239 B
YAML
16 lines
239 B
YAML
|
kind: Service
|
||
|
apiVersion: v1
|
||
|
metadata:
|
||
|
name: game-service
|
||
|
labels:
|
||
|
originalLabel : isHere
|
||
|
secretLabel : thisIsMySecret
|
||
|
spec:
|
||
|
selector:
|
||
|
app: MyApp
|
||
|
ports:
|
||
|
- name: http
|
||
|
protocol: TCP
|
||
|
port: 80
|
||
|
targetPort: 9376
|