mirror of
https://github.com/Thumbscrew/k8s-charts.git
synced 2025-07-01 18:39:03 +00:00
Compare commits
7 Commits
focalboard
...
pgadmin-1.
Author | SHA1 | Date | |
---|---|---|---|
d971b9c838 | |||
0db9a85829 | |||
b05307c782 | |||
364b23444e | |||
79ccf8ad7d | |||
455aa95d76 | |||
31876251ed |
@ -31,7 +31,7 @@ I will generally only maintain the charts that I am currently using. See below f
|
|||||||
|freshrss|RSS reader written in PHP|https://freshrss.org/|Yes|
|
|freshrss|RSS reader written in PHP|https://freshrss.org/|Yes|
|
||||||
|pgadmin|PostgreSQL database management tool|https://www.pgadmin.org/|Yes|
|
|pgadmin|PostgreSQL database management tool|https://www.pgadmin.org/|Yes|
|
||||||
|unifi-controller|Unifi Controller (using linuxserver.io's image) for managing Unifi hardware||Yes|
|
|unifi-controller|Unifi Controller (using linuxserver.io's image) for managing Unifi hardware||Yes|
|
||||||
|focalboard|Kanban board software by Mattermost|https://www.focalboard.com/https://www.focalboard.com/|Yes|
|
|focalboard|Kanban board software by Mattermost|https://www.focalboard.com/|Yes|
|
||||||
|
|
||||||
## Contributing
|
## Contributing
|
||||||
|
|
||||||
|
@ -24,7 +24,7 @@ type: application
|
|||||||
# This is the chart version. This version number should be incremented each time you make changes
|
# This is the chart version. This version number should be incremented each time you make changes
|
||||||
# to the chart and its templates, including the app version.
|
# to the chart and its templates, including the app version.
|
||||||
# Versions are expected to follow Semantic Versioning (https://semver.org/)
|
# Versions are expected to follow Semantic Versioning (https://semver.org/)
|
||||||
version: 0.1.0
|
version: 0.2.0
|
||||||
|
|
||||||
# This is the version number of the application being deployed. This version number should be
|
# This is the version number of the application being deployed. This version number should be
|
||||||
# incremented each time you make changes to the application. Versions are not expected to
|
# incremented each time you make changes to the application. Versions are not expected to
|
||||||
|
78
charts/focalboard/README.md
Normal file
78
charts/focalboard/README.md
Normal file
@ -0,0 +1,78 @@
|
|||||||
|
# focalboard
|
||||||
|
|
||||||
|
  
|
||||||
|
|
||||||
|
A Helm chart for Mattermost Focalboard
|
||||||
|
|
||||||
|
**Homepage:** <https://www.focalboard.com/download/personal-edition/>
|
||||||
|
|
||||||
|
## Source Code
|
||||||
|
|
||||||
|
* <https://github.com/mattermost/focalboard>
|
||||||
|
|
||||||
|
## Values
|
||||||
|
|
||||||
|
| Key | Type | Default | Description |
|
||||||
|
|-----|------|---------|-------------|
|
||||||
|
| affinity | object | `{}` | |
|
||||||
|
| autoscaling.enabled | bool | `false` | |
|
||||||
|
| autoscaling.maxReplicas | int | `100` | |
|
||||||
|
| autoscaling.minReplicas | int | `1` | |
|
||||||
|
| autoscaling.targetCPUUtilizationPercentage | int | `80` | |
|
||||||
|
| config.audit_cfg_file | string | `""` | |
|
||||||
|
| config.authMode | string | `"native"` | |
|
||||||
|
| config.dbconfig | string | `"./focalboard.db?_busy_timeout=5000"` | Default SQLite config. See https://github.com/mattermost/focalboard/blob/main/docker/config.json for PostgreSQL config example |
|
||||||
|
| config.dbtableprefix | string | `""` | |
|
||||||
|
| config.dbtype | string | `"sqlite3"` | Possible values 'sqlite' and 'postgres' |
|
||||||
|
| config.enableLocalMode | bool | `false` | |
|
||||||
|
| config.enablePublicSharedBoards | bool | `false` | |
|
||||||
|
| config.filesdriver | string | `"local"` | |
|
||||||
|
| config.filespath | string | `"./data/files"` | |
|
||||||
|
| config.localModeSocketLocation | string | `"/var/tmp/focalboard_local.socket"` | |
|
||||||
|
| config.localOnly | bool | `false` | |
|
||||||
|
| config.logging_cfg_file | string | `""` | |
|
||||||
|
| config.port | int | `8000` | |
|
||||||
|
| config.postgres_dbconfig | string | `"dbname=focalboard sslmode=disable"` | |
|
||||||
|
| config.prometheusaddress | string | `":9092"` | |
|
||||||
|
| config.serverRoot | string | `"http://localhost:8000"` | |
|
||||||
|
| config.session_expire_time | int | `2592000` | |
|
||||||
|
| config.session_refresh_time | int | `18000` | |
|
||||||
|
| config.telemetry | bool | `false` | |
|
||||||
|
| config.useSSL | bool | `false` | |
|
||||||
|
| config.webhook_update | list | `[]` | |
|
||||||
|
| config.webpath | string | `"./pack"` | |
|
||||||
|
| fullnameOverride | string | `""` | |
|
||||||
|
| image.pullPolicy | string | `"IfNotPresent"` | |
|
||||||
|
| image.repository | string | `"mattermost/focalboard"` | |
|
||||||
|
| image.tag | string | `""` | Overrides the image tag whose default is the chart appVersion. |
|
||||||
|
| imagePullSecrets | list | `[]` | |
|
||||||
|
| ingress.annotations | object | `{}` | |
|
||||||
|
| ingress.className | string | `""` | |
|
||||||
|
| ingress.enabled | bool | `false` | |
|
||||||
|
| ingress.hosts[0].host | string | `"focalboard.example.com"` | |
|
||||||
|
| ingress.hosts[0].paths[0].path | string | `"/"` | |
|
||||||
|
| ingress.hosts[0].paths[0].pathType | string | `"ImplementationSpecific"` | |
|
||||||
|
| ingress.tls | list | `[]` | |
|
||||||
|
| nameOverride | string | `""` | |
|
||||||
|
| nodeSelector | object | `{}` | |
|
||||||
|
| persistence.accessMode | string | `"ReadWriteOnce"` | |
|
||||||
|
| persistence.annotations | object | `{}` | |
|
||||||
|
| persistence.enabled | bool | `false` | |
|
||||||
|
| persistence.existingClaim | string | `""` | |
|
||||||
|
| persistence.size | string | `"10Gi"` | |
|
||||||
|
| persistence.storageClass | string | `""` | |
|
||||||
|
| podAnnotations | object | `{}` | |
|
||||||
|
| podSecurityContext | object | `{}` | |
|
||||||
|
| replicaCount | int | `1` | |
|
||||||
|
| resources | object | `{}` | |
|
||||||
|
| securityContext | object | `{}` | |
|
||||||
|
| service.port | int | `8000` | |
|
||||||
|
| service.type | string | `"ClusterIP"` | |
|
||||||
|
| serviceAccount.annotations | object | `{}` | Annotations to add to the service account |
|
||||||
|
| serviceAccount.create | bool | `true` | Specifies whether a service account should be created |
|
||||||
|
| serviceAccount.name | string | `""` | The name of the service account to use. If not set and create is true, a name is generated using the fullname template |
|
||||||
|
| strategy | string | `"Recreate"` | |
|
||||||
|
| tolerations | list | `[]` | |
|
||||||
|
|
||||||
|
----------------------------------------------
|
||||||
|
Autogenerated from chart metadata using [helm-docs v1.11.0](https://github.com/norwoodj/helm-docs/releases/v1.11.0)
|
@ -23,7 +23,7 @@ type: application
|
|||||||
# This is the chart version. This version number should be incremented each time you make changes
|
# This is the chart version. This version number should be incremented each time you make changes
|
||||||
# to the chart and its templates, including the app version.
|
# to the chart and its templates, including the app version.
|
||||||
# Versions are expected to follow Semantic Versioning (https://semver.org/)
|
# Versions are expected to follow Semantic Versioning (https://semver.org/)
|
||||||
version: 1.0.0
|
version: 1.1.0
|
||||||
|
|
||||||
# This is the version number of the application being deployed. This version number should be
|
# This is the version number of the application being deployed. This version number should be
|
||||||
# incremented each time you make changes to the application. Versions are not expected to
|
# incremented each time you make changes to the application. Versions are not expected to
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
# freshrss
|
# freshrss
|
||||||
|
|
||||||
  
|
  
|
||||||
|
|
||||||
A Helm chart for FreshRSS
|
A Helm chart for FreshRSS
|
||||||
|
|
||||||
@ -17,11 +17,11 @@ A Helm chart for FreshRSS
|
|||||||
| affinity | object | `{}` | |
|
| affinity | object | `{}` | |
|
||||||
| freshrss.autoInstall.apiEnabled | bool | `false` | Enable FreshRSS API |
|
| freshrss.autoInstall.apiEnabled | bool | `false` | Enable FreshRSS API |
|
||||||
| freshrss.autoInstall.baseUrl | string | `"freshrss.local"` | URL for FreshRSS instance |
|
| freshrss.autoInstall.baseUrl | string | `"freshrss.local"` | URL for FreshRSS instance |
|
||||||
| freshrss.autoInstall.dbBase | string | `"freshrss"` | Database name |
|
| freshrss.autoInstall.db.host | string | `""` | Database hostname |
|
||||||
| freshrss.autoInstall.dbHost | string | `""` | Database hostname |
|
| freshrss.autoInstall.db.name | string | `"freshrss"` | Database name |
|
||||||
| freshrss.autoInstall.dbPassword | string | `"freshrss"` | Database password |
|
| freshrss.autoInstall.db.password | string | `"freshrss"` | Database password |
|
||||||
| freshrss.autoInstall.dbType | string | `"sqlite"` | Database type - `pgsql`, `mysql` or `sqlite` |
|
| freshrss.autoInstall.db.type | string | `"sqlite"` | Database type - `pgsql`, `mysql` or `sqlite` |
|
||||||
| freshrss.autoInstall.dbUser | string | `"freshrss"` | Database user |
|
| freshrss.autoInstall.db.user | string | `"freshrss"` | Database user |
|
||||||
| freshrss.autoInstall.defaultUser.email | string | `"admin@example.com"` | Email for the default user |
|
| freshrss.autoInstall.defaultUser.email | string | `"admin@example.com"` | Email for the default user |
|
||||||
| freshrss.autoInstall.defaultUser.password | string | `"admin"` | Password for the default user |
|
| freshrss.autoInstall.defaultUser.password | string | `"admin"` | Password for the default user |
|
||||||
| freshrss.autoInstall.defaultUser.user | string | `"admin"` | Username for the default user |
|
| freshrss.autoInstall.defaultUser.user | string | `"admin"` | Username for the default user |
|
||||||
|
@ -54,6 +54,13 @@ spec:
|
|||||||
{{- end }}
|
{{- end }}
|
||||||
--language {{ .Values.freshrss.autoInstall.language }}
|
--language {{ .Values.freshrss.autoInstall.language }}
|
||||||
--default_user {{ .Values.freshrss.autoInstall.defaultUser.user }}
|
--default_user {{ .Values.freshrss.autoInstall.defaultUser.user }}
|
||||||
|
{{- if ne .Values.freshrss.autoInstall.db.type "sqlite" }}
|
||||||
|
--db-base {{ .Values.freshrss.autoInstall.db.name }}
|
||||||
|
--db-host {{ .Values.freshrss.autoInstall.db.host }}
|
||||||
|
--db-password {{ .Values.freshrss.autoInstall.db.password }}
|
||||||
|
--db-type {{ .Values.freshrss.autoInstall.db.type }}
|
||||||
|
--db-user {{ .Values.freshrss.autoInstall.db.user }}
|
||||||
|
{{- end }}
|
||||||
- name: FRESHRSS_USER
|
- name: FRESHRSS_USER
|
||||||
value: |-
|
value: |-
|
||||||
{{- with .Values.freshrss.autoInstall.defaultUser }}
|
{{- with .Values.freshrss.autoInstall.defaultUser }}
|
||||||
|
@ -55,16 +55,17 @@ freshrss:
|
|||||||
language: en
|
language: en
|
||||||
# -- Enable FreshRSS API
|
# -- Enable FreshRSS API
|
||||||
apiEnabled: false
|
apiEnabled: false
|
||||||
# -- Database type - `pgsql`, `mysql` or `sqlite`
|
db:
|
||||||
dbType: sqlite
|
# -- Database type - `pgsql`, `mysql` or `sqlite`
|
||||||
# -- Database name
|
type: sqlite
|
||||||
dbBase: freshrss
|
# -- Database name
|
||||||
# -- Database hostname
|
name: freshrss
|
||||||
dbHost: ""
|
# -- Database hostname
|
||||||
# -- Database password
|
host: ""
|
||||||
dbPassword: freshrss
|
# -- Database password
|
||||||
# -- Database user
|
password: freshrss
|
||||||
dbUser: freshrss
|
# -- Database user
|
||||||
|
user: freshrss
|
||||||
defaultUser:
|
defaultUser:
|
||||||
# -- Username for the default user
|
# -- Username for the default user
|
||||||
user: admin
|
user: admin
|
||||||
|
@ -24,10 +24,10 @@ type: application
|
|||||||
# This is the chart version. This version number should be incremented each time you make changes
|
# This is the chart version. This version number should be incremented each time you make changes
|
||||||
# to the chart and its templates, including the app version.
|
# to the chart and its templates, including the app version.
|
||||||
# Versions are expected to follow Semantic Versioning (https://semver.org/)
|
# Versions are expected to follow Semantic Versioning (https://semver.org/)
|
||||||
version: 0.1.0
|
version: 1.1.0
|
||||||
|
|
||||||
# This is the version number of the application being deployed. This version number should be
|
# This is the version number of the application being deployed. This version number should be
|
||||||
# incremented each time you make changes to the application. Versions are not expected to
|
# incremented each time you make changes to the application. Versions are not expected to
|
||||||
# follow Semantic Versioning. They should reflect the version the application is using.
|
# follow Semantic Versioning. They should reflect the version the application is using.
|
||||||
# It is recommended to use it with quotes.
|
# It is recommended to use it with quotes.
|
||||||
appVersion: "6.21"
|
appVersion: "7.5"
|
||||||
|
@ -15,10 +15,10 @@ type: application
|
|||||||
# This is the chart version. This version number should be incremented each time you make changes
|
# This is the chart version. This version number should be incremented each time you make changes
|
||||||
# to the chart and its templates, including the app version.
|
# to the chart and its templates, including the app version.
|
||||||
# Versions are expected to follow Semantic Versioning (https://semver.org/)
|
# Versions are expected to follow Semantic Versioning (https://semver.org/)
|
||||||
version: 1.0.0
|
version: 1.1.1
|
||||||
|
|
||||||
# This is the version number of the application being deployed. This version number should be
|
# This is the version number of the application being deployed. This version number should be
|
||||||
# incremented each time you make changes to the application. Versions are not expected to
|
# incremented each time you make changes to the application. Versions are not expected to
|
||||||
# follow Semantic Versioning. They should reflect the version the application is using.
|
# follow Semantic Versioning. They should reflect the version the application is using.
|
||||||
# It is recommended to use it with quotes.
|
# It is recommended to use it with quotes.
|
||||||
appVersion: "7.3.83"
|
appVersion: "7.4.162"
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
# unifi-controller
|
# unifi-controller
|
||||||
|
|
||||||
  
|
  
|
||||||
|
|
||||||
A Helm chart for the Unifi Controller
|
A Helm chart for the Unifi Controller
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user