Skip to content

Commit

Permalink
fix: move BungeeCord-related redis definitions to seichi-debug-gatewa…
Browse files Browse the repository at this point in the history
…y project / namespace
  • Loading branch information
kory33 committed Sep 21, 2023
1 parent 4badd8d commit 8800b9c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ metadata:
name: seichi-debug-bungeesemaphore-redis
namespace: argocd
spec:
project: seichi-debug-minecraft
project: seichi-debug-gateway
source:
chart: redis
repoURL: https://charts.bitnami.com/bitnami
Expand Down Expand Up @@ -72,7 +72,7 @@ spec:
Redis® instance {{ "{{ $labels.instance }}" }} has evicted {{ "{{ $value }}" }} keys in the last 5 minutes.
destination:
server: https://kubernetes.default.svc
namespace: seichi-debug-minecraft
namespace: seichi-debug-gateway
syncPolicy:
automated:
prune: true
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ metadata:
name: seichi-debug-redisbungee-redis
namespace: argocd
spec:
project: seichi-debug-minecraft
project: seichi-debug-gateway
source:
chart: redis
repoURL: https://charts.bitnami.com/bitnami
Expand Down Expand Up @@ -72,7 +72,7 @@ spec:
Redis® instance {{ "{{ $labels.instance }}" }} has evicted {{ "{{ $value }}" }} keys in the last 5 minutes.
destination:
server: https://kubernetes.default.svc
namespace: seichi-debug-minecraft
namespace: seichi-debug-gateway
syncPolicy:
automated:
prune: true
Expand Down

0 comments on commit 8800b9c

Please sign in to comment.