distribute READMEs
This commit is contained in:
@@ -8,7 +8,7 @@ helm repo update
|
||||
helm upgrade --install my-grafana grafana/grafana \
|
||||
--namespace monitoring \
|
||||
--create-namespace \
|
||||
--values grafana/values.yaml
|
||||
--values kubernetes/incubating/grafana/values.yaml
|
||||
|
||||
kubectl get secret --namespace monitoring my-grafana -o jsonpath="{.data.admin-password}" | base64 --decode ; echo
|
||||
```
|
||||
@@ -25,5 +25,5 @@ helm upgrade --install \
|
||||
kube-prometheus-stack \
|
||||
prometheus-community/kube-prometheus-stack \
|
||||
--namespace kube-system \
|
||||
--values grafana/helm-prom-stack-values.yaml
|
||||
--values kubernetes/incubating/grafana/helm-prom-stack-values.yaml
|
||||
```
|
||||
|
||||
18
kubernetes/incubating/wordpress/README.md
Normal file
18
kubernetes/incubating/wordpress/README.md
Normal file
@@ -0,0 +1,18 @@
|
||||
# Wordpress
|
||||
|
||||
The bitnami wordpress chart allows enough customization to
|
||||
work on a custom K3S server. With some tweaks it's quite
|
||||
good. Use the values in `bitnami/wordpress.yaml` as a starting
|
||||
point.
|
||||
|
||||
## Install
|
||||
|
||||
```bash
|
||||
helm upgrade --install \
|
||||
wordpress \
|
||||
-f kubernetes/incubating/bitnami/wordpress.yaml \
|
||||
--set wordpressUsername=admin \
|
||||
--set wordpressPassword=password \
|
||||
--set mariadb.auth.rootPassword=secretpassword \
|
||||
oci://registry-1.docker.io/bitnamicharts/wordpress
|
||||
```
|
||||
Reference in New Issue
Block a user