mirror of
https://github.com/A6-9V/MQL5-Google-Onedrive.git
synced 2026-04-11 18:09:14 +00:00
23 lines
590 B
YAML
23 lines
590 B
YAML
|
|
apiVersion: apps/v1
|
||
|
|
kind: Deployment
|
||
|
|
metadata:
|
||
|
|
name: statistics-service-api-deployment
|
||
|
|
namespace: boathouse-test
|
||
|
|
spec:
|
||
|
|
replicas: 1
|
||
|
|
selector:
|
||
|
|
matchLabels:
|
||
|
|
app: statistics-service-api
|
||
|
|
template:
|
||
|
|
metadata:
|
||
|
|
labels:
|
||
|
|
app: statistics-service-api
|
||
|
|
spec:
|
||
|
|
containers:
|
||
|
|
- image: docker.pkg.github.com/#{BOATHOUSE_ORG_NAME}#/boat-house/statistics_service_api:#{env.BRANCH_NAME}#-#{env.BUILD_ID}#
|
||
|
|
name: statistics-service-api
|
||
|
|
ports:
|
||
|
|
- containerPort: 80
|
||
|
|
imagePullSecrets:
|
||
|
|
- name: regcred
|
||
|
|
restartPolicy: Always
|