Skip to content
Open
Show file tree
Hide file tree
Changes from 1 commit
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
8 changes: 4 additions & 4 deletions cloudbank-v5/account/helm/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -148,18 +148,18 @@ affinity: {}

obaas:
# TODO: Set to your OBaaS installation namespace
namespace: REPLACE_WITH_OBAAS_NAMESPACE # e.g., obaas-cdd, obaas-prod, etc.
namespace: obaas-dev # e.g., obaas-cdd, obaas-prod, etc.

# Framework selection: SPRING_BOOT or HELIDON
# TODO: Choose your framework (SPRING_BOOT or HELIDON)
framework: REPLACE_WITH_FRAMEWORK # Options: SPRING_BOOT or HELIDON
framework: SPRING_BOOT # Options: SPRING_BOOT or HELIDON

database:
enabled: true # If true, database configuration will be injected
# TODO: Set the name of your database credentials secret
credentialsSecret: REPLACE_WITH_DB_CREDENTIALS_SECRET # e.g., my-app-db-secrets
credentialsSecret: account-db-secrets # e.g., my-app-db-secrets
# TODO: Set the name of your ADB wallet secret
walletSecret: REPLACE_WITH_DB_WALLET_SECRET # e.g., my-app-adb-wallet
walletSecret: obaas-adb-tns-admin-1 # e.g., my-app-adb-wallet

# Enable OpenTelemetry tracing and metrics
otel:
Expand Down
8 changes: 4 additions & 4 deletions cloudbank-v5/chatbot/helm/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -148,18 +148,18 @@ affinity: {}

obaas:
# TODO: Set to your OBaaS installation namespace
namespace: REPLACE_WITH_OBAAS_NAMESPACE # e.g., obaas-cdd, obaas-prod, etc.
namespace: obaas-dev # e.g., obaas-cdd, obaas-prod, etc.

# Framework selection: SPRING_BOOT or HELIDON
# TODO: Choose your framework (SPRING_BOOT or HELIDON)
framework: REPLACE_WITH_FRAMEWORK # Options: SPRING_BOOT or HELIDON
framework: SPRING_BOOT # Options: SPRING_BOOT or HELIDON

database:
enabled: true # If true, database configuration will be injected
# TODO: Set the name of your database credentials secret
credentialsSecret: REPLACE_WITH_DB_CREDENTIALS_SECRET # e.g., my-app-db-secrets
credentialsSecret: account-db-secrets # e.g., my-app-db-secrets
# TODO: Set the name of your ADB wallet secret
walletSecret: REPLACE_WITH_DB_WALLET_SECRET # e.g., my-app-tns-admin
walletSecret: obaas-adb-tns-admin-1 # e.g., my-app-tns-admin

# Enable OpenTelemetry tracing and metrics
otel:
Expand Down
8 changes: 4 additions & 4 deletions cloudbank-v5/checks/helm/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -148,18 +148,18 @@ affinity: {}

obaas:
# TODO: Set to your OBaaS installation namespace
namespace: REPLACE_WITH_OBAAS_NAMESPACE # e.g., obaas-cdd, obaas-prod, etc.
namespace: obaas-dev # e.g., obaas-cdd, obaas-prod, etc.

# Framework selection: SPRING_BOOT or HELIDON
# TODO: Choose your framework (SPRING_BOOT or HELIDON)
framework: REPLACE_WITH_FRAMEWORK # Options: SPRING_BOOT or HELIDON
framework: SPRING_BOOT # Options: SPRING_BOOT or HELIDON

database:
enabled: true # If true, database configuration will be injected
# TODO: Set the name of your database credentials secret
credentialsSecret: REPLACE_WITH_DB_CREDENTIALS_SECRET # e.g., my-app-db-secrets
credentialsSecret: account-db-secrets # e.g., my-app-db-secrets
# TODO: Set the name of your ADB wallet secret
walletSecret: REPLACE_WITH_DB_WALLET_SECRET # e.g., my-app-tns-admin
walletSecret: obaas-adb-tns-admin-1 # e.g., my-app-tns-admin

# Enable OpenTelemetry tracing and metrics
otel:
Expand Down
8 changes: 4 additions & 4 deletions cloudbank-v5/creditscore/helm/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -148,18 +148,18 @@ affinity: {}

obaas:
# TODO: Set to your OBaaS installation namespace
namespace: REPLACE_WITH_OBAAS_NAMESPACE # e.g., obaas-cdd, obaas-prod, etc.
namespace: obaas-dev # e.g., obaas-cdd, obaas-prod, etc.

# Framework selection: SPRING_BOOT or HELIDON
# TODO: Choose your framework (SPRING_BOOT or HELIDON)
framework: REPLACE_WITH_FRAMEWORK # Options: SPRING_BOOT or HELIDON
framework: SPRING_BOOT # Options: SPRING_BOOT or HELIDON

