Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in
Toggle navigation
P
physical
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
钟尚武
physical
Commits
06029232
Commit
06029232
authored
Dec 02, 2019
by
zhongshangwu
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
linucb cicd 任务移除
parent
315e3d8d
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
41 additions
and
41 deletions
+41
-41
deploy.yaml.temp
deploy.yaml.temp
+41
-41
No files found.
deploy.yaml.temp
View file @
06029232
...
...
@@ -59,43 +59,43 @@ spec:
restartPolicy: Always
---
# deployment
apiVersion: extensions/v1beta1
kind: Deployment
metadata:
labels:
app: physical-liucb
release: physical-liucb
name: physical-liucb
spec:
replicas: 1
revisionHistoryLimit: 10
selector:
matchLabels:
app: physical-liucb
release: physical-liucb
strategy:
rollingUpdate:
maxSurge: 25%
maxUnavailable: 25%
type: RollingUpdate
template:
metadata:
labels:
app: physical-liucb
release: physical-liucb
spec:
containers:
- command:
- /bin/bash
- -c
- python manage.py trans2es_data2es_parallel -S linucb
image: ccr.ccs.tencentyun.com/gm-ai/like-physical:<IMAGE_TAG>
imagePullPolicy: Always
name: physical-liucb
ports:
- containerPort: 80
name: http
protocol: TCP
imagePullSecrets:
- name: gm-secret
restartPolicy: Always
\ No newline at end of file
# apiVersion: extensions/v1beta1
# kind: Deployment
# metadata:
# labels:
# app: physical-liucb
# release: physical-liucb
# name: physical-liucb
# spec:
# replicas: 1
# revisionHistoryLimit: 10
# selector:
# matchLabels:
# app: physical-liucb
# release: physical-liucb
# strategy:
# rollingUpdate:
# maxSurge: 25%
# maxUnavailable: 25%
# type: RollingUpdate
# template:
# metadata:
# labels:
# app: physical-liucb
# release: physical-liucb
# spec:
# containers:
# - command:
# - /bin/bash
# - -c
# - python manage.py trans2es_data2es_parallel -S linucb
# image: ccr.ccs.tencentyun.com/gm-ai/like-physical:<IMAGE_TAG>
# imagePullPolicy: Always
# name: physical-liucb
# ports:
# - containerPort: 80
# name: http
# protocol: TCP
# imagePullSecrets:
# - name: gm-secret
# restartPolicy: Always
\ No newline at end of file
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment