37 lines
921 B
Go Template
37 lines
921 B
Go Template
{{ template "chart.header" . }}
|
|
{{ template "chart.deprecationWarning" . }}
|
|
|
|
{{ template "chart.versionBadge" . }}{{ template "chart.typeBadge" . }}{{ template "chart.appVersionBadge" . }}
|
|
|
|
{{ template "chart.description" . }}
|
|
|
|
{{ template "chart.homepageLine" . }}
|
|
|
|
{{ template "chart.maintainersSection" . }}
|
|
|
|
{{ template "chart.sourcesSection" . }}
|
|
|
|
{{ template "chart.requirementsSection" . }}
|
|
|
|
# Jenkins
|
|
- default build retention 10 builds, 32days
|
|
- memory request 1.25GB
|
|
- dark theme
|
|
- trivy scanner incl. HTML reporting and publisher
|
|
|
|
# goCD
|
|
|
|
# Gitea
|
|
|
|
# Verdaccio
|
|
|
|
## Authentication sealed-secret
|
|
```htpasswd -n -b -B -C 4 <username> <password> | kubeseal --raw --namespace verdaccio --name verdaccio-htpasswd```
|
|
|
|
## Resources
|
|
|
|
### JVM tuning in containers
|
|
- https://developers.redhat.com/blog/2017/04/04/openjdk-and-containers?extIdCarryOver=true&sc_cid=701f2000001Css5AAC
|
|
|
|
{{ template "chart.valuesSection" . }}
|