diff --git a/disabled/apps/gitea-act/gitea-act-pvc.yml b/cluster/apps/gitea-act/gitea-act-pvc.yml similarity index 75% rename from disabled/apps/gitea-act/gitea-act-pvc.yml rename to cluster/apps/gitea-act/gitea-act-pvc.yml index 12e32b9..f3de6f4 100644 --- a/disabled/apps/gitea-act/gitea-act-pvc.yml +++ b/cluster/apps/gitea-act/gitea-act-pvc.yml @@ -2,7 +2,7 @@ apiVersion: v1 kind: PersistentVolumeClaim metadata: - name: gitea-act-runner-ceph + name: gitea-act-runner-longhorn namespace: default spec: accessModes: @@ -11,4 +11,4 @@ spec: resources: requests: storage: 100Mi - storageClassName: csi-rbd-sc + storageClassName: longhorn diff --git a/disabled/apps/gitea-act/gitea-act.yml b/cluster/apps/gitea-act/gitea-act.yml similarity index 94% rename from disabled/apps/gitea-act/gitea-act.yml rename to cluster/apps/gitea-act/gitea-act.yml index 8670c26..a61d5c2 100644 --- a/disabled/apps/gitea-act/gitea-act.yml +++ b/cluster/apps/gitea-act/gitea-act.yml @@ -25,7 +25,7 @@ spec: emptyDir: {} - name: runner-data persistentVolumeClaim: - claimName: gitea-act-runner-ceph + claimName: gitea-act-runner-longhorn initContainers: - name: wait-for-gitea image: busybox @@ -52,7 +52,7 @@ spec: - name: GITEA_INSTANCE_URL value: "https://gitea.akshun-lab.cc" - name: GITEA_RUNNER_REGISTRATION_TOKEN - value: "NvAHP4f1in4Fpe6VFaiwiN98IR0poOQoDv4dDKcN" + value: "uxvKmGvtraocJMCcfJ101XC9kUoY8OlCEN18CvgZ" - name: CONFIG_FILE value: "/data/config.yaml" volumeMounts: @@ -70,4 +70,3 @@ spec: volumeMounts: - name: docker-certs mountPath: /certs - \ No newline at end of file diff --git a/cluster/apps/drone/drone-pvc.yml b/disabled/apps/drone/drone-pvc.yml similarity index 100% rename from cluster/apps/drone/drone-pvc.yml rename to disabled/apps/drone/drone-pvc.yml diff --git a/cluster/apps/drone/drone-rbac.yml b/disabled/apps/drone/drone-rbac.yml similarity index 100% rename from cluster/apps/drone/drone-rbac.yml rename to disabled/apps/drone/drone-rbac.yml diff --git a/cluster/apps/drone/drone-svc.yml b/disabled/apps/drone/drone-svc.yml similarity index 100% rename from cluster/apps/drone/drone-svc.yml rename to disabled/apps/drone/drone-svc.yml diff --git a/cluster/apps/drone/drone.yml b/disabled/apps/drone/drone.yml similarity index 100% rename from cluster/apps/drone/drone.yml rename to disabled/apps/drone/drone.yml