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 b234260c6..5b77eb099 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 @@ -20,8 +20,8 @@ spec: image: nginx:1.26.0 volumeMounts: - name: conf - mountPath: /etc/nginx/nginx.conf - subPath: nginx.conf + mountPath: /etc/nginx/conf.d/proxy.conf + subPath: proxy.conf volumes: - name: conf configMap: @@ -33,7 +33,7 @@ metadata: name: argo-workflows-reverse-proxy-config-map namespace: argocd data: - nginx.conf: | + proxy.conf: | http { server { listen 80;