Commit daily changes
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
@@ -4,7 +4,7 @@ title: README
|
||||
|
||||
## General Info
|
||||
|
||||
For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/incubator/flexo)
|
||||
For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/flexo)
|
||||
|
||||
**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)**
|
||||
|
||||
@@ -22,12 +22,12 @@ For more information on how to install TrueCharts Helm charts, checkout the [ins
|
||||
|
||||
All our charts have dedicated documentation pages.
|
||||
The documentation for this chart can be found here:
|
||||
https://truecharts.org/charts/incubator/flexo
|
||||
https://truecharts.org/charts/stable/flexo
|
||||
|
||||
## Configuration Options
|
||||
|
||||
To view the chart specific options, please view Values.yaml included in the chart.
|
||||
The most recent version of which, is available here: https://github.com/truecharts/public/blob/master/charts/incubator/flexo/values.yaml
|
||||
The most recent version of which, is available here: https://github.com/truecharts/public/blob/master/charts/stable/flexo/values.yaml
|
||||
|
||||
All our Charts use a shared "common" library chart that contains most of the templating and options.
|
||||
For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](/common)
|
||||
|
||||
@@ -12,7 +12,7 @@ This guide doesn't cover using Tailscale with individual applications. While the
|
||||
|
||||
## Requirements
|
||||
|
||||
### Tailscale
|
||||
### Tailscale
|
||||
- Tailscale Account (Free accounts available at [Tailscale's Official website](https://www.tailscale.com))
|
||||
- Tailscale DNS setup for Talos Cluster Domain
|
||||
|
||||
@@ -29,7 +29,7 @@ This part is not needed for CLustertool setup with TalosOS.
|
||||
At some OS's it is required to set two `sysctl` values for proper acces to your local network (LAN). Check your OS documentation how this needs to be done.
|
||||
```
|
||||
net.ipv4.ip_forward = 1
|
||||
net.ipv4.conf.all.src_valid_mark = 1
|
||||
net.ipv4.conf.all.src_valid_mark = 1
|
||||
```
|
||||
|
||||
## Tailscale Chart Setup
|
||||
|
||||
@@ -7,7 +7,7 @@ This is a quick how-to or setup-guide to have a local Wireguard server.
|
||||
## Requirements
|
||||
|
||||
Domain name (can be free using DuckDNS or any DDNS) that has your current WAN IP, WAN IP not recommended unless you have a static IP.
|
||||
|
||||
|
||||
:::caution[Domain and Reverse Proxy]
|
||||
The domain you use should not be behind a reverse proxy, such as Cloudflare Proxy (disable the proxy on the subdomain on the Cloudflare dashboard. The default is Proxied (orange cloud), set to DNS only (grey cloud)), as it won't accurately represent your real WAN IP. To address this, consider creating a subdomain dedicated to Wireguard and disabling the reverse proxy for that specific subdomain only.
|
||||
:::
|
||||
@@ -25,7 +25,7 @@ This part is not needed for CLustertool setup with TalosOS.
|
||||
At some OS's it is required to set two `sysctl` values for proper acces to your local network (LAN). Check your OS documentation how this needs to be done.
|
||||
```
|
||||
net.ipv4.ip_forward = 1
|
||||
net.ipv4.conf.all.src_valid_mark = 1
|
||||
net.ipv4.conf.all.src_valid_mark = 1
|
||||
```
|
||||
|
||||
### Firewall rules
|
||||
@@ -39,13 +39,13 @@ This chart needs to privileged rights. Add the following label to your namespace
|
||||
```yaml
|
||||
labels:
|
||||
pod-security.kubernetes.io/enforce: privileged
|
||||
```
|
||||
```
|
||||
### Configure your .Values
|
||||
|
||||
Set an IP to your Wireguard UDP servive.
|
||||
The default port for the Wireguard UDP service is `51820` and it needs to be accessible outside your network in order for the Wireguard tunnel to work. Therefore if you change this port make sure you change the port on your Firewall as well.
|
||||
|
||||
```yaml
|
||||
```yaml
|
||||
service:
|
||||
vpn:
|
||||
loadBalancerIP: ${WG_EASY_IP}
|
||||
|
||||
@@ -27,7 +27,7 @@ This part is not needed for CLustertool setup with TalosOS.
|
||||
At some OS's it is required to set two `sysctl` values for proper acces to your local network (LAN). Check your OS documentation how this needs to be done.
|
||||
```
|
||||
net.ipv4.ip_forward = 1
|
||||
net.ipv4.conf.all.src_valid_mark = 1
|
||||
net.ipv4.conf.all.src_valid_mark = 1
|
||||
```
|
||||
|
||||
## Zerotier Chart Setup
|
||||
|
||||
@@ -23,7 +23,7 @@ persistence:
|
||||
mountPath: /mystorage
|
||||
```
|
||||
|
||||
```yaml
|
||||
```yaml
|
||||
// values.yaml
|
||||
persistence:
|
||||
config:
|
||||
|
||||
@@ -4,7 +4,7 @@ title: FluxCD Webhook
|
||||
|
||||
:::warning
|
||||
|
||||
This guide isnt covered by the Support Policy and is considered more advanced.
|
||||
This guide isnt covered by the Support Policy and is considered more advanced.
|
||||
If you face issues feel free to open a thread in the appropiate Channel in our Discord server.
|
||||
|
||||
:::
|
||||
@@ -23,7 +23,7 @@ If you face issues feel free to open a thread in the appropiate Channel in our D
|
||||
- Add the necessary kustomization to the `webhooks` folder for the github directory
|
||||
- Next we will need 3 files inside the github folder:
|
||||
```yaml
|
||||
// receiver.yaml
|
||||
// receiver.yaml
|
||||
|
||||
apiVersion: notification.toolkit.fluxcd.io/v1
|
||||
kind: Receiver
|
||||
@@ -106,7 +106,7 @@ If you face issues feel free to open a thread in the appropiate Channel in our D
|
||||
|
||||
## Get Receiver URL:
|
||||
|
||||
After pushing the changes to your cluster and waiting for reconcile.
|
||||
After pushing the changes to your cluster and waiting for reconcile.
|
||||
Run the following command to get your receiver url:
|
||||
|
||||
```bash
|
||||
|
||||
@@ -74,7 +74,7 @@ crds:
|
||||
|
||||
### Prometheus
|
||||
|
||||
Kube-promotheus-stack is used for metrics.
|
||||
Kube-promotheus-stack is used for metrics.
|
||||
The chart can be found [here](https://github.com/prometheus-community/helm-charts/tree/main/charts/kube-prometheus-stack).
|
||||
|
||||
As we provide our own grafana with included dashboard. We recommend to disable grafana in the kube-prometheus-stack:
|
||||
|
||||
@@ -15,7 +15,7 @@ As part of an effort to streamline and refine the project, TrueCharts has offici
|
||||
|
||||
## Expansion to Stable Charts
|
||||
|
||||
In a significant update, TrueCharts has moved 15 charts from the incubator to the stable train, ensuring they are now fully ready-to-use. Additionally, the community has added 5 completely new charts to the stable train, expanding the selection of reliable and robust options available to users.
|
||||
In a significant update, TrueCharts has moved 15 charts from the incubator to the stable train, ensuring they are now fully ready-to-use. Additionally, the community has added 5 completely new charts to the stable train, expanding the selection of reliable and robust options available to users.
|
||||
|
||||
## Documentation Overhaul
|
||||
|
||||
|
||||
Reference in New Issue
Block a user