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 ee1b8ca
Show file tree
Hide file tree
Showing 9 changed files with 3,503 additions and 3,464 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
2 changes: 1 addition & 1 deletion charts/bpdm/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ apiVersion: v2
name: bpdm
type: application
description: A Helm chart for Kubernetes that deploys the BPDM applications
version: 5.0.1-alpha.0
version: 5.0.1-alpha.1
appVersion: "6.0.0"
home: https://github.com/eclipse-tractusx/bpdm
sources:
Expand Down
8 changes: 4 additions & 4 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 Expand Up @@ -106,8 +106,8 @@ startupProbe:
port: 8084
scheme: HTTP
initialDelaySeconds: 60
failureThreshold: 20
periodSeconds: 15
failureThreshold: 40
periodSeconds: 30


# Used to overwrite the default property values of the application configuration
Expand Down
8 changes: 4 additions & 4 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 Expand Up @@ -110,8 +110,8 @@ startupProbe:
port: 8081
scheme: HTTP
initialDelaySeconds: 60
failureThreshold: 20
periodSeconds: 15
failureThreshold: 40
periodSeconds: 30


# Used to overwrite the default property values of the application configuration
Expand Down
8 changes: 4 additions & 4 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 Expand Up @@ -112,8 +112,8 @@ startupProbe:
port: 8085
scheme: HTTP
initialDelaySeconds: 60
failureThreshold: 20
periodSeconds: 15
failureThreshold: 40
periodSeconds: 30


# Used to overwrite the default property values of the application configuration
Expand Down
6 changes: 3 additions & 3 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 Expand Up @@ -113,7 +113,7 @@ startupProbe:
scheme: HTTP
initialDelaySeconds: 60
failureThreshold: 40
periodSeconds: 15
periodSeconds: 30

applicationConfig:
bpdm:
Expand Down
Loading

0 comments on commit ee1b8ca

Please sign in to comment.