add a few keywords to be expanded on
This commit is contained in:
parent
bb50fc9fde
commit
16803279d0
1 changed files with 18 additions and 7 deletions
25
README.org
25
README.org
|
@ -1,4 +1,4 @@
|
||||||
#+TITLE: Minimal Helm Charts
|
#+TITLE: Minimal and Opinionated Helm Charts
|
||||||
#+DATE: 2023-10-18
|
#+DATE: 2023-10-18
|
||||||
|
|
||||||
|
|
||||||
|
@ -6,7 +6,13 @@ Backend-focused and UX optimized minmal charts built for use with deployments ba
|
||||||
|
|
||||||
*** Chart Implementation Guidelines
|
*** Chart Implementation Guidelines
|
||||||
|
|
||||||
TODO
|
**** TODO Example chart definition
|
||||||
|
|
||||||
|
#+BEGIN_SRC
|
||||||
|
$ helm repo add tommy-skaug-charts ghcr.io/tommy-skaug/charts
|
||||||
|
#+END_SRC
|
||||||
|
|
||||||
|
Check out the ingress configuration in [[./docs/ingress.org][ingress.org]]
|
||||||
|
|
||||||
*** Charts
|
*** Charts
|
||||||
|
|
||||||
|
@ -21,14 +27,19 @@ An efficient and self-contained Matrix server using an embedded RocksDB database
|
||||||
|
|
||||||
*** Usage
|
*** Usage
|
||||||
|
|
||||||
#+BEGIN_SRC
|
|
||||||
$ helm repo add tommy-skaug-charts ghcr.io/tommy-skaug/charts
|
|
||||||
#+END_SRC
|
|
||||||
|
|
||||||
Check out the ingress configuration in [[./docs/ingress.org][ingress.org]]
|
|
||||||
|
|
||||||
** License
|
** License
|
||||||
|
|
||||||
Repo was inspired by [[https://gitlab.com/ananace/charts][ananace]] (some parts imported and rewritten).
|
Repo was inspired by [[https://gitlab.com/ananace/charts][ananace]] (some parts imported and rewritten).
|
||||||
|
|
||||||
The general license of this repo is DWTFYWTPB, but it is Apache v2 in some of the repos which were built on other's work. See the individual chart for details.
|
The general license of this repo is DWTFYWTPB, but it is Apache v2 in some of the repos which were built on other's work. See the individual chart for details.
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
helm install dispatch ./dispatch -f values-local.yaml
|
||||||
|
|
||||||
|
kubectl describe pod
|
||||||
|
|
||||||
|
helm delete dispatch
|
||||||
|
|
Loading…
Reference in a new issue