c0e29c622c
update yaml to current deployment manifest defaults and try for more pairity between kube-deploy.yml and k8s-specifications
24 lines
408 B
YAML
24 lines
408 B
YAML
apiVersion: apps/v1
|
|
kind: Deployment
|
|
metadata:
|
|
labels:
|
|
app: result
|
|
name: result
|
|
namespace: vote
|
|
spec:
|
|
replicas: 1
|
|
selector:
|
|
matchLabels:
|
|
app: result
|
|
template:
|
|
metadata:
|
|
labels:
|
|
app: result
|
|
spec:
|
|
containers:
|
|
- image: dockersamples/examplevotingapp_result:before
|
|
name: result
|
|
ports:
|
|
- containerPort: 80
|
|
name: result
|