Commit 06029232 authored by zhongshangwu's avatar zhongshangwu

linucb cicd 任务移除

parent 315e3d8d
......@@ -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
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