Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/clayrisser/charts
rock8s community helm charts
https://github.com/clayrisser/charts
charts helm kubernetes rancher rancher2
Last synced: 3 months ago
JSON representation
rock8s community helm charts
- Host: GitHub
- URL: https://github.com/clayrisser/charts
- Owner: clayrisser
- License: mit
- Created: 2018-09-09T23:14:29.000Z (over 6 years ago)
- Default Branch: main
- Last Pushed: 2024-03-08T15:31:39.000Z (11 months ago)
- Last Synced: 2024-10-10T16:51:21.218Z (4 months ago)
- Topics: charts, helm, kubernetes, rancher, rancher2
- Language: Go
- Homepage: https://codejam.ninja
- Size: 5.39 MB
- Stars: 13
- Watchers: 3
- Forks: 15
- Open Issues: 23
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# charts
[![Artifact Hub](https://img.shields.io/endpoint?url=https://artifacthub.io/badge/repository/risserlabs)](https://artifacthub.io/packages/search?repo=risserlabs)
> rock8s community helm charts
Please ★ this repo if you found it useful ★ ★ ★
## Guide
![](/assets//deployment-decision.jpg)
### Values Schema
```yaml
images:
[name]:
repository: some-repo
tag: some-versionconfig:
imagePullPolicy: IfNotPresent|Always
updateStrategy: RollingUpdate|Recreate
debug: false
istio: false
[name]:
hostname: ''
baseUrl: ''
replicas: 1
[...additionalConfig]
resources:
enabled: defaults
requests:
cpu: 100m
memory: 128Mi
limits:
cpu: 500m
memory: 256Miservices:
[name]:
type: ClusterIP|NodePort|LoadBalancer
nodePorts:
[protocolName]:
lbPorts:
[protocolName]: 80ingresses:
[name]:
enabled: false
hostname: ''
tls:
enabled: true
certificate: ''
issuer: ''persistance:
enabled: true
accessMode: ReadWriteOnce
size:
[name]: 1Gi
storageClass: ''
velero:
enabled: false
restic: true
schedule: '@midnight'
ttl: 2160h0m00s
kanister:
enabled: false
schedule: '0 0 * * *'
```## License
[MIT License](/LICENSE)
[BitSpur](https://bitspur.com) © 2018-2023