Files
truecharts/charts/stable/owncast/values.yaml
T
TrueCharts BotandGitHub ac3359ef7d fix(deps): update container image gabekangas/owncast to v0.1.2 (#15086)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| gabekangas/owncast | patch | `0.1.1` -> `0.1.2` |

---

> [!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:eyJjcmVhdGVkSW5WZXIiOiIzNy41OS44IiwidXBkYXRlZEluVmVyIjoiMzcuNTkuOCIsInRhcmdldEJyYW5jaCI6Im1hc3RlciJ9-->
2023-11-19 08:25:45 +01:00

32 lines
612 B
YAML

image:
repository: gabekangas/owncast
tag: 0.1.2@sha256:eb21aabe464fb81f34186a00f94c6d22f892fb454ef337849b161a337a931fbb
pullPolicy: IfNotPresent
service:
main:
ports:
main:
port: 10088
targetPort: 8080
rtmp:
enabled: true
# externalTrafficPolicy: Local
ports:
rtmp:
enabled: true
port: 1935
targetPort: 1935
persistence:
config:
enabled: true
mountPath: "/app/data"
portal:
open:
enabled: true
securityContext:
container:
readOnlyRootFilesystem: false
runAsNonRoot: false
runAsUser: 0
runAsGroup: 0