You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

27 lines
582 B

6 years ago
apiVersion: extensions/v1beta1
kind: Deployment
metadata:
annotations:
kompose.cmd: kompose convert --file docker-stack-k8s.yml
kompose.version: 1.11.0 (39ad614)
creationTimestamp: null
labels:
io.kompose.service: worker
name: worker
spec:
replicas: 1
strategy: {}
template:
metadata:
creationTimestamp: null
labels:
io.kompose.service: worker
spec:
containers:
6 years ago
- image: docker-server/docker-org/worker:latest
6 years ago
name: worker
imagePullSecrets:
- name: regcred
restartPolicy: Always
status: {}