Configured first time
Added hello world action to repo
This commit is contained in:
18
values.yaml
18
values.yaml
@@ -35,7 +35,7 @@
|
|||||||
## @param existingSecret Secret that contains the token
|
## @param existingSecret Secret that contains the token
|
||||||
## @param existingSecretKey Secret key
|
## @param existingSecretKey Secret key
|
||||||
## @param giteaRootURL URL the act_runner registers and connect with
|
## @param giteaRootURL URL the act_runner registers and connect with
|
||||||
enabled: false
|
enabled: true
|
||||||
statefulset:
|
statefulset:
|
||||||
replicas: 1
|
replicas: 1
|
||||||
timezone: Etc/UTC
|
timezone: Etc/UTC
|
||||||
@@ -46,7 +46,7 @@ statefulset:
|
|||||||
tolerations: []
|
tolerations: []
|
||||||
affinity: {}
|
affinity: {}
|
||||||
extraVolumes: []
|
extraVolumes: []
|
||||||
securityContext: {}
|
#securityContext: {}
|
||||||
|
|
||||||
actRunner:
|
actRunner:
|
||||||
registry: "docker.gitea.com"
|
registry: "docker.gitea.com"
|
||||||
@@ -56,8 +56,7 @@ statefulset:
|
|||||||
pullPolicy: IfNotPresent
|
pullPolicy: IfNotPresent
|
||||||
fullOverride: ""
|
fullOverride: ""
|
||||||
extraVolumeMounts: []
|
extraVolumeMounts: []
|
||||||
extraEnvs:
|
extraEnvs: []
|
||||||
[]
|
|
||||||
# - name: "GITEA_RUNNER_NAME"
|
# - name: "GITEA_RUNNER_NAME"
|
||||||
# valueFrom:
|
# valueFrom:
|
||||||
# fieldRef:
|
# 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.
|
# 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
|
# See https://github.com/docker-library/docker/issues/463#issuecomment-1881909456
|
||||||
extraEnvs:
|
extraEnvs: []
|
||||||
[]
|
|
||||||
# - name: "DOCKER_IPTABLES_LEGACY"
|
# - name: "DOCKER_IPTABLES_LEGACY"
|
||||||
# value: "1"
|
# value: "1"
|
||||||
|
|
||||||
@@ -112,11 +110,11 @@ init:
|
|||||||
|
|
||||||
## Specify an existing token secret
|
## Specify an existing token secret
|
||||||
##
|
##
|
||||||
existingSecret: ""
|
existingSecret: "gitea-token"
|
||||||
existingSecretKey: ""
|
existingSecretKey: "token"
|
||||||
|
|
||||||
## Specify the root URL of the Gitea instance
|
## Specify the root URL of the Gitea instance
|
||||||
giteaRootURL: ""
|
giteaRootURL: "https://gitea.apilab.us"
|
||||||
|
|
||||||
## @section Global
|
## @section Global
|
||||||
#
|
#
|
||||||
@@ -124,4 +122,4 @@ giteaRootURL: ""
|
|||||||
## @param global.storageClass global storage class override
|
## @param global.storageClass global storage class override
|
||||||
global:
|
global:
|
||||||
imageRegistry: ""
|
imageRegistry: ""
|
||||||
storageClass: ""
|
storageClass: "nfs"
|
||||||
|
|||||||
Reference in New Issue
Block a user