Commit 06029232 authored by zhongshangwu's avatar zhongshangwu

linucb cicd 任务移除

parent 315e3d8d
...@@ -59,43 +59,43 @@ spec: ...@@ -59,43 +59,43 @@ spec:
restartPolicy: Always restartPolicy: Always
--- ---
# deployment # deployment
apiVersion: extensions/v1beta1 # apiVersion: extensions/v1beta1
kind: Deployment # kind: Deployment
metadata: # metadata:
labels: # labels:
app: physical-liucb # app: physical-liucb
release: physical-liucb # release: physical-liucb
name: physical-liucb # name: physical-liucb
spec: # spec:
replicas: 1 # replicas: 1
revisionHistoryLimit: 10 # revisionHistoryLimit: 10
selector: # selector:
matchLabels: # matchLabels:
app: physical-liucb # app: physical-liucb
release: physical-liucb # release: physical-liucb
strategy: # strategy:
rollingUpdate: # rollingUpdate:
maxSurge: 25% # maxSurge: 25%
maxUnavailable: 25% # maxUnavailable: 25%
type: RollingUpdate # type: RollingUpdate
template: # template:
metadata: # metadata:
labels: # labels:
app: physical-liucb # app: physical-liucb
release: physical-liucb # release: physical-liucb
spec: # spec:
containers: # containers:
- command: # - command:
- /bin/bash # - /bin/bash
- -c # - -c
- python manage.py trans2es_data2es_parallel -S linucb # - python manage.py trans2es_data2es_parallel -S linucb
image: ccr.ccs.tencentyun.com/gm-ai/like-physical:<IMAGE_TAG> # image: ccr.ccs.tencentyun.com/gm-ai/like-physical:<IMAGE_TAG>
imagePullPolicy: Always # imagePullPolicy: Always
name: physical-liucb # name: physical-liucb
ports: # ports:
- containerPort: 80 # - containerPort: 80
name: http # name: http
protocol: TCP # protocol: TCP
imagePullSecrets: # imagePullSecrets:
- name: gm-secret # - name: gm-secret
restartPolicy: Always # restartPolicy: Always
\ No newline at end of file \ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment