Skip to content

Commit

Permalink
Merge branch 'feature/PTFE-544-kustomize-runner-manager' of github.co…
Browse files Browse the repository at this point in the history
…m:scality/runner-manager into feature/PTFE-544-kustomize-runner-manager
  • Loading branch information
Abubakarr99 committed Jul 12, 2023
2 parents 427fcad + 0ef9f61 commit 2af39dd
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 8 deletions.
3 changes: 1 addition & 2 deletions manifests/base/redis/redis-secrets.env
Original file line number Diff line number Diff line change
@@ -1,2 +1 @@
# change the password
REDIS_PASSWORD='redis_password'
REDIS_PASSWORD=redis_password
1 change: 1 addition & 0 deletions manifests/base/redis/redis.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,3 +45,4 @@ spec:
- protocol: TCP
port: 6379
targetPort: 6379

8 changes: 2 additions & 6 deletions manifests/base/runner-manager/service.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,12 @@ apiVersion: v1
kind: Service
metadata:
name: runner-manager
labels:
app.kubernetes.io/name: runner-manager
app.kubernetes.io/instance: runner-manager
labels: {}
spec:
type: ClusterIP
ports:
- port: 80
targetPort: http
protocol: TCP
name: runner-manager
selector:
app.kubernetes.io/name: runner-manager
app.kubernetes.io/instance: runner-manager
selector: {}

0 comments on commit 2af39dd

Please sign in to comment.