This commit is contained in:
william 2024-06-14 02:27:53 +08:00
parent 6be619cc8e
commit fa3b1cec82
2 changed files with 14 additions and 1 deletions

View File

@ -26,4 +26,5 @@ patches:
- path: patch/api-deployment_patch.yaml - path: patch/api-deployment_patch.yaml
- path: patch/market-deployment_patch.yaml - path: patch/market-deployment_patch.yaml
- path: patch/task-deployment_patch.yaml - path: patch/task-deployment_patch.yaml
- path: patch/mysql-statefulset_patch.yaml - path: patch/mysql-statefulset_patch.yaml
- path: patch/updater-deployment_patch.yaml

View File

@ -0,0 +1,12 @@
apiVersion: apps/v1
kind: Deployment
metadata:
name: k8s-updater
spec:
template:
spec:
containers:
- name: k8s-updater
image: juyou.tencentcloudcr.com/juyoutech/k8s_updater:latest
imagePullSecrets:
- name: juyou-docker-tcr-secret