Skip to content

Commit

Permalink
Revert "hack redis solution..."
Browse files Browse the repository at this point in the history
This reverts commit 29c0b5d.
  • Loading branch information
srliao committed Apr 11, 2024
1 parent 29c0b5d commit 5c9eddb
Show file tree
Hide file tree
Showing 6 changed files with 1 addition and 72 deletions.
3 changes: 1 addition & 2 deletions kubernetes/apps/gcsim/gcsim-preview/app/helmrelease.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,7 @@ spec:
TZ: America/Toronto
LAUNCHER_URL: ws://gcsim-rod.gcsim.svc.cluster.local:7317
ASSETS_PATH: /assets/assets
# REDIS_URL: redis-node-0.redis-headless.database.svc.cluster.local:26379
REDIS_URL: gcsim-redis.svc.cluster.local:6379
REDIS_URL: redis-node-0.redis-headless.database.svc.cluster.local:26379
PREVIEW_URL: http://gcsim-preview.gcsim.svc.cluster.local:7777
resources:
requests:
Expand Down
1 change: 0 additions & 1 deletion kubernetes/apps/gcsim/gcsim-preview/ks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ spec:
dependsOn:
- name: external-secrets-stores
- name: gcsim-rod
- name: gcsim-redis
prune: true
sourceRef:
kind: GitRepository
Expand Down
42 changes: 0 additions & 42 deletions kubernetes/apps/gcsim/gcsim-redis/app/helmrelease.yaml

This file was deleted.

5 changes: 0 additions & 5 deletions kubernetes/apps/gcsim/gcsim-redis/app/kustomization.yaml

This file was deleted.

21 changes: 0 additions & 21 deletions kubernetes/apps/gcsim/gcsim-redis/ks.yaml

This file was deleted.

1 change: 0 additions & 1 deletion kubernetes/apps/gcsim/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,3 @@ resources:
# Flux Kustomizations
- ./gcsim-preview/ks.yaml
- ./gcsim-rod/ks.yaml
- ./gcsim-redis/ks.yaml

0 comments on commit 5c9eddb

Please sign in to comment.