Skip to content

Commit

Permalink
Merge branch 'master' into server-side-workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
eatyourgreens authored Sep 24, 2020
2 parents d51beb2 + 7ae8d2e commit 273053f
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions kubernetes/deployment-production.tmpl
Original file line number Diff line number Diff line change
@@ -1,4 +1,14 @@
---
apiVersion: policy/v1beta1
kind: PodDisruptionBudget
metadata:
name: zooniverse-org-project-production-pdb
spec:
minAvailable: 2
selector:
matchLabels:
app: zooniverse-org-project-production
---
apiVersion: v1
kind: Service
metadata:
Expand Down Expand Up @@ -63,6 +73,8 @@ spec:
value: production
- name: SENTRY_DSN
value: https://2a50683835694829b4bc3cccc9adcc1b@sentry.io/1492691
- name: ENABLE_CACHE_HEADERS
value: "true"
---
apiVersion: autoscaling/v1
kind: HorizontalPodAutoscaler
Expand All @@ -77,6 +89,16 @@ spec:
maxReplicas: 6
targetCPUUtilizationPercentage: 80
---
apiVersion: policy/v1beta1
kind: PodDisruptionBudget
metadata:
name: zooniverse-org-content-pages-production-pdb
spec:
minAvailable: 1
selector:
matchLabels:
app: zooniverse-org-content-pages-production
---
apiVersion: v1
kind: Service
metadata:
Expand Down Expand Up @@ -151,6 +173,8 @@ spec:
value: production
- name: SENTRY_DSN
value: https://1f0126a750244108be76957b989081e8@sentry.io/1492498
- name: ENABLE_CACHE_HEADERS
value: "true"
---
apiVersion: autoscaling/v1
kind: HorizontalPodAutoscaler
Expand Down

0 comments on commit 273053f

Please sign in to comment.