Skip to content

Commit

Permalink
feat: proxy-kubernetes-cloudflared-mcserver/redisがSecret変更時にreloadされるように
Browse files Browse the repository at this point in the history
  • Loading branch information
kory33 committed Apr 1, 2022
1 parent c3e2e38 commit 92c9722
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@ apiVersion: apps/v1
kind: Deployment
metadata:
name: cloudflared-mcserver--{{ .Values.MCServerName }}
# We wish this deployment to be updated
# when "cloudflared-access-token" secret is updated
annotations:
configmap.reloader.stakater.com/reload: "cloudflared-access-token"
labels:
app: cloudflared-mcserver--{{ .Values.MCServerName }}
appgroup: cloudflared
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@ apiVersion: apps/v1
kind: Deployment
metadata:
name: cloudflared-redis--{{ .Values.RedisServerName }}
# We wish this deployment to be updated
# when "cloudflared-access-token" secret is updated
annotations:
configmap.reloader.stakater.com/reload: "cloudflared-access-token"
labels:
app: cloudflared-redis--{{ .Values.RedisServerName }}
appgroup: cloudflared
Expand Down

0 comments on commit 92c9722

Please sign in to comment.