From fa3b1cec825e3ea62e6b10166d065882430b7781 Mon Sep 17 00:00:00 2001 From: william Date: Fri, 14 Jun 2024 02:27:53 +0800 Subject: [PATCH] 1 --- gpdev/kustomization.yaml | 3 ++- gpdev/patch/updater-deployment_patch.yaml | 12 ++++++++++++ 2 files changed, 14 insertions(+), 1 deletion(-) create mode 100644 gpdev/patch/updater-deployment_patch.yaml 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