Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions init-db.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ apiVersion: v1
metadata:
# Initializes database with Sentry data and creates initial user
name: database-populator
labels:
app: sentry
spec:
containers:
- name: database-populator
Expand Down
11 changes: 11 additions & 0 deletions openshift.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ objects:
metadata:
labels:
service: sentry
app: sentry
name: sentry
data:
sentry.conf.py: |-
Expand Down Expand Up @@ -354,6 +355,7 @@ objects:
labels:
run: redis
service: sentry
app: sentry
name: redis
spec:
replicas: 1
Expand All @@ -373,6 +375,7 @@ objects:
metadata:
labels:
run: redis
app: sentry
spec:
containers:
- image: registry.centos.org/centos/redis-32-centos7:latest
Expand Down Expand Up @@ -429,6 +432,7 @@ objects:
labels:
run: sentry-cron
service: sentry
app: sentry
name: sentry-cron
spec:
replicas: 1
Expand All @@ -448,6 +452,7 @@ objects:
metadata:
labels:
run: sentry-cron
app: sentry
spec:
containers:
- command:
Expand Down Expand Up @@ -503,6 +508,7 @@ objects:
labels:
run: sentry-web
service: sentry
app: sentry
name: sentry-web
spec:
replicas: 2
Expand All @@ -522,6 +528,7 @@ objects:
metadata:
labels:
run: sentry-web
app: sentry
spec:
containers:
- env:
Expand Down Expand Up @@ -578,6 +585,7 @@ objects:
labels:
run: sentry-worker
service: sentry
app: sentry
name: sentry-worker
spec:
replicas: 1
Expand All @@ -597,6 +605,7 @@ objects:
metadata:
labels:
run: sentry-worker
app: sentry
spec:
containers:
- command:
Expand Down Expand Up @@ -653,6 +662,7 @@ objects:
labels:
run: redis
service: sentry
app: sentry
name: redis
spec:
ports:
Expand All @@ -671,6 +681,7 @@ objects:
labels:
run: sentry
service: sentry
app: sentry
name: sentry
spec:
ports:
Expand Down