Skip to content

Commit

Permalink
chore(helm): enable filesystem for EDC instances (#31)
Browse files Browse the repository at this point in the history
There is an error log about a read-only filesystem. Enable writing for larger messages.
  • Loading branch information
dblankevia authored Feb 20, 2023
1 parent 4521015 commit 68bb0fe
Show file tree
Hide file tree
Showing 5 changed files with 30 additions and 0 deletions.
6 changes: 6 additions & 0 deletions charts/traceability-foss-backend/values-dev.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -200,6 +200,9 @@ irs-edc-consumer:

namespace: product-traceability-foss

securityContext:
readOnlyRootFilesystem: false

image:
tag: "0.1.2"

Expand Down Expand Up @@ -307,6 +310,9 @@ irs-edc-consumer:

namespace: product-traceability-foss

securityContext:
readOnlyRootFilesystem: false

image:
tag: "0.1.2"

Expand Down
6 changes: 6 additions & 0 deletions charts/traceability-foss-backend/values-int.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -187,6 +187,9 @@ irs-edc-consumer:

namespace: product-traceability-foss

securityContext:
readOnlyRootFilesystem: false

auth:
postgresPassword: <path:traceability-foss/data/int/edc/database#password>
username: <path:traceability-foss/data/int/edc/database#user>
Expand Down Expand Up @@ -310,6 +313,9 @@ irs-edc-consumer:
image:
tag: "0.1.2"

securityContext:
readOnlyRootFilesystem: false

ingresses:
- enabled: true
hostname: "tracex-consumer-dataplane.int.demo.catena-x.net"
Expand Down
6 changes: 6 additions & 0 deletions charts/traceability-foss-backend/values-test-dev.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -188,6 +188,9 @@ irs-edc-consumer:
nameOverride: "tracex-test-consumer-edc-postgresql"
fullnameOverride: "tracex-test-consumer-edc-postgresql"

securityContext:
readOnlyRootFilesystem: false

namespace: product-traceability-foss

auth:
Expand Down Expand Up @@ -310,6 +313,9 @@ irs-edc-consumer:

namespace: product-traceability-foss

securityContext:
readOnlyRootFilesystem: false

image:
tag: "0.1.2"

Expand Down
6 changes: 6 additions & 0 deletions infrastructure/edc-provider/values-dev-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,9 @@ edc-controlplane:
repository: "ghcr.io/catenax-ng/product-edc/edc-controlplane-postgresql-hashicorp-vault"
tag: "0.1.2"

securityContext:
readOnlyRootFilesystem: false

ingresses:
- enabled: true
hostname: "trace-x-test-edc.dev.demo.catena-x.net"
Expand Down Expand Up @@ -114,6 +117,9 @@ edc-dataplane:
repository: "ghcr.io/catenax-ng/product-edc/edc-dataplane-hashicorp-vault"
tag: "0.1.2"

securityContext:
readOnlyRootFilesystem: false

ingresses:
- enabled: true
hostname: "trace-x-test-edc-dataplane.dev.demo.catena-x.net"
Expand Down
6 changes: 6 additions & 0 deletions infrastructure/edc-provider/values-dev.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,9 @@ edc-controlplane:
repository: "ghcr.io/catenax-ng/product-edc/edc-controlplane-postgresql-hashicorp-vault"
tag: "0.1.2"

securityContext:
readOnlyRootFilesystem: false

ingresses:
- enabled: true
hostname: "trace-x-edc.dev.demo.catena-x.net"
Expand Down Expand Up @@ -114,6 +117,9 @@ edc-dataplane:
repository: "ghcr.io/catenax-ng/product-edc/edc-dataplane-hashicorp-vault"
tag: "0.1.2"

securityContext:
readOnlyRootFilesystem: false

ingresses:
- enabled: true
hostname: "trace-x-edc-dataplane.dev.demo.catena-x.net"
Expand Down

0 comments on commit 68bb0fe

Please sign in to comment.