chore: set basic definitions up

This commit is contained in:
Daan
2026-05-20 16:58:38 +02:00
parent 40d5d7f0a6
commit 6443a09f38
2 changed files with 12 additions and 0 deletions

View File

@ -49,6 +49,16 @@ storageClassName: {{ $storageClass | quote }}
{{- end -}} {{- end -}}
{{- end -}} {{- end -}}
{{/*
Resource definitions
*/}}
{{- define "gitea.actions.runner.resources" -}}
{{- end -}}
{{- define "gitea.actions.dind.resources" -}}
{{- end -}}
{{/* {{/*
Common labels Common labels
*/}} */}}

View File

@ -75,6 +75,7 @@ statefulset:
digest: "" digest: ""
pullPolicy: IfNotPresent pullPolicy: IfNotPresent
fullOverride: "" fullOverride: ""
resources: {}
extraVolumeMounts: [] extraVolumeMounts: []
extraEnvs: extraEnvs:
[] []
@ -104,6 +105,7 @@ statefulset:
digest: "" digest: ""
pullPolicy: IfNotPresent pullPolicy: IfNotPresent
fullOverride: "" fullOverride: ""
resources: {}
extraVolumeMounts: [] extraVolumeMounts: []
# If the container keeps crashing in your environment, you might have to add the `DOCKER_IPTABLES_LEGACY` environment variable. # If the container keeps crashing in your environment, you might have to add the `DOCKER_IPTABLES_LEGACY` environment variable.