15 lines
262 B
YAML
15 lines
262 B
YAML
apiVersion: extensions/v1beta1
|
|
kind: Deployment
|
|
metadata:
|
|
name: result
|
|
spec:
|
|
replicas: 1
|
|
template:
|
|
metadata:
|
|
labels:
|
|
app: result
|
|
spec:
|
|
containers:
|
|
- image: dockersamples/examplevotingapp_result:before
|
|
name: result
|