diff --git a/gitea-runner/buildkitd/deployment.yaml b/gitea-runner/buildkitd/deployment.yaml index e14a1b4..bfa84c1 100644 --- a/gitea-runner/buildkitd/deployment.yaml +++ b/gitea-runner/buildkitd/deployment.yaml @@ -5,7 +5,7 @@ metadata: namespace: gitea-runner spec: progressDeadlineSeconds: 600 - replicas: 0 + replicas: 3 revisionHistoryLimit: 10 selector: matchLabels: diff --git a/gitea-runner/statefulset.yaml b/gitea-runner/statefulset.yaml index a73cd46..421c3dd 100644 --- a/gitea-runner/statefulset.yaml +++ b/gitea-runner/statefulset.yaml @@ -59,19 +59,6 @@ spec: volumeMounts: - mountPath: /certs name: docker-certs - - name: buildkitd - args: - - --addr - - tcp://0.0.0.0:1234 - image: moby/buildkit:v0.27.1 - imagePullPolicy: Always - ports: - - containerPort: 1234 - protocol: TCP - securityContext: - privileged: true - terminationMessagePath: /dev/termination-log - terminationMessagePolicy: File dnsPolicy: ClusterFirst hostNetwork: true restartPolicy: Always