diff --git a/NOTICE b/NOTICE index 4d6b731320c83a7b15719e6ffe0f5bf55ec1592c..e858733bbc5f5074f008834783a406a85adf945a 100644 --- a/NOTICE +++ b/NOTICE @@ -125,9 +125,9 @@ The following software have components provided under the terms of this license: - JBoss Marshalling API (from https://repo1.maven.org/maven2/org/jboss/marshalling/jboss-marshalling) - JBoss Marshalling River (from https://repo1.maven.org/maven2/org/jboss/marshalling/jboss-marshalling-river) - JCIP Annotations under Apache License (from http://stephenc.github.com/jcip-annotations) +- JJWT :: Legacy Transitive Dependency Jar (from https://repo1.maven.org/maven2/io/jsonwebtoken/jjwt) - JMES Path Query library (from https://aws.amazon.com/sdkforjava) - JSON Small and Fast Parser (from https://repo1.maven.org/maven2/net/minidev/json-smart, https://urielch.github.io/) -- JSON Web Token support for the JVM (from https://github.com/jwtk/jjwt) - JSON library from Android SDK (from http://developer.android.com/sdk) - JSONassert (from http://github.com/skyscreamer/yoga, https://github.com/skyscreamer/JSONassert) - JSR107 API and SPI (from https://github.com/jsr107/jsr107spec) diff --git a/devops/gc/deploy/templates/register-deploy.yml b/devops/gc/deploy/templates/register-deploy.yml index 4be2b3c100d533f095cb9c39e94be1316ddf50d1..8727f3ba972d853b2579960638669cbf7b065cac 100644 --- a/devops/gc/deploy/templates/register-deploy.yml +++ b/devops/gc/deploy/templates/register-deploy.yml @@ -9,7 +9,7 @@ spec: selector: matchLabels: app: {{ .Values.conf.appName | quote }} - replicas: 1 + replicas: {{ .Values.conf.replicas }} template: metadata: labels: diff --git a/devops/gc/deploy/values.yaml b/devops/gc/deploy/values.yaml index 2b628273204c4827d5a3f28b522a0aeca2a4d000..09ea7878bbc62ca4d6edbf385f92e98b0fc56118 100644 --- a/devops/gc/deploy/values.yaml +++ b/devops/gc/deploy/values.yaml @@ -37,6 +37,7 @@ conf: registerKmsSecretName: "register-kms-secret" appName: "register" intTestEndpoint: false + replicas: 1 istio: proxyCPU: "10m"