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

| Package | Update | Change |
|---|---|---|
| ich777/stun-turn-server | digest | `fe6e439` -> `fe6e439` |

---

> [!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**: 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://togithub.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4xMTYuMCIsInVwZGF0ZWRJblZlciI6IjM3LjExNi4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
2024-01-03 09:19:00 +01:00

67 lines
1.5 KiB
YAML

image:
repository: ich777/stun-turn-server
tag: latest@sha256:fe6e439818ec95920998c134f631545f74575b92b3c4d8a2f15ab9800845fc2d
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