Skip to content

Commit

Permalink
infra
Browse files Browse the repository at this point in the history
  • Loading branch information
alexinthesky committed Jan 6, 2025
1 parent b14b391 commit 442e9f5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion deployment/app/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,6 @@ spec:
- name: DATABASE_URL
value: "postgresql://craig:$(pg-user-password)@app-craig-bot-postgresql:5432/craig?schema=public"
- name: REDIS_HOST
value: app-craig-bot-redis
value: app-craig-bot-redis-master
- name: REDIS_PORT
value: "6379"
1 change: 1 addition & 0 deletions deployment/argocd/app.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ spec:
targetRevision: 20.6.1
helm:
values: |
architecture: standalone
master:
resourcesPreset: small
syncPolicy:
Expand Down

0 comments on commit 442e9f5

Please sign in to comment.