Skip to content

Commit

Permalink
chore(doc): removed some catenaX-ng references and marked some occurr…
Browse files Browse the repository at this point in the history
…ences for review [eclipse-tractusx#876]
  • Loading branch information
ds-sschalkowski committed Nov 4, 2024
1 parent 8533972 commit f39980f
Show file tree
Hide file tree
Showing 13 changed files with 7 additions and 28 deletions.
4 changes: 0 additions & 4 deletions charts/item-relationship-service/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,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:
capabilities:
Expand All @@ -59,7 +58,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 @@ -73,7 +71,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 @@ -86,7 +83,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: 6
Expand Down
1 change: 1 addition & 0 deletions local/deployment/full-irs/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,7 @@ dependencies:
# IRS
- name: item-relationship-service
alias: irs
# Which GitHub-Pages link should be used here?
repository: https://catenax-ng.github.io/tx-item-relationship-service
version: 5.0.9
condition: irs.enabled
Expand Down
9 changes: 1 addition & 8 deletions local/deployment/full-irs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ Check out the project [Item Relationship Service](https://github.com/eclipse-tra
> 👉 **Please use [tag 2.6.0](https://github.com/eclipse-tractusx/item-relationship-service/releases/tag/2.6.0) instead
of the latest version currently (this is the version compatible with IRS 2.4.0).**
>
> ```git clone -b 2.6.0 https://github.com/catenax-ng/tx-item-relationship-service```
> ```git clone -b 2.6.0 https://github.com/eclipse-tractusx/item-relationship-service```

### Step 3: Installing the services
Expand Down Expand Up @@ -475,7 +475,6 @@ kubectl port-forward svc/irs-frontend 3000:8080
3. Deploy on a cloud provider
4. Vault: store certificates in secrets
5. Add liveness and readiness probe for irs provider backend service
6. Use the DAPS chart form: https://catenax-ng.github.io/product-DAPS
### Additional
Expand All @@ -493,9 +492,3 @@ kubectl port-forward svc/irs-frontend 3000:8080
2. Next steps:
1. Use the official helm chart from: https://eclipse-tractusx.github.io/sldt-semantic-hub
2. Include scripts to provide test data into the script ``` upload-testdata.sh ```
3. Use a custom helm chart for daps.
1. Reason: already configured with a default client
2. Next steps:
1. Use the official helm chart from: https://catenax-ng.github.io/product-DAPS
2. Provide configuration with default client from start.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
apiVersion: v2
name: edc-control-plane
description: EDC Control-Plane
home: https://github.com/catenax-ng/product-edc/deployment/helm/edc-control-plane
type: application
appVersion: "1.0.0"
version: 0.0.1
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
replicaCount: 1

# Which image should be used here?
image:
repository: ghcr.io/catenax-ng/product-edc/edc-controlplane-postgresql-hashicorp-vault
pullPolicy: IfNotPresent
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
apiVersion: v2
name: edc-data-plane
description: EDC Data-Plane
home: https://github.com/catenax-ng/product-edc/deployment/helm/edc-dataplane
type: application
appVersion: "1.0.0"
version: 0.0.1
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
replicaCount: 1

# Which image should be used here?
image:
repository: ghcr.io/catenax-ng/product-edc/edc-dataplane-hashicorp-vault
pullPolicy: IfNotPresent
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,4 @@ name: irs-frontend-service
description: IRS Frontend Service
type: application
version: 0.0.5
appVersion: "1.0.0"
icon: "https://github.com/catenax-ng/product-item-relationship-service-frontend/blob/main/favicon.ico"
appVersion: "1.0.0"
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
replicaCount: 1

# Which image should be used here?
image:
repository: ghcr.io/catenax-ng/product-item-relationship-service-frontend
pullPolicy: Always
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
replicaCount: 1

# Which image should be used here?
image:
repository: ghcr.io/catenax-ng/catenax-at-home/provider-backend-service
pullPolicy: IfNotPresent
Expand Down
6 changes: 0 additions & 6 deletions local/deployment/full-irs/test/edc-consumer-data-plane.rest
Original file line number Diff line number Diff line change
Expand Up @@ -29,12 +29,6 @@ Content-Type: {{contentType}}
"asset:prop:version": "0.6.1-SNAPSHOT"
}
},
"dataAddress": {
"properties": {
"baseUrl": "https://raw.githubusercontent.com/catenax-ng/product-knowledge/feature/KA-125-ontology-hub/ontology/cx.json",
"type": "HttpData"
}
}
}

### Get Catalog
Expand Down
3 changes: 0 additions & 3 deletions local/deployment/full-irs/values-dev.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -641,9 +641,6 @@ irs-frontend:
global:
asset:
id: urn:uuid:d3c0bf85-d44f-47c5-990d-fec8a36065c6
vite:
manual:
url: https://github.com/catenax-ng/product-item-relationship-service-frontend/blob/main/docs/userManual.md
url:
local: *config-irs-url
keycloak:
Expand Down
3 changes: 0 additions & 3 deletions local/deployment/full-irs/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -642,9 +642,6 @@ irs-frontend:
global:
asset:
id: urn:uuid:d3c0bf85-d44f-47c5-990d-fec8a36065c6
vite:
manual:
url: https://github.com/catenax-ng/product-item-relationship-service-frontend/blob/main/docs/userManual.md
url:
local: http://localhost:8080
keycloak:
Expand Down

0 comments on commit f39980f

Please sign in to comment.