Files
truecharts/charts/stable/servas/values.yaml
T
TrueCharts BotandGitHub d084d2d047 chore(helm): update image docker.io/beromir/servas 0.4.0 → 0.4.1 (#30080)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| docker.io/beromir/servas | patch | `9a7b1c8` -> `a60f8aa` |

---

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

Add the preset `:preserveSemverRanges` to your config if you don't want
to pin your dependencies.

---

### 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:eyJjcmVhdGVkSW5WZXIiOiIzOS44Mi45IiwidXBkYXRlZEluVmVyIjoiMzkuODIuOSIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL3BhdGNoIl19-->
2024-12-27 12:46:44 +01:00

66 lines
1.7 KiB
YAML

image:
repository: docker.io/beromir/servas
pullPolicy: IfNotPresent
tag: 0.4.1@sha256:a60f8aacf152ee76f32a8e07f39ec34293ec3272b154cf83564a0f3d6b60eb51
securityContext:
container:
runAsNonRoot: false
readOnlyRootFilesystem: false
runAsUser: 0
runAsGroup: 0
service:
main:
ports:
main:
protocol: http
targetPort: 80
port: 11080
workload:
main:
podSpec:
containers:
main:
probes:
liveness:
path: "/"
type: http
readiness:
path: "/"
type: http
startup:
path: "/"
type: http
env:
APP_NAME: Servas
APP_KEY:
secretKeyRef:
name: servas-secrets
key: APP_KEY
APP_ENV: production
APP_DEBUG: false
# APP_URL: "http://localhost:{{ .Values.service.main.ports.main.port }}"
SERVAS_ENABLE_REGISTRATION: true
DB_CONNECTION: mysql
DB_HOST:
secretKeyRef:
expandObjectName: false
name: '{{ printf "%s-%s" .Release.Name "mariadbcreds" }}'
key: plainhost
DB_PORT: 3306
DB_DATABASE: "{{ .Values.mariadb.mariadbDatabase }}"
DB_USERNAME: "{{ .Values.mariadb.mariadbUsername }}"
DB_PASSWORD: "{{ .Values.mariadb.password }}"
persistence:
nginx:
enabled: true
mountPath: "/var/run/nginx"
type: emptyDir
mariadb:
enabled: true
includeCommon: true
mariadbUsername: servas
mariadbDatabase: servas
portal:
open:
enabled: true