Files
truecharts/charts/stable/servas/values.yaml
T
TrueCharts Bot ae7f57a8a9 chore(helm): update image docker.io/beromir/servas 0.2.0 → 0.3.0 (#28613)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| docker.io/beromir/servas | minor | `e3beaf0` -> `845818f` |

---

> [!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:eyJjcmVhdGVkSW5WZXIiOiIzOC4xMzUuMyIsInVwZGF0ZWRJblZlciI6IjM4LjEzNS4zIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvbWlub3IiXX0=-->
2024-10-30 21:31:07 +01:00

66 lines
1.7 KiB
YAML

image:
repository: docker.io/beromir/servas
pullPolicy: IfNotPresent
tag: 0.3.0@sha256:845818f746c360ea71fcefbe3761be927480ecbcc0848e9d1530a71b2e60f494
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