Configured first time

Added hello world action to repo
This commit is contained in:
2025-11-20 18:30:35 +08:00
parent 2540c5334f
commit 6bd88b6a57

View File

@@ -35,7 +35,7 @@
## @param existingSecret Secret that contains the token
## @param existingSecretKey Secret key
## @param giteaRootURL URL the act_runner registers and connect with
enabled: false
enabled: true
statefulset:
replicas: 1
timezone: Etc/UTC
@@ -46,7 +46,7 @@ statefulset:
tolerations: []
affinity: {}
extraVolumes: []
securityContext: {}
#securityContext: {}
actRunner:
registry: "docker.gitea.com"
@@ -56,8 +56,7 @@ statefulset:
pullPolicy: IfNotPresent
fullOverride: ""
extraVolumeMounts: []
extraEnvs:
[]
extraEnvs: []
# - name: "GITEA_RUNNER_NAME"
# valueFrom:
# fieldRef:
@@ -84,8 +83,7 @@ statefulset:
# If the container keeps crashing in your environment, you might have to add the `DOCKER_IPTABLES_LEGACY` environment variable.
# See https://github.com/docker-library/docker/issues/463#issuecomment-1881909456
extraEnvs:
[]
extraEnvs: []
# - name: "DOCKER_IPTABLES_LEGACY"
# value: "1"
@@ -112,11 +110,11 @@ init:
## Specify an existing token secret
##
existingSecret: ""
existingSecretKey: ""
existingSecret: "gitea-token"
existingSecretKey: "token"
## Specify the root URL of the Gitea instance
giteaRootURL: ""
giteaRootURL: "https://gitea.apilab.us"
## @section Global
#
@@ -124,4 +122,4 @@ giteaRootURL: ""
## @param global.storageClass global storage class override
global:
imageRegistry: ""
storageClass: ""
storageClass: "nfs"