forked from bitnami/charts
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Sameer Naik
committed
Jul 10, 2016
1 parent
d85b51e
commit f93fa18
Showing
188 changed files
with
1,353 additions
and
1,637 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
*.tgz |
Empty file.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,16 @@ | ||
name: apache | ||
version: 0.3.0 | ||
description: Chart for Apache HTTP Server | ||
keywords: | ||
- apache | ||
- http | ||
- www | ||
- web | ||
- reverse proxy | ||
home: https://httpd.apache.org | ||
source: | ||
sources: | ||
- https://github.com/bitnami/bitnami-docker-apache | ||
version: 0.2.0 | ||
description: Chart for Apache HTTP Server | ||
maintainers: | ||
- Bitnami <[email protected]> | ||
details: |- | ||
The Apache HTTP Server Project is an effort to develop and maintain an open-source HTTP server for modern operating systems including UNIX and Windows NT. The goal of this project is to provide a secure, efficient and extensible server that provides HTTP services in sync with the current HTTP standards. | ||
- name: Bitnami | ||
email: [email protected] | ||
engine: gotpl |
11 changes: 7 additions & 4 deletions
11
apache/manifests/apache-rc.yaml → apache/templates/apache-rc.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
imageTag: 2.4.20-r0 |
Empty file.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,18 @@ | ||
name: drupal | ||
version: 0.3.0 | ||
description: One of the most versatile open source content management systems. | ||
keywords: | ||
- drupal | ||
- cms | ||
- blog | ||
- http | ||
- web | ||
- application | ||
- php | ||
home: http://www.drupal.org/ | ||
source: | ||
sources: | ||
- https://github.com/bitnami/bitnami-docker-drupal | ||
version: 0.2.1 | ||
description: One of the most versatile open source content management systems. | ||
maintainers: | ||
- Bitnami <[email protected]> | ||
dependencies: | ||
- name: mariadb | ||
version: 0.2.1 | ||
details: |- | ||
Drupal is one of the most versatile open source content management systems on the market. | ||
- name: Bitnami | ||
email: [email protected] | ||
engine: gotpl |
Empty file.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
name: mariadb | ||
version: 0.3.0 | ||
description: Chart for MariaDB | ||
keywords: | ||
- mariadb | ||
- mysql | ||
- database | ||
- sql | ||
home: https://mariadb.org | ||
sources: | ||
- https://github.com/bitnami/bitnami-docker-mariadb | ||
maintainers: | ||
- name: Bitnami | ||
email: [email protected] | ||
engine: gotpl |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,37 @@ | ||
# MariaDB | ||
|
||
> MariaDB is a fast, reliable, scalable, and easy to use open-source relational database system. MariaDB Server is intended for mission-critical, heavy-load production systems as well as for embedding into mass-deployed software. | ||
Based on the [Bitnami MariaDB](https://github.com/bitnami/bitnami-docker-mariadb) image for docker, this Chart bootstraps a [MariaDB](https://mariadb.com/) deployment on a [Kubernetes](http://kubernetes.io) cluster using [Helm](https://helm.sh). | ||
|
||
## Persistence | ||
|
||
For persistence of the MariaDB data, mount a [storage volume](http://kubernetes.io/docs/user-guide/volumes/) at the `/bitnami/mariadb` path of the MariaDB pod. | ||
|
||
By default the MariaDB Chart mounts an [emptyDir](http://kubernetes.io/docs/user-guide/volumes/#emptydir) volume. | ||
|
||
## Configuration | ||
|
||
To edit the default MariaDB configuration, run | ||
|
||
```bash | ||
$ helmc edit mariadb | ||
``` | ||
|
||
Configurable parameters can be specified in `tpl/values.toml`. If not specified default values as defined by the [Bitnami MariaDB](https://github.com/bitnami/bitnami-docker-mariadb) image are used. | ||
|
||
> Tip: If you have issues running the above command, add `se autochdir` to your `~/.vimrc` profile or simply edit `~/.helmc/workspace/charts/mariadb/tpl/values.toml` in your favourite editor. | ||
Finally, generate the chart to apply your changes to the configuration. | ||
|
||
```bash | ||
$ helmc generate --force mariadb | ||
``` | ||
|
||
## Cleanup | ||
|
||
To delete the MariaDB deployment completely: | ||
|
||
```bash | ||
$ helmc uninstall -n default mariadb | ||
``` |
20 changes: 11 additions & 9 deletions
20
mariadb/manifests/mariadb-rc.yaml → .../charts/mariadb/templates/mariadb-rc.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
apiVersion: v1 | ||
kind: Secret | ||
metadata: | ||
name: {{ printf "%s-%s" .Release.Name "mariadb" | trunc 24 }} | ||
labels: | ||
provider: mariadb | ||
release: {{ .Release.Name }} | ||
heritage: bitnami | ||
type: Opaque | ||
data: | ||
mariadb-root-password: {{ .Values.mariadbRootPassword | quote | b64enc | quote }} | ||
mariadb-password: {{ .Values.mariadbPassword | quote | b64enc | quote }} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
imageTag: 10.1.14-r1 | ||
|
||
mariadbRootPassword: | ||
mariadbUser: | ||
mariadbPassword: | ||
mariadbDatabase: |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
22 changes: 12 additions & 10 deletions
22
drupal/tpl/drupal-rc.yaml → drupal/templates/drupal-rc.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.