feat(docs) improve documentation with examples of manual and automated deployment. Complete overview.
This commit is contained in:
parent
b45f257b49
commit
1430ea08f9
1 changed files with 3 additions and 1 deletions
|
@ -1,7 +1,9 @@
|
|||
#+TITLE: Ingress
|
||||
#+DATE: 2023-10-20
|
||||
|
||||
The charts maintains the internal networking and you wire the connection to the outside world. I use two ingress classes: Tailscale and nginx, and you can wire a service by adding to kustomization and [[https://fluxcd.io/][flux]] e.g. like the following.
|
||||
The charts maintains the internal networking and you wire the connection to the outside world.
|
||||
I use two ingress classes: Tailscale and nginx, and you can wire a service by adding to kustomization
|
||||
and [[https://fluxcd.io/][flux]] e.g. like the following.
|
||||
|
||||
** Nginx
|
||||
|
||||
|
|
Reference in a new issue