Skip to content

Commit

Permalink
fix: プロキシー用の設定ファイルのマウントパスを変える
Browse files Browse the repository at this point in the history
  • Loading branch information
rito528 committed May 6, 2024
1 parent 4a71f47 commit eef38b0
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -33,7 +33,7 @@ metadata:
name: argo-workflows-reverse-proxy-config-map
namespace: argocd
data:
nginx.conf: |
proxy.conf: |
http {
server {
listen 80;
Expand Down

0 comments on commit eef38b0

Please sign in to comment.