Skip to content

Commit

Permalink
feat(chart)!: remove redis deployment from castor chart (#61)
Browse files Browse the repository at this point in the history
Signed-off-by: Sebastian Becker <[email protected]>
  • Loading branch information
sbckr authored Aug 8, 2023
1 parent bcd183a commit d299bf8
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 296 deletions.
4 changes: 0 additions & 4 deletions castor-service/charts/castor/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -88,10 +88,6 @@ documentation for the
| `castor.probes.readiness.initialDelay` | Number of seconds after the container has started before the readiness probe is initiated | `0` |
| `castor.probes.readiness.period` | How often (in seconds) to perform the readiness probe | `5` |
| `castor.probes.readiness.failureThreshold` | How often to fail the readiness probe before finally be marked as unsuccessful | `3` |
| `redis.name` | Name for the redis container | `redis` |
| `redis.image.repository` | Redis Image name | `redis` |
| `redis.image.tag` | Redis Image tag | `latest` |
| `redis.image.pullPolicy` | Redis Image pull policy | `IfNotPresent` |

Specify each parameter using the `--set key=value[,key=value]` argument to
`helm install`. For example,
Expand Down
283 changes: 0 additions & 283 deletions castor-service/charts/castor/templates/redis.pod.yaml

This file was deleted.

9 changes: 0 additions & 9 deletions castor-service/charts/castor/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -64,12 +64,3 @@ castor:
period: 5
failureThreshold: 3
logLevel: INFO

redis:
# helmfile overrides the variable
name: "redis"
image:
repository: redis
tag: 6.2.5
pullPolicy: "IfNotPresent"
pullSecrets: []

0 comments on commit d299bf8

Please sign in to comment.