Skip to content

Commit

Permalink
Update manifests to use redis 6
Browse files Browse the repository at this point in the history
  • Loading branch information
kentsanggds committed Jun 22, 2023
1 parent 477792e commit f13019e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion integration-worker-manifest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ applications:
services:
- publish-integration-secrets
- publish-beta-integration-pg-12
- publish-beta-integration-redis
- publish-beta-integration-redis-6
- logit-ssl-drain
- opensearch-integration
health-check-type: process
2 changes: 1 addition & 1 deletion production-worker-manifest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ applications:
services:
- publish-production-secrets
- publish-beta-production-pg-12
- publish-beta-production-redis
- publish-beta-production-redis-6
- logit-ssl-drain
- opensearch-production
health-check-type: process
2 changes: 1 addition & 1 deletion staging-worker-manifest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ applications:
services:
- publish-staging-secrets
- publish-beta-staging-pg-12
- publish-beta-staging-redis
- publish-beta-staging-redis-6
- logit-ssl-drain
- opensearch-staging
health-check-type: process

0 comments on commit f13019e

Please sign in to comment.