Skip to content

Commit

Permalink
fix: cloudflared chart path
Browse files Browse the repository at this point in the history
  • Loading branch information
kory33 authored Sep 20, 2023
1 parent f7153ab commit b1cc3d7
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ spec:
source:
repoURL: https://github.com/GiganticMinecraft/seichi_infra
targetRevision: "main"
path: seichi-onp-k8s/manifests/app-templates/cloudflared-tunnel
path: seichi-onp-k8s/manifests/seichi-kubernetes/app-templates/cloudflared-tunnel
helm:
# サービス一つに対してトンネルを一つずつ生やす
releaseName: cloudflared-tunnel-http-exit--{{name}}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ spec:
source:
repoURL: https://github.com/GiganticMinecraft/seichi_infra
targetRevision: "main"
path: seichi-onp-k8s/manifests/app-templates/cloudflared-tunnel
path: seichi-onp-k8s/manifests/seichi-kubernetes/app-templates/cloudflared-tunnel
helm:
# サービス一つに対してトンネルを一つずつ生やす
releaseName: cloudflared-tunnel-https-exit--{{name}}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ spec:
source:
repoURL: https://github.com/GiganticMinecraft/seichi_infra
targetRevision: "main"
path: seichi-onp-k8s/manifests/app-templates/cloudflared-tunnel
path: seichi-onp-k8s/manifests/seichi-kubernetes/app-templates/cloudflared-tunnel
helm:
# サービス一つに対してトンネルを一つずつ生やす
releaseName: cloudflared-tunnel-tcp-exit--{{name}}
Expand Down

0 comments on commit b1cc3d7

Please sign in to comment.