Skip to content

Commit

Permalink
Merge pull request #1380 from ds-sschalkowski/remove-catenax-ng-refer…
Browse files Browse the repository at this point in the history
…ences

chore: removed all CatenaX-ng references
  • Loading branch information
ds-jhartmann authored Nov 27, 2024
2 parents 753e4f1 + be51d64 commit 34b6998
Show file tree
Hide file tree
Showing 5 changed files with 2 additions and 18 deletions.
4 changes: 0 additions & 4 deletions charts/traceability-foss/charts/backend/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,6 @@ podSecurityContext:
seccompProfile:
type: RuntimeDefault

# Following Catena-X Helm Best Practices @url: https://catenax-ng.github.io/docs/kubernetes-basics/helm
# @url: https://kubernetes.io/docs/tasks/configure-pod-container/security-context/#set-the-security-context-for-a-pod
securityContext:
allowPrivilegeEscalation: false
Expand All @@ -83,7 +82,6 @@ service:
autoscaling:
enabled: false

# Following Catena-X Helm Best Practices @url: https://catenax-ng.github.io/docs/kubernetes-basics/helm
# @url: https://cloud.google.com/blog/products/containers-kubernetes/kubernetes-best-practices-resource-requests-and-limits
resources:
limits:
Expand All @@ -97,7 +95,6 @@ nodeSelector: {}

tolerations: []

# Following Catena-X Helm Best Practices @url: https://catenax-ng.github.io/docs/kubernetes-basics/helm
# @url: https://kubernetes.io/docs/concepts/scheduling-eviction/assign-pod-node/#affinity-and-anti-affinity
affinity:
podAntiAffinity:
Expand All @@ -110,7 +107,6 @@ affinity:
operator: DoesNotExist
topologyKey: kubernetes.io/hostname

# Following Catena-X Helm Best Practices @url: https://catenax-ng.github.io/docs/kubernetes-basics/helm
# @url: https://github.com/helm/charts/blob/master/stable/nginx-ingress/values.yaml#L210
livenessProbe:
failureThreshold: 3
Expand Down
4 changes: 0 additions & 4 deletions charts/traceability-foss/charts/frontend/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,6 @@ podSecurityContext:
seccompProfile:
type: RuntimeDefault

# Following Catena-X Helm Best Practices @url: https://catenax-ng.github.io/docs/kubernetes-basics/helm
# @url: https://kubernetes.io/docs/tasks/configure-pod-container/security-context/#set-the-security-context-for-a-pod
securityContext:
allowPrivilegeEscalation: false
Expand All @@ -82,7 +81,6 @@ service:
port: 8080


# Following Catena-X Helm Best Practices @url: https://catenax-ng.github.io/docs/kubernetes-basics/helm
# @url: https://cloud.google.com/blog/products/containers-kubernetes/kubernetes-best-practices-resource-requests-and-limits
resources:
limits:
Expand All @@ -96,7 +94,6 @@ nodeSelector: { }

tolerations: [ ]

# Following Catena-X Helm Best Practices @url: https://catenax-ng.github.io/docs/kubernetes-basics/helm
# @url: https://kubernetes.io/docs/concepts/scheduling-eviction/assign-pod-node/#affinity-and-anti-affinity
affinity:
podAntiAffinity:
Expand All @@ -116,7 +113,6 @@ ingress:
hosts: []
tls: []

# Following Catena-X Helm Best Practices @url: https://catenax-ng.github.io/docs/kubernetes-basics/helm
# @url: https://github.com/helm/charts/blob/master/stable/nginx-ingress/values.yaml#L210
livenessProbe:
failureThreshold: 3
Expand Down
8 changes: 0 additions & 8 deletions charts/traceability-foss/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,6 @@ frontend:
podSecurityContext: {}
# fsGroup: 2000

# Following Catena-X Helm Best Practices @url: https://catenax-ng.github.io/docs/kubernetes-basics/helm
# @url: https://kubernetes.io/docs/tasks/configure-pod-container/security-context/#set-the-security-context-for-a-pod
securityContext:
allowPrivilegeEscalation: false
Expand All @@ -95,7 +94,6 @@ frontend:
port: 8080


