Skip to content

Commit

Permalink
fix(charts): services not being able to connect between each other wh…
Browse files Browse the repository at this point in the history
…en authenticated
  • Loading branch information
nicoprow committed May 20, 2024
1 parent b9e3742 commit 7435f03
Show file tree
Hide file tree
Showing 8 changed files with 3,495 additions and 3,456 deletions.
1 change: 1 addition & 0 deletions charts/bpdm/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ The format is based on Keep a Changelog (https://keepachangelog.com/en/1.0.0/),
### Changed

- Default pull policy from 'Always' to 'IfNotPresent'
- Fixes BPDM applications not connecting with each other when authenticated

## [5.0.0] - 2024-05-15

Expand Down
4 changes: 2 additions & 2 deletions charts/bpdm/charts/bpdm-cleaning-service-dummy/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -60,10 +60,10 @@ autoscaling:
resources:
limits:
cpu: 500m
memory: 512Mi
memory: 1Gi
requests:
cpu: 100m
memory: 512Mi
memory: 1Gi

nodeSelector: {}

Expand Down
4 changes: 2 additions & 2 deletions charts/bpdm/charts/bpdm-gate/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -64,10 +64,10 @@ ingress:
resources:
limits:
cpu: 1000m
memory: 512Mi
memory: 1Gi
requests:
cpu: 200m
memory: 512Mi
memory: 1Gi

nodeSelector: {}

Expand Down
4 changes: 2 additions & 2 deletions charts/bpdm/charts/bpdm-orchestrator/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -66,10 +66,10 @@ ingress:
resources:
limits:
cpu: 500m
memory: 512Mi
memory: 1Gi
requests:
cpu: 100m
memory: 512Mi
memory: 1Gi

nodeSelector: {}

Expand Down
4 changes: 2 additions & 2 deletions charts/bpdm/charts/bpdm-pool/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -64,10 +64,10 @@ ingress:
resources:
limits:
cpu: 1000m
memory: 512Mi
memory: 1Gi
requests:
cpu: 300m
memory: 512Mi
memory: 1Gi

nodeSelector: {}

Expand Down
Loading

0 comments on commit 7435f03

Please sign in to comment.