MQL5-Google-Onedrive/boat-house/kompose/test/statistics-service-worker-deployment.yaml

21 lines
543 B
YAML
Raw Permalink Normal View History

apiVersion: apps/v1
kind: Deployment
metadata:
name: statistics-service-worker-deployment
namespace: boathouse-test
spec:
replicas: 1
selector:
matchLabels:
app: statistics-service-worker
template:
metadata:
labels:
app: statistics-service-worker
spec:
containers:
- image: docker.pkg.github.com/#{BOATHOUSE_ORG_NAME}#/boat-house/statistics_service_worker:#{env.BRANCH_NAME}#-#{env.BUILD_ID}#
name: worker
imagePullSecrets:
- name: regcred
restartPolicy: Always