dse-assignment/kubernetes/orchestration-deployment.yaml

35 lines
744 B
YAML

apiVersion: apps/v1
kind: Deployment
metadata:
creationTimestamp: null
labels:
io.kompose.service: orchestration
name: orchestration
spec:
replicas: 1
selector:
matchLabels:
io.kompose.service: orchestration
strategy: {}
template:
metadata:
creationTimestamp: null
labels:
io.kompose.service: orchestration
spec:
containers:
- image: orchestration
imagePullPolicy: ""
name: orchestration
resources: {}
env:
- name: SCALING
valueFrom:
configMapKeyRef:
name: scaling-configmap
key: scaling
restartPolicy: Always
serviceAccountName: ""
volumes: null
status: {}