Skip to content
This repository has been archived by the owner on Feb 7, 2019. It is now read-only.

Commit

Permalink
Do not deploy Prometheus metrics as a separate pod, rather, have one …
Browse files Browse the repository at this point in the history
…per replica
  • Loading branch information
TobyRet committed Jan 11, 2019
1 parent be5d508 commit 7889b83
Showing 1 changed file with 0 additions and 22 deletions.
22 changes: 0 additions & 22 deletions deploy/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -89,28 +89,6 @@ spec:
secretKeyRef:
name: allocation-api-secrets
key: nomis_oauth_pub_key

---

apiVersion: extensions/v1beta1
kind: Deployment
metadata:
name: allocation-api-metrics
labels:
app: allocation-api-metrics
spec:
replicas: 1
revisionHistoryLimit: 1
minReadySeconds: 10
selector:
matchLabels:
app: allocation-api-metrics
template:
metadata:
labels:
app: allocation-api-metrics
spec:
containers:
- name: allocation-api-metrics
image: 926803513772.dkr.ecr.eu-west-1.amazonaws.com/offender-management/offender-management-allocation-api:latest
imagePullPolicy: Always
Expand Down

0 comments on commit 7889b83

Please sign in to comment.