-
-
Notifications
You must be signed in to change notification settings - Fork 50
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
14 changed files
with
216 additions
and
53 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
charts |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
dependencies: | ||
- name: nats | ||
repository: https://nats-io.github.io/k8s/helm/charts/ | ||
version: 1.1.4 | ||
- name: postgresql | ||
repository: oci://registry-1.docker.io/bitnamicharts | ||
version: 13.2.24 | ||
- name: opensearch | ||
repository: oci://registry-1.docker.io/bitnamicharts | ||
version: 0.6.1 | ||
digest: sha256:0ba507db4977c1b36e846b75cf90e5e9b8018404120a9bd0bb80dd347c80bd5a | ||
generated: "2023-12-26T17:05:57.75503+01:00" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
apiVersion: v2 | ||
name: demo | ||
description: Formance Private Regions Demo Helm Chart | ||
home: "https://formance.com" | ||
sources: | ||
- "https://github.com/formancehq/stack" | ||
maintainers: | ||
- name: "Formance Team" | ||
email: "[email protected]" | ||
icon: "https://avatars.githubusercontent.com/u/84325077?s=200&v=4" | ||
|
||
type: application | ||
version: 0.1.0 | ||
appVersion: "latest" | ||
|
||
dependencies: | ||
- name: nats | ||
version: 1.1.4 | ||
repository: "https://nats-io.github.io/k8s/helm/charts/" | ||
condition: nats.enabled | ||
- name: postgresql | ||
version: 13.2.24 | ||
repository: "oci://registry-1.docker.io/bitnamicharts" | ||
condition: postgresql.enabled | ||
- name: opensearch | ||
version: 0.6.1 | ||
repository: "oci://registry-1.docker.io/bitnamicharts" | ||
condition: opensearch.enabled |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,61 @@ | ||
# demo | ||
|
||
![Version: 0.1.0](https://img.shields.io/badge/Version-0.1.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: latest](https://img.shields.io/badge/AppVersion-latest-informational?style=flat-square) | ||
|
||
Formance Private Regions Demo Helm Chart | ||
|
||
**Homepage:** <https://formance.com> | ||
|
||
## Maintainers | ||
|
||
| Name | Email | Url | | ||
| ---- | ------ | --- | | ||
| Formance Team | <[email protected]> | | | ||
|
||
## Source Code | ||
|
||
* <https://github.com/formancehq/stack> | ||
|
||
## Requirements | ||
|
||
| Repository | Name | Version | | ||
|------------|------|---------| | ||
| https://nats-io.github.io/k8s/helm/charts/ | nats | 1.1.4 | | ||
| oci://registry-1.docker.io/bitnamicharts | opensearch | 0.6.1 | | ||
| oci://registry-1.docker.io/bitnamicharts | postgresql | 13.2.24 | | ||
|
||
## Values | ||
|
||
| Key | Type | Default | Description | | ||
|-----|------|---------|-------------| | ||
| nats.config.cluster.enabled | bool | `true` | | | ||
| nats.config.cluster.replicas | int | `3` | | | ||
| nats.config.jetstream.enabled | bool | `true` | | | ||
| nats.config.jetstream.fileStore.dir | string | `"/data"` | | | ||
| nats.config.jetstream.fileStore.enabled | bool | `true` | | | ||
| nats.config.jetstream.fileStore.pvc.enabled | bool | `false` | | | ||
| nats.config.jetstream.fileStore.pvc.size | string | `"20Gi"` | | | ||
| nats.enabled | bool | `true` | | | ||
| nats.fullnameOverride | string | `"nats"` | | | ||
| opensearch.coordinating.replicaCount | int | `0` | | | ||
| opensearch.dashboards.enabled | bool | `true` | | | ||
| opensearch.data.persistence.enabled | bool | `false` | | | ||
| opensearch.data.replicaCount | int | `2` | | | ||
| opensearch.enabled | bool | `true` | | | ||
| opensearch.fullnameOverride | string | `"opensearch"` | | | ||
| opensearch.ingest.enabled | bool | `false` | | | ||
| opensearch.ingest.replicaCount | int | `0` | | | ||
| opensearch.master.persistence.enabled | bool | `false` | | | ||
| opensearch.master.replicaCount | int | `1` | | | ||
| opensearch.security.enabled | bool | `false` | | | ||
| postgresql.architecture | string | `"standalone"` | | | ||
| postgresql.enabled | bool | `true` | | | ||
| postgresql.fullnameOverride | string | `"postgresql"` | | | ||
| postgresql.global.postgresql.auth.database | string | `"formance"` | | | ||
| postgresql.global.postgresql.auth.password | string | `"formance"` | | | ||
| postgresql.global.postgresql.auth.postgresPassword | string | `"formance"` | | | ||
| postgresql.global.postgresql.auth.username | string | `"formance"` | | | ||
| postgresql.primary.persistence.enabled | bool | `false` | | | ||
|
||
---------------------------------------------- | ||
Autogenerated from chart metadata using [helm-docs v1.11.2](https://github.com/norwoodj/helm-docs/releases/v1.11.2) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,51 @@ | ||
nats: | ||
enabled: true | ||
fullnameOverride: nats | ||
config: | ||
cluster: | ||
enabled: true | ||
replicas: 3 | ||
jetstream: | ||
enabled: true | ||
fileStore: | ||
enabled: true | ||
dir: /data | ||
pvc: | ||
enabled: false | ||
size: 20Gi | ||
|
||
postgresql: | ||
enabled: true | ||
fullnameOverride: postgresql | ||
architecture: standalone | ||
global: | ||
postgresql: | ||
auth: | ||
username: formance | ||
password: formance | ||
database: formance | ||
postgresPassword: formance | ||
primary: | ||
persistence: | ||
enabled: false | ||
|
||
opensearch: | ||
enabled: true | ||
fullnameOverride: opensearch | ||
security: | ||
enabled: false | ||
master: | ||
replicaCount: 1 | ||
persistence: | ||
enabled: false | ||
data: | ||
replicaCount: 2 | ||
persistence: | ||
enabled: false | ||
coordinating: | ||
replicaCount: 0 | ||
ingest: | ||
enabled: false | ||
replicaCount: 0 | ||
dashboards: | ||
enabled: true |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
70cd991
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Successfully deployed to the following URLs:
docs – ./
docs-git-main-formance.vercel.app
docs-formance.vercel.app
developers.numary.com
docs.numary.com
docs.formance.com
developers.formance.com