From 18087c45573c63c5053881b4556456a3cf2324be Mon Sep 17 00:00:00 2001 From: rito528 <39003544+rito528@users.noreply.github.com> Date: Wed, 15 May 2024 16:12:58 +0900 Subject: [PATCH] =?UTF-8?q?fix:=20argo-workflows-reverse-proxy=E3=81=AE?= =?UTF-8?q?=E3=82=B5=E3=83=BC=E3=83=93=E3=82=B9=E5=90=8D=E3=82=92=E7=9F=AD?= =?UTF-8?q?=E7=B8=AE=E3=81=99=E3=82=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../argo-workflows-reverse-proxy.yaml | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/seichi-onp-k8s/manifests/seichi-kubernetes/apps/cluster-wide-apps/app-of-other-apps/argo-workflows-reverse-proxy.yaml b/seichi-onp-k8s/manifests/seichi-kubernetes/apps/cluster-wide-apps/app-of-other-apps/argo-workflows-reverse-proxy.yaml index e52f4ec9f..b915f6eb3 100644 --- a/seichi-onp-k8s/manifests/seichi-kubernetes/apps/cluster-wide-apps/app-of-other-apps/argo-workflows-reverse-proxy.yaml +++ b/seichi-onp-k8s/manifests/seichi-kubernetes/apps/cluster-wide-apps/app-of-other-apps/argo-workflows-reverse-proxy.yaml @@ -3,17 +3,19 @@ apiVersion: apps/v1 kind: Deployment metadata: - name: argo-workflows-reverse-proxy + # 本来は argo-workflow-reverse-proxy という名前にしたいが、 + # そうすると53文字を超えてしまい、エラーが発生するのでやむを得ず短縮している。 + name: argo-wf-proxy namespace: argocd spec: replicas: 1 selector: matchLabels: - app: argo-workflows-reverse-proxy + app: argo-wf-proxy template: metadata: labels: - app: argo-workflows-reverse-proxy + app: argo-wf-proxy spec: containers: - name: nginx @@ -25,12 +27,12 @@ spec: volumes: - name: conf configMap: - name: argo-workflows-reverse-proxy-config-map + name: argo-wf-proxy-config-map --- apiVersion: v1 kind: ConfigMap metadata: - name: argo-workflows-reverse-proxy-config-map + name: argo-wf-proxy-config-map namespace: argocd data: proxy.conf: |