Files
truecharts/charts/stable/wg-easy/values.yaml
T
173aa1ca00 chore(deps): update container image ghcr.io/wg-easy/wg-easy to v9@79130e1 by renovate (#16502)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| ghcr.io/wg-easy/wg-easy | major | `8` -> `9` |

---

> [!WARNING]
> Some dependencies could not be looked up. Check the Dependency
Dashboard for more information.

---

### Configuration

📅 **Schedule**: Branch creation - "before 10pm on monday" in timezone
Europe/Amsterdam, Automerge - At any time (no schedule defined).

🚦 **Automerge**: Disabled by config. Please merge this manually once you
are satisfied.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR has been generated by [Renovate
Bot](https://togithub.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4xMDcuMCIsInVwZGF0ZWRJblZlciI6IjM3LjEwNy4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->

Signed-off-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com>
Co-authored-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com>
2023-12-26 23:41:17 +02:00

58 lines
1.2 KiB
YAML

image:
repository: ghcr.io/wg-easy/wg-easy
pullPolicy: IfNotPresent
tag: 9@sha256:79130e155b0d94ce1f3aca254fac268f771ad67841e64a48cc7a8e9dd0b972b2
securityContext:
container:
PUID: 0
runAsUser: 0
runAsGroup: 0
readOnlyRootFilesystem: false
runAsNonRoot: false
capabilities:
add:
- NET_ADMIN
- NET_RAW
- SYS_MODULE
service:
main:
ports:
main:
port: 51821
vpn:
enabled: true
ports:
vpn:
enabled: true
protocol: udp
port: 51820
workload:
main:
podSpec:
containers:
main:
probes:
liveness:
type: tcp
readiness:
type: tcp
startup:
type: tcp
env:
WG_HOST: "localhost"
PORT: "{{ .Values.service.main.ports.main.port }}"
WG_PORT: "{{ .Values.service.vpn.ports.vpn.port }}"
WG_MTU: 0
WG_PERSISTENT_KEEPALIVE: 0
WG_DEFAULT_ADDRESS: "10.8.0.x"
WG_DEFAULT_DNS: "1.1.1.1"
WG_ALLOWED_IPS: "0.0.0.0/0, ::/0"
PASSWORD: "secretpass"
persistence:
config:
enabled: true
mountPath: "/etc/wireguard"
portal:
open:
enabled: true