Skip to content

Commit

Permalink
adjust helm
Browse files Browse the repository at this point in the history
  • Loading branch information
alin999 committed Jul 4, 2019
1 parent 61f3515 commit 5546c59
Show file tree
Hide file tree
Showing 4 changed files with 31 additions and 50 deletions.
10 changes: 10 additions & 0 deletions deploy/platformmonitoringapi/values-dev.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
IMAGE: ''
NP_MONITORING_REQUESTS_CPU: "0.1"
NP_MONITORING_LIMITS_CPU: "0.2"
NP_MONITORING_REQUESTS_MEMORY: "50Mi"
NP_MONITORING_LIMITS_MEMORY: "100Mi"
NP_MONITORING_REPLICAS: "2"
NP_MONITORING_PLATFORM_API_URL: http://platformapi:8080/api/v1
NP_MONITORING_PLATFORM_AUTH_URL: http://platformauthapi:8080
NP_MONITORING_ES_HOSTS: http://logging-elasticsearch:9200
NP_MONITORING_K8S_NS: default
10 changes: 10 additions & 0 deletions deploy/platformmonitoringapi/values-staging.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
IMAGE: ''
NP_MONITORING_REQUESTS_CPU: "0.1"
NP_MONITORING_LIMITS_CPU: "0.3"
NP_MONITORING_REQUESTS_MEMORY: "50Mi"
NP_MONITORING_LIMITS_MEMORY: "100Mi"
NP_MONITORING_REPLICAS: "2"
NP_MONITORING_PLATFORM_API_URL: http://platformapi:8080/api/v1
NP_MONITORING_PLATFORM_AUTH_URL: http://platformauthapi:8080
NP_MONITORING_ES_HOSTS: http://logging-elasticsearch:9200
NP_MONITORING_K8S_NS: default
11 changes: 11 additions & 0 deletions deploy/platformmonitoringapi/values-template.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
IMAGE: ''
NP_MONITORING_REQUESTS_CPU: "0.1"
NP_MONITORING_LIMITS_CPU: "0.3"
NP_MONITORING_REQUESTS_MEMORY: "50Mi"
NP_MONITORING_LIMITS_MEMORY: "100Mi"
NP_MONITORING_REPLICAS: "2"
NP_MONITORING_PLATFORM_API_URL: http://platformapi:8080/api/v1
NP_MONITORING_PLATFORM_AUTH_URL: http://platformauthapi:8080
NP_MONITORING_ES_HOSTS: http://logging-elasticsearch:9200
NP_MONITORING_K8S_NS: default
DOCKER_LOGIN_ARTIFACTORY_SECRET_NAME: "artifactory-regcred"
50 changes: 0 additions & 50 deletions deploy/platformmonitoringapi/values.yaml

This file was deleted.

0 comments on commit 5546c59

Please sign in to comment.