MQL5-Google-Onedrive/boat-house/kompose/prod/statistics-service-worker-deployment.yaml
copilot-swe-agent[bot] aaf34679c7 Add boat-house microservices system to project
Co-authored-by: Mouy-leng <199350297+Mouy-leng@users.noreply.github.com>
2026-02-10 06:28:01 +00:00

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