forked from LaconicNetwork/kompose
Support deploy labels (#1231)
This commit is contained in:
@@ -7,4 +7,6 @@ services:
|
||||
deploy:
|
||||
mode: global
|
||||
replicas: 6
|
||||
labels:
|
||||
com.example.description: "This label will appear on the web service"
|
||||
image: redis
|
||||
|
||||
@@ -46,6 +46,7 @@
|
||||
},
|
||||
"creationTimestamp": null,
|
||||
"labels": {
|
||||
"com.example.description": "This label will appear on the web service",
|
||||
"io.kompose.service": "foo"
|
||||
},
|
||||
"name": "foo"
|
||||
|
||||
@@ -46,6 +46,7 @@
|
||||
},
|
||||
"creationTimestamp": null,
|
||||
"labels": {
|
||||
"com.example.description": "This label will appear on the web service",
|
||||
"io.kompose.service": "foo"
|
||||
},
|
||||
"name": "foo"
|
||||
|
||||
Reference in New Issue
Block a user