Skip to content

Commit

Permalink
PTFE-544: corrected redis deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
Abubakarr99 committed Jul 12, 2023
1 parent 2af39dd commit 9775ae8
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
4 changes: 2 additions & 2 deletions manifests/base/redis/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ commonLabels:
app.kubernetes.io/part-of: runner-manager
images:
- name: redis
newName: redis
newTag: 6.0.20
newName: bitnami/redis
newTag: 7.0.12-debian-11-r1
resources:
- redis.yaml
5 changes: 3 additions & 2 deletions manifests/base/redis/redis.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ spec:
template:
metadata: {}
spec:
securityContext:
fsGroup: 1001
containers:
- name: redis
image: "redis:6.0.20"
Expand All @@ -24,7 +26,7 @@ spec:
name: redis-secrets
volumeMounts:
- name: redis-data
mountPath: /data
mountPath: /bitnami/redis/data
volumeClaimTemplates:
- metadata:
name: redis-data
Expand All @@ -45,4 +47,3 @@ spec:
- protocol: TCP
port: 6379
targetPort: 6379

2 changes: 1 addition & 1 deletion manifests/base/runner-manager/settings.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,5 @@ timeout_runner_timer:
hours: 0
minutes: 15
redis:
host: redis-master
host: redis
port: 6379

0 comments on commit 9775ae8

Please sign in to comment.