Skip to content

Commit

Permalink
Merge pull request #16 from FIWARE/fix-it
Browse files Browse the repository at this point in the history
Disable APISIX dashboard to avoid port conflicts on local setup
  • Loading branch information
Stefan Wiedemann authored Jul 31, 2024
2 parents bd8d78d + 8968eef commit 7c8e5c6
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
2 changes: 1 addition & 1 deletion charts/data-space-connector/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v2
name: data-space-connector
description: Umbrella Chart for the FIWARE Data Space Connector, combining all essential parts to be used by a participant.
type: application
version: 7.3.0
version: 7.3.1
dependencies:
- name: postgresql
condition: postgresql.enabled
Expand Down
5 changes: 2 additions & 3 deletions charts/data-space-connector/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -144,8 +144,7 @@ odrl-pap:
name: database-secret
key: postgres-admin-password


# -- configuration for the open-policy-agent to be deployed as part of the connector, as a sidecar to apisix
# -- configuration for the open-policy-agent to be deployed as part of the connector fulfilling the role of the PDP, as a sidecar to apisix
opa:
# -- should an opa sidecar be deployed to apisix
enabled: true
Expand Down Expand Up @@ -222,7 +221,7 @@ apisix:
subPath: opa.lua
# -- sidecars to be deployed for apisix
sidecars:
# -- we want to deploy the open-policy-agent as a pep
# -- we want to deploy the open-policy-agent as a pdp
- name: open-policy-agent
image: openpolicyagent/opa:0.64.1
imagePullPolicy: IfNotPresent
Expand Down
4 changes: 3 additions & 1 deletion k3s/provider.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,9 @@ keycloak:

apisix:
image:
debug: true
debug: true
dashboard:
enabled: false
dataPlane:
ingress:
enabled: true
Expand Down

0 comments on commit 7c8e5c6

Please sign in to comment.