mirror of
https://github.com/A6-9V/MQL5-Google-Onedrive.git
synced 2026-04-11 16:09:16 +00:00
21 lines
543 B
YAML
21 lines
543 B
YAML
|
|
apiVersion: apps/v1
|
||
|
|
kind: Deployment
|
||
|
|
metadata:
|
||
|
|
name: statistics-service-worker-deployment
|
||
|
|
namespace: boathouse-prod
|
||
|
|
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
|