Files
truecharts/charts/stable/stun-turn-server/values.yaml
T
TrueCharts Bot 44ae9c94cc chore(deps): update container image ich777/stun-turn-server to latest@0ef286c by renovate (#26520)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| ich777/stun-turn-server | digest | `a5a3cf0` -> `0ef286c` |

---

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

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).

🚦 **Automerge**: Enabled.

♻ **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://redirect.github.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC44MS4wIiwidXBkYXRlZEluVmVyIjoiMzguODEuMCIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJ1cGRhdGUvZG9ja2VyL2dlbmVyYWwvbm9uLW1ham9yIl19-->
2024-09-16 14:32:10 +02:00

67 lines
1.5 KiB
YAML

image:
repository: ich777/stun-turn-server
tag: latest@sha256:0ef286c99c908dbc526720774229ec6eab367669226bcecb7a1cc7e5ca64afad
pullPolicy: IfNotPresent
service:
main:
enabled: true
ports:
main:
enabled: true
port: 5349
protocol: tcp
targetPort: 5349
udpports:
enabled: true
ports:
udpports:
enabled: true
port: 5349
protocol: udp
targetPort: 5349
persistence:
config:
enabled: true
mountPath: "/stun-turn"
securityContext:
container:
readOnlyRootFilesystem: false
runAsNonRoot: false
runAsUser: 0
runAsGroup: 0
workload:
main:
podSpec:
containers:
main:
env:
CA_COUNTRY: ""
CA_LOCALITY: ""
CA_ORGANIZATION: ""
CA_STATE_PROV: ""
CERT_FILE: cert.pem
CERT_LENGTH: "2048"
CERT_VALID_DAYS: "3650"
CIPHER_LIST: ECDHE-RSA-AES256-GCM-SHA512:DHE-RSA-AES256-GCM-SHA512:ECDHE-RSA-AES256-GCM-SHA384:ECDHE-RSA-AES256-SHA384
CLI_PASSWORD: ""
DATA_PERM: "770"
DH_FILE: dhparam.pem
DH_LENGTH: "2048"
DISPLAY_SECRETS: "true"
EXTRA_PARAMS: ""
LISTENING_IP: 0.0.0.0
MAX_BPS: "0"
PORT: "{{ .Values.service.main.ports.main.port }}"
PRIVKEY_FILE: privkey.pem
REALM: ""
SECRET: ""
TOTAL_QUOTA: "100"
portal:
open:
enabled: true