diff --git a/clusters/cl01tl/platform/gitea/values.yaml b/clusters/cl01tl/platform/gitea/values.yaml index 9ac5bf5c7..e104cfa5e 100644 --- a/clusters/cl01tl/platform/gitea/values.yaml +++ b/clusters/cl01tl/platform/gitea/values.yaml @@ -148,56 +148,6 @@ gitea: enabled: false mariadb: enabled: false -# act-runners: -# global: -# nameOverride: gitea-runners -# defaultPodOptions: -# securityContext: -# fsGroup: 1000 -# privileged: true -# controllers: -# runners: -# type: deployment -# replicas: 1 -# strategy: Recreate -# revisionHistoryLimit: 3 -# containers: -# # alexlebens/helm-charts -# runner-1: -# image: -# repository: gitea/act_runner -# tag: 0.2.11-dind-rootless -# pullPolicy: IfNotPresent -# env: -# - name: DOCKER_HOST -# value: tcp://localhost:2376 -# - name: DOCKER_CERT_PATH -# value: /certs/client -# - name: DOCKER_TLS_VERIFY -# value: "0" -# - name: GITEA_INSTANCE_URL -# value: http://gitea-http.gitea.svc.cluster.local:3000 -# - name: GITEA_RUNNER_REGISTRATION_TOKEN -# valueFrom: -# secretKeyRef: -# name: gitea-runner-secret -# key: token-1 -# resources: -# requests: -# cpu: 100m -# memory: 256Mi -# serviceAccount: -# create: true -# persistence: -# data-1: -# storageClass: ceph-block -# accessMode: ReadWriteOnce -# size: 1Gi -# advancedMounts: -# runners: -# runner-1: -# - path: /data -# readOnly: false renovate: global: fullnameOverride: gitea-renovate @@ -229,8 +179,6 @@ renovate: value: 'true' - name: RENOVATE_BASE_DIR value: /tmp/renovate/ - - name: RENOVATE_CONFIG_FILE - value: /opt/renovate/config.json5 - name: RENOVATE_REDIS_URL value: redis://gitea-renovate-valkey-primary.gitea:6379 - name: LOG_LEVEL