database:
enabled: false # If true, database configuration will be injected
# TODO: Set the name of your database credentials secret
credentialsSecret: REPLACE_WITH_DB_CREDENTIALS_SECRET # e.g., my-app-db-secrets
credentialsSecret: account-db-secrets # e.g., my-app-db-secrets
# TODO: Set the name of your ADB wallet secret
walletSecret: REPLACE_WITH_DB_WALLET_SECRET # e.g., my-app-tns-admin
walletSecret: obaas-adb-tns-admin-1 # e.g., my-app-tns-admin

# Enable OpenTelemetry tracing and metrics
otel:
Expand Down
8 changes: 4 additions & 4 deletions cloudbank-v5/customer/helm/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -148,18 +148,18 @@ affinity: {}

obaas:
# TODO: Set to your OBaaS installation namespace
namespace: REPLACE_WITH_OBAAS_NAMESPACE # e.g., obaas-cdd, obaas-prod, etc.
namespace: obaas-dev # e.g., obaas-cdd, obaas-prod, etc.

# Framework selection: SPRING_BOOT or HELIDON
# TODO: Choose your framework (SPRING_BOOT or HELIDON)
framework: REPLACE_WITH_FRAMEWORK # Options: SPRING_BOOT or HELIDON
framework: SPRING_BOOT # Options: SPRING_BOOT or HELIDON

database:
enabled: true # If true, database configuration will be injected
# TODO: Set the name of your database credentials secret
credentialsSecret: REPLACE_WITH_DB_CREDENTIALS_SECRET # e.g., my-app-db-secrets
credentialsSecret: account-db-secrets # e.g., my-app-db-secrets
# TODO: Set the name of your ADB wallet secret
walletSecret: REPLACE_WITH_DB_WALLET_SECRET # e.g., my-app-adb-wallet
walletSecret: obaas-adb-tns-admin-1 # e.g., my-app-adb-wallet

# Enable OpenTelemetry tracing and metrics
otel:
Expand Down
8 changes: 4 additions & 4 deletions cloudbank-v5/testrunner/helm/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -148,18 +148,18 @@ affinity: {}

obaas:
# TODO: Set to your OBaaS installation namespace
namespace: REPLACE_WITH_OBAAS_NAMESPACE # e.g., obaas-cdd, obaas-prod, etc.
namespace: obaas-dev # e.g., obaas-cdd, obaas-prod, etc.

# Framework selection: SPRING_BOOT or HELIDON
# TODO: Choose your framework (SPRING_BOOT or HELIDON)
framework: REPLACE_WITH_FRAMEWORK # Options: SPRING_BOOT or HELIDON
framework: SPRING_BOOT # Options: SPRING_BOOT or HELIDON

database:
enabled: true # If true, database configuration will be injected
# TODO: Set the name of your database credentials secret
credentialsSecret: REPLACE_WITH_DB_CREDENTIALS_SECRET # e.g., my-app-db-secrets
credentialsSecret: account-db-secrets # e.g., my-app-db-secrets
# TODO: Set the name of your ADB wallet secret
walletSecret: REPLACE_WITH_DB_WALLET_SECRET # e.g., my-app-tns-admin
walletSecret: obaas-adb-tns-admin-1 # e.g., my-app-tns-admin

# Enable OpenTelemetry tracing and metrics
otel:
Expand Down
8 changes: 4 additions & 4 deletions cloudbank-v5/transfer/helm/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -148,18 +148,18 @@ affinity: {}

obaas:
# TODO: Set to your OBaaS installation namespace
namespace: REPLACE_WITH_OBAAS_NAMESPACE # e.g., obaas-cdd, obaas-prod, etc.
namespace: obaas-dev # e.g., obaas-cdd, obaas-prod, etc.

# Framework selection: SPRING_BOOT or HELIDON
# TODO: Choose your framework (SPRING_BOOT or HELIDON)
framework: REPLACE_WITH_FRAMEWORK # Options: SPRING_BOOT or HELIDON
framework: SPRING_BOOT # Options: SPRING_BOOT or HELIDON

database:
enabled: true # If true, database configuration will be injected
# TODO: Set the name of your database credentials secret
credentialsSecret: REPLACE_WITH_DB_CREDENTIALS_SECRET # e.g., my-app-db-secrets
credentialsSecret: account-db-secrets # e.g., my-app-db-secrets
# TODO: Set the name of your ADB wallet secret
walletSecret: REPLACE_WITH_DB_WALLET_SECRET # e.g., my-app-tns-admin
walletSecret: obaas-adb-tns-admin-1 # e.g., my-app-tns-admin

# Enable OpenTelemetry tracing and metrics
otel:
Expand Down
Loading