diff --git a/gpdev/kustomization.yaml b/gpdev/kustomization.yaml index 202b0a1..41fcfa0 100644 --- a/gpdev/kustomization.yaml +++ b/gpdev/kustomization.yaml @@ -26,4 +26,5 @@ patches: - path: patch/api-deployment_patch.yaml - path: patch/market-deployment_patch.yaml - path: patch/task-deployment_patch.yaml - - path: patch/mysql-statefulset_patch.yaml \ No newline at end of file + - path: patch/mysql-statefulset_patch.yaml + - path: patch/updater-deployment_patch.yaml \ No newline at end of file diff --git a/gpdev/patch/updater-deployment_patch.yaml b/gpdev/patch/updater-deployment_patch.yaml new file mode 100644 index 0000000..d38767d --- /dev/null +++ b/gpdev/patch/updater-deployment_patch.yaml @@ -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 \ No newline at end of file