This PR contains the following updates: | Package | Update | Change | |---|---|---| | tccr.io/truecharts/stun-turn-server | digest | `7ec1d59` -> `459d8f6` | --- > [!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://togithub.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy41OS44IiwidXBkYXRlZEluVmVyIjoiMzcuNjUuMCIsInRhcmdldEJyYW5jaCI6Im1hc3RlciJ9-->
67 lines
1.5 KiB
YAML
67 lines
1.5 KiB
YAML
image:
|
|
pullPolicy: IfNotPresent
|
|
repository: tccr.io/truecharts/stun-turn-server
|
|
tag: latest@sha256:459d8f624ae06708f245e51a25afd904a3b83242630913976356ee754925391f
|
|
|
|
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
|