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

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

---

> [!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:eyJjcmVhdGVkSW5WZXIiOiIzOC4xNDIuNyIsInVwZGF0ZWRJblZlciI6IjM4LjE0Mi43IiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvbWlub3IiXX0=-->
2024-11-19 03:07:14 +01:00

66 lines
1.7 KiB
YAML

image:
repository: docker.io/beromir/servas
pullPolicy: IfNotPresent
tag: 0.4.0@sha256:9a7b1c895975748f6684c82bd15bd98814e83514f1f2e2016ad89645f69bf966
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