Skip to content

Commit

Permalink
Change cpu request amount
Browse files Browse the repository at this point in the history
  • Loading branch information
camba1 committed Mar 4, 2021
1 parent aa35ea1 commit b7392e6
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion cicd/K8s/vault/patch/auditsrv-deployment-patch.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ spec:
vault.hashicorp.com/agent-inject: "true"
vault.hashicorp.com/role: "gotempm-auditsrv"
vault.hashicorp.com/agent-pre-populate-only: "true"
vault.hashicorp.com/agent-requests-cpu: "100m"
vault.hashicorp.com/agent-requests-cpu: "50m"
vault.hashicorp.com/agent-inject-secret-timescaledb.txt: "gotempmkv/data/database/timescaledb/auditsrv"
vault.hashicorp.com/agent-inject-template-timescaledb.txt: |
{{- with secret "gotempmkv/data/database/timescaledb/auditsrv" -}}
Expand Down
2 changes: 1 addition & 1 deletion cicd/K8s/vault/patch/customersrv-deployment-patch.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ spec:
vault.hashicorp.com/agent-inject: "true"
vault.hashicorp.com/role: "gotempm-customersrv"
vault.hashicorp.com/agent-pre-populate-only: "true"
vault.hashicorp.com/agent-requests-cpu: "100m"
vault.hashicorp.com/agent-requests-cpu: "50m"
vault.hashicorp.com/agent-inject-secret-arangodb.txt: "gotempmkv/data/database/arangodb/customersrv"
vault.hashicorp.com/agent-inject-template-arangodb.txt: |
{{- with secret "gotempmkv/data/database/arangodb/customersrv" -}}
Expand Down
2 changes: 1 addition & 1 deletion cicd/K8s/vault/patch/productsrv-deployment-patch.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ spec:
vault.hashicorp.com/agent-inject: "true"
vault.hashicorp.com/role: "gotempm-productsrv"
vault.hashicorp.com/agent-pre-populate-only: "true"
vault.hashicorp.com/agent-requests-cpu: "100m"
vault.hashicorp.com/agent-requests-cpu: "50m"
vault.hashicorp.com/agent-inject-secret-arangodb.txt: "gotempmkv/data/database/arangodb/productsrv"
vault.hashicorp.com/agent-inject-template-arangodb.txt: |
{{- with secret "gotempmkv/data/database/arangodb/productsrv" -}}
Expand Down

0 comments on commit b7392e6

Please sign in to comment.