Skip to content

Commit eb3a526

Browse files
committed
Add Redis Persistence
1 parent 776309a commit eb3a526

File tree

3 files changed

+2
-13
lines changed

3 files changed

+2
-13
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,7 @@ apps:
5858
enabled: true
5959
type: ClusterIP
6060
port: 3000
61+
command: ["bundle", "exec", "rails", "server"]
6162
hosts:
6263
- host: yieldpayroll.com
6364
paths: ["/"]

charts/tiphys/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ type: application
1515
# This is the chart version. This version number should be incremented each time you make changes
1616
# to the chart and its templates, including the app version.
1717
# Versions are expected to follow Semantic Versioning (https://semver.org/)
18-
version: 0.4.7
18+
version: 0.4.8
1919

2020
# This is the version number of the application being deployed. This version number should be
2121
# incremented each time you make changes to the application. Versions are not expected to

charts/tiphys/values.yaml

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -51,19 +51,7 @@ affinity: {}
5151

5252
secrets: {}
5353

54-
celeryQueues:
55-
- name: default
56-
concurrency: 8
57-
replicaCount: 2
58-
resources: {}
59-
6054
redis:
6155
enabled: false
6256
auth:
6357
enabled: false
64-
master:
65-
persistence:
66-
enabled: false
67-
replica:
68-
persistence:
69-
enabled: false

0 commit comments

Comments
 (0)