mirror of
https://github.com/kyverno/kyverno.git
synced 2025-03-06 16:06:56 +00:00
15 lines
239 B
YAML
15 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
|