Skip to content

Commit

Permalink
Merge pull request #158 from ostelco/develop
Browse files Browse the repository at this point in the history
Bump prime & pseudonym server
  • Loading branch information
prasanthu authored Jun 7, 2018
2 parents 2de0d43 + 3ed827e commit 1a47b98
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion prime/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ sourceSets {
}
}

version = "1.5.0"
version = "1.5.1"
dependencies {
// interface module between prime and prime-modules
implementation project(':prime-api')
Expand Down
2 changes: 2 additions & 0 deletions prime/config/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ modules:
config:
authenticationCachePolicy: maximumSize=10000, expireAfterAccess=10m
pseudonymEndpoint: http://pseudonym-server-service.default.svc.cluster.local
jerseyClient:
timeout: 2s
- type: admin

server:
Expand Down
2 changes: 1 addition & 1 deletion pseudonym-server/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ dependencies {
implementation project(':ocs-api')
implementation 'com.google.guava:guava:24.1-jre'
// Match with grpc-netty-shaded via PubSub
// implementation 'io.grpc:grpc-netty-shaded:1.10.1'
implementation 'io.grpc:grpc-netty-shaded:1.10.1'
implementation 'com.google.cloud:google-cloud-bigquery:1.28.0'
implementation 'com.google.cloud:google-cloud-datastore:1.28.0'
implementation 'com.google.cloud:google-cloud-pubsub:0.46.0-beta'
Expand Down
2 changes: 1 addition & 1 deletion pseudonym-server/pseudonym-server.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,6 @@ spec:
spec:
containers:
- name: pseudonym-server
image: gcr.io/pantel-2decb/pseudonym-server:v1.2
image: gcr.io/pantel-2decb/pseudonym-server:v1.4
ports:
- containerPort: 8080

0 comments on commit 1a47b98

Please sign in to comment.