Merge pull request #6 from DavidSouther/adservice-replicas

Force AdService to use 5 pods
This commit is contained in:
David Souther 2019-05-22 11:50:04 +02:00 committed by GitHub
commit b15302b026
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -17,6 +17,7 @@ kind: Deployment
metadata: metadata:
name: adservice name: adservice
spec: spec:
replicas: 5
selector: selector:
matchLabels: matchLabels:
app: adservice app: adservice