Skip to content

Commit

Permalink
one chart
Browse files Browse the repository at this point in the history
  • Loading branch information
wistefan committed Jan 18, 2024
1 parent 2919bbe commit 4715a8d
Show file tree
Hide file tree
Showing 33 changed files with 180 additions and 302 deletions.
44 changes: 44 additions & 0 deletions charts/access-node/Chart.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,44 @@
apiVersion: v2
name: access-node
description: Umbrella Chart for the DOME Marketplace access-node

type: application
version: 0.0.1
appVersion: 0.0.1

dependencies:
- name: blockchain-connector
condition: blockchain-connector.enabled
repository: file:///home/stefanwiedemann/git/wistefan/access-node/charts/blockchain-connector
version: 0.1.0
- name: broker-adapter
condition: broker-adapter.enabled
repository: file:///home/stefanwiedemann/git/wistefan/access-node/charts/broker-adapter
version: 0.1.0
- name: dlt-adapter
condition: dlt-adapter.enabled
repository: file:///home/stefanwiedemann/git/wistefan/access-node/charts/dlt-adapter
version: 0.1.0
- name: kafka
condition: kafka.enabled
repository: oci://registry-1.docker.io/bitnamicharts
version: 26.0.0
- name: postgresql
condition: postgis.enabled
alias: postgis
repository: oci://registry-1.docker.io/bitnamicharts
version: 13.1.5
- name: postgresql
condition: postgresql.enabled
alias: postgresql
repository: oci://registry-1.docker.io/bitnamicharts
version: 13.1.5
- name: scorpio-broker-aaio
condition: scorpio.enabled
alias: scorpio
repository: https://fiware.github.io/helm-charts
version: 0.1.7
- name: tm-forum-api
condition: tm-forum-api.enabled
repository: https://fiware.github.io/helm-charts
version: 0.5.3
98 changes: 98 additions & 0 deletions charts/access-node/values.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,98 @@
blockchain-connector:
enabled: true
broker-adapter:
enabled: true
dlt-adapter:
enabled: true

kafka:
enabled: false
listeners:
client:
protocol: PLAINTEXT
controller:
protocol: PLAINTEXT
interbroker:
protocol: PLAINTEXT
external:
protocol: PLAINTEXT
controller:
persistence:
enabled: false
broker:
persistence:
enabled: false
zookeeper:
persistence:
enabled: false
fullnameOverride: kafka

postgis:
enabled: true
fullnameOverride: postgis
nameOverride: postgis
auth:
username: postgres
enablePostgresUser: true
password: postgres
primary:
persistence:
enabled: false
initdb:
scripts:
enable.sh: |
psql postgresql://postgres:${POSTGRES_PASSWORD}@localhost:5432 -c "CREATE EXTENSION postgis;"
psql postgresql://postgres:${POSTGRES_PASSWORD}@localhost:5432 -c "CREATE DATABASE ngb;"
readReplicas:
persistence:
enabled: false

postgresql:
enabled: true
fullnameOverride: postgresql-connector
nameOverride: postgresql-connector
auth:
username: postgres
enablePostgresUser: true
password: postgres
primary:
persistence:
enabled: false
initdb:
scripts:
create.sh: |
psql postgresql://postgres:${POSTGRES_PASSWORD}@localhost:5432 -c "CREATE DATABASE mktdb;"
readReplicas:
persistence:
enabled: false

scorpio:
enabled: true
image:
repository: scorpiobroker/all-in-one-runner
tag: java-4.1.11
db:
dbhost: postgis
user: postgres
password: postgres
readinessProbe:
path: /q/health
livenessProbe:
path: /q/health
fullnameOverride: scorpio
service:
type: ClusterIP

tm-forum-api:
enabled: true
defaultConfig:
image:
tag: "0.16.0"
additionalEnvVars:
- name: LOGBACK_APPENDER
value: CONSOLE
ngsiLd:
url: http://scorpio:9090
contextUrl: https://uri.etsi.org/ngsi-ld/v1/ngsi-ld-core-context.jsonld
apiProxy:
enabled: true
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
12 changes: 0 additions & 12 deletions it/charts/accessnode/kafka/Chart.yaml

This file was deleted.

21 changes: 0 additions & 21 deletions it/charts/accessnode/kafka/values.yaml

This file was deleted.

12 changes: 0 additions & 12 deletions it/charts/accessnode/postgis/Chart.yaml

This file was deleted.

22 changes: 0 additions & 22 deletions it/charts/accessnode/postgis/values.yaml

This file was deleted.

12 changes: 0 additions & 12 deletions it/charts/accessnode/postgres/Chart.yaml

This file was deleted.

19 changes: 0 additions & 19 deletions it/charts/accessnode/postgres/values.yaml

This file was deleted.

7 changes: 0 additions & 7 deletions it/charts/accessnode/scorpio/Chart.yaml

This file was deleted.

44 changes: 0 additions & 44 deletions it/charts/accessnode/scorpio/templates/_helpers.tpl

This file was deleted.

55 changes: 0 additions & 55 deletions it/charts/accessnode/scorpio/templates/deployment.yaml

This file was deleted.

18 changes: 0 additions & 18 deletions it/charts/accessnode/scorpio/templates/service.yaml

This file was deleted.

Loading

0 comments on commit 4715a8d

Please sign in to comment.