# Following Catena-X Helm Best Practices @url: https://catenax-ng.github.io/docs/kubernetes-basics/helm
# @url: https://cloud.google.com/blog/products/containers-kubernetes/kubernetes-best-practices-resource-requests-and-limits
resources:
limits:
Expand All @@ -109,7 +107,6 @@ frontend:

tolerations: []

# Following Catena-X Helm Best Practices @url: https://catenax-ng.github.io/docs/kubernetes-basics/helm
# @url: https://kubernetes.io/docs/concepts/scheduling-eviction/assign-pod-node/#affinity-and-anti-affinity
affinity:
podAntiAffinity:
Expand All @@ -129,7 +126,6 @@ frontend:
hosts: []
tls: []

# Following Catena-X Helm Best Practices @url: https://catenax-ng.github.io/docs/kubernetes-basics/helm
# @url: https://github.com/helm/charts/blob/master/stable/nginx-ingress/values.yaml#L210
livenessProbe:
failureThreshold: 6
Expand Down Expand Up @@ -197,7 +193,6 @@ backend:
seccompProfile:
type: RuntimeDefault

# Following Catena-X Helm Best Practices @url: https://catenax-ng.github.io/docs/kubernetes-basics/helm
# @url: https://kubernetes.io/docs/tasks/configure-pod-container/security-context/#set-the-security-context-for-a-pod
securityContext:
allowPrivilegeEscalation: false
Expand All @@ -217,7 +212,6 @@ backend:
autoscaling:
enabled: false

# Following Catena-X Helm Best Practices @url: https://catenax-ng.github.io/docs/kubernetes-basics/helm
# @url: https://cloud.google.com/blog/products/containers-kubernetes/kubernetes-best-practices-resource-requests-and-limits
resources:
limits:
Expand All @@ -231,7 +225,6 @@ backend:

tolerations: []

# Following Catena-X Helm Best Practices @url: https://catenax-ng.github.io/docs/kubernetes-basics/helm
# @url: https://kubernetes.io/docs/concepts/scheduling-eviction/assign-pod-node/#affinity-and-anti-affinity
affinity:
podAntiAffinity:
Expand All @@ -244,7 +237,6 @@ backend:
operator: DoesNotExist
topologyKey: kubernetes.io/hostname

# Following Catena-X Helm Best Practices @url: https://catenax-ng.github.io/docs/kubernetes-basics/helm
# @url: https://github.com/helm/charts/blob/master/stable/nginx-ingress/values.yaml#L210
livenessProbe:
failureThreshold: 6
Expand Down
2 changes: 1 addition & 1 deletion dev/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ Repeat those steps for registry, trace-x-provider-edcs, tracex-instances

## 2) Data upload of assets

In order to upload data to EDC Provider, please use [IRS project script](https://github.com/catenax-ng/tx-item-relationship-service/blob/main/local/testing/testdata/transform-and-upload.py)
In order to upload data to EDC Provider, please use [IRS project script](https://github.com/eclipse-tractusx/item-relationship-service/blob/main/local/testing/testdata/transform-and-upload.py)

Keep in mind to always update DEV and TEST since they are dependend on each other.

Expand Down
2 changes: 1 addition & 1 deletion frontend/AUTHENTICATION.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
The user authentication is managed by the central keycloak instance managed by catena.
You can configure your IDP there.

[Here is a link on how to do that.](https://github.com/catenax-ng/tx-portal-assets/blob/main/docs/02.%20Technical%20Integration/02.%20Identity%20Provider%20Management/02.%20Configure%20Company%20IdP.md)
[Here is a link on how to do that.](https://github.com/eclipse-tractusx/portal-assets/blob/main/docs/developer/02.%20Technical%20Integration/02.%20Identity%20Provider%20Management/02.%20Configure%20Company%20IdP.md)

In the app module, there is a function which is executed during the app bootstrap.
That function retrieves the realm provided in the environment variables,
Expand Down

0 comments on commit 34b6998

Please sign in to comment.