Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Disable APISIX dashboard to avoid port conflicts on local setup #16

Merged
merged 5 commits into from
Jul 31, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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