mirror of
https://github.com/Thumbscrew/k8s-charts.git
synced 2025-07-01 10:35:23 +00:00
Compare commits
9 Commits
focalboard
...
unifi-cont
Author | SHA1 | Date | |
---|---|---|---|
c11351b80e | |||
2fdc84e9b1 | |||
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|
|
||||
|pgadmin|PostgreSQL database management tool|https://www.pgadmin.org/|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
|
||||
|
||||
|
@ -24,7 +24,7 @@ type: application
|
||||
# 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.
|
||||
# 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
|
||||
# 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
|
||||
# to the chart and its templates, including the app version.
|
||||
# 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
|
||||
# incremented each time you make changes to the application. Versions are not expected to
|
||||
|
@ -1,6 +1,6 @@
|
||||
# freshrss
|
||||
|
||||
  
|
||||
  
|
||||
|
||||
A Helm chart for FreshRSS
|
||||
|
||||
@ -17,11 +17,11 @@ A Helm chart for FreshRSS
|
||||
| affinity | object | `{}` | |
|
||||
| freshrss.autoInstall.apiEnabled | bool | `false` | Enable FreshRSS API |
|
||||
| freshrss.autoInstall.baseUrl | string | `"freshrss.local"` | URL for FreshRSS instance |
|
||||
| freshrss.autoInstall.dbBase | string | `"freshrss"` | Database name |
|
||||
| freshrss.autoInstall.dbHost | string | `""` | Database hostname |
|
||||
| freshrss.autoInstall.dbPassword | string | `"freshrss"` | Database password |
|
||||
| freshrss.autoInstall.dbType | string | `"sqlite"` | Database type - `pgsql`, `mysql` or `sqlite` |
|
||||
| freshrss.autoInstall.dbUser | string | `"freshrss"` | Database user |
|
||||
| freshrss.autoInstall.db.host | string | `""` | Database hostname |
|
||||
| freshrss.autoInstall.db.name | string | `"freshrss"` | Database name |
|
||||
| freshrss.autoInstall.db.password | string | `"freshrss"` | Database password |
|
||||
| freshrss.autoInstall.db.type | string | `"sqlite"` | Database type - `pgsql`, `mysql` or `sqlite` |
|
||||
| freshrss.autoInstall.db.user | string | `"freshrss"` | Database 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.user | string | `"admin"` | Username for the default user |
|
||||
|
@ -54,6 +54,13 @@ spec:
|
||||
{{- end }}
|
||||
--language {{ .Values.freshrss.autoInstall.language }}
|
||||
--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
|
||||
value: |-
|
||||
{{- with .Values.freshrss.autoInstall.defaultUser }}
|
||||
|
@ -55,16 +55,17 @@ freshrss:
|
||||
language: en
|
||||
# -- Enable FreshRSS API
|
||||
apiEnabled: false
|
||||
# -- Database type - `pgsql`, `mysql` or `sqlite`
|
||||
dbType: sqlite
|
||||
# -- Database name
|
||||
dbBase: freshrss
|
||||
# -- Database hostname
|
||||
dbHost: ""
|
||||
# -- Database password
|
||||
dbPassword: freshrss
|
||||
# -- Database user
|
||||
dbUser: freshrss
|
||||
db:
|
||||
# -- Database type - `pgsql`, `mysql` or `sqlite`
|
||||
type: sqlite
|
||||
# -- Database name
|
||||
name: freshrss
|
||||
# -- Database hostname
|
||||
host: ""
|
||||
# -- Database password
|
||||
password: freshrss
|
||||
# -- Database user
|
||||
user: freshrss
|
||||
defaultUser:
|
||||
# -- Username for the default user
|
||||
user: admin
|
||||
|
@ -24,10 +24,10 @@ type: application
|
||||
# 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.
|
||||
# Versions are expected to follow Semantic Versioning (https://semver.org/)
|
||||
version: 0.1.0
|
||||
version: 1.2.0
|
||||
|
||||
# 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
|
||||
# follow Semantic Versioning. They should reflect the version the application is using.
|
||||
# It is recommended to use it with quotes.
|
||||
appVersion: "6.21"
|
||||
appVersion: "7.6"
|
||||
|
@ -15,10 +15,10 @@ type: application
|
||||
# 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.
|
||||
# Versions are expected to follow Semantic Versioning (https://semver.org/)
|
||||
version: 1.0.0
|
||||
version: 1.2.0
|
||||
|
||||
# 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
|
||||
# follow Semantic Versioning. They should reflect the version the application is using.
|
||||
# It is recommended to use it with quotes.
|
||||
appVersion: "7.3.83"
|
||||
appVersion: "7.5.174"
|
||||
|
@ -1,6 +1,6 @@
|
||||
# unifi-controller
|
||||
|
||||
  
|
||||
  
|
||||
|
||||
A Helm chart for the Unifi Controller
|
||||
|
||||
|
Reference in New Issue
Block a user