https://github.com/mhio/charts
Helm chart repo
https://github.com/mhio/charts
charts helm kubernetes
Last synced: 2 months ago
JSON representation
Helm chart repo
- Host: GitHub
- URL: https://github.com/mhio/charts
- Owner: mhio
- Created: 2020-09-20T03:57:37.000Z (over 4 years ago)
- Default Branch: charts
- Last Pushed: 2021-09-06T01:02:36.000Z (over 3 years ago)
- Last Synced: 2025-01-30T12:28:35.416Z (4 months ago)
- Topics: charts, helm, kubernetes
- Language: HTML
- Homepage: https://mhio.github.io/charts
- Size: 794 KB
- Stars: 1
- Watchers: 2
- Forks: 2
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# mhio helm repo
```
helm repo add mhio https://mhio.github.io/charts/
```## gogs
```
helm upgrade --install mygogs mhio/gogs -f mygogs.values.yaml
```Common values:
```
service:
ingress:
enabled: true
annotations:
"ingress.kubernetes.io/proxy-body-size": "100m"
hosts:
- "git.something.com"
tls:
hosts:
- "git.something.com"
sshDomain: "git.something.com"
gogs:
repositoryUploadMaxFileSize: 100
repositoryUploadMaxFiles: 300
serverDomain: "git.something.com"
serverRootUrl: "https://git.something.com/"
securitySecretKey: "somethingKeyName"
```