bd6ed5c2c2
CI Gitea Reports Main / Config load (push) Successful in 17s
CI Main / Config load (push) Successful in 20s
CI Gitea Reports Main / Latest version (push) Successful in 17s
CI Main / Latest versio (push) Successful in 19s
ci-helm-build-push Helm push 0.2.0
CI Gitea Reports Main / Build & Push Helm chart (push) Successful in 33s
gitops/gitea-ci-library/gitea-reports GitOps: gitea-reports 0.2.0
CI Gitea Reports Main / GitOps (push) Successful in 33s
CI Gitea Reports Main / Report Summary (push) Successful in 3s
CI Main / Bats tests (push) Failing after 1m16s
CI Main / Cucumber tests (push) Failing after 1m22s
CI Main / Build & Push Docker (push) Has been skipped
CI Main / GitOps (push) Has been skipped
CI Main / Move provider version tag (push) Has been skipped
CI Main / Report Summary (push) Successful in 3s
Co-authored-by: moilanik <niko.moilanen@tietoevry.com> Reviewed-on: #48
68 lines
1.1 KiB
YAML
68 lines
1.1 KiB
YAML
# Constants — shared across all instances. Do not put per-env values here.
|
|
# Per instance: use {env}-values.yaml (e.g. dev-values.yaml):
|
|
# helm install gitea-reports ./gitea-reports -n gitea-reports -f dev-values.yaml
|
|
|
|
nameOverride: ""
|
|
fullnameOverride: ""
|
|
|
|
nginx:
|
|
image: nginx
|
|
tag: alpine
|
|
port: 8080
|
|
bodySize: 100M
|
|
resources:
|
|
requests:
|
|
cpu: 10m
|
|
memory: 32Mi
|
|
limits:
|
|
cpu: 200m
|
|
memory: 128Mi
|
|
|
|
upload:
|
|
image: python
|
|
tag: 3-alpine
|
|
port: 8081
|
|
resources:
|
|
requests:
|
|
cpu: 10m
|
|
memory: 16Mi
|
|
limits:
|
|
cpu: 100m
|
|
memory: 64Mi
|
|
|
|
service:
|
|
type: ClusterIP
|
|
|
|
persistence:
|
|
enabled: true
|
|
accessMode: ReadWriteOnce
|
|
|
|
ingress:
|
|
enabled: true
|
|
entryPoints:
|
|
websecure: websecure
|
|
web: web
|
|
|
|
certificate:
|
|
enabled: true
|
|
|
|
# Optional Helm-managed secret — prefer manual create (see docs/secrets.md).
|
|
publishAuth:
|
|
create: false
|
|
htpasswdUsers: ""
|
|
|
|
retention:
|
|
enabled: false
|
|
mode: cronjob
|
|
schedule: "0 3 * * *"
|
|
image:
|
|
repository: debian
|
|
tag: bookworm-slim
|
|
pullPolicy: IfNotPresent
|
|
giteaApiUrl: ""
|
|
rules:
|
|
branches:
|
|
default:
|
|
minAgeDays: 7
|
|
keepMin: 5
|