remove vultr references

This commit is contained in:
alexandra catalina 2024-03-28 12:27:48 -07:00
parent 2c042bd2bd
commit abbd069ee9
4 changed files with 3 additions and 4 deletions

View file

@ -14,7 +14,7 @@ runners:
environment = ["container=docker"]
executor = "kubernetes"
limit = 1
name = "vultr"
name = "digitalocean"
outputLimit = "4096"
[runners.kubernetes]
cpu_limit = "1"

View file

@ -1,5 +1,4 @@
controller:
kind: Deployment
allowSnippetAnnotations: true
resources:
limits:

View file

@ -31,7 +31,7 @@ prometheus:
storageSpec:
volumeClaimTemplate:
spec:
storageClassName: vultr-block-storage
storageClassName: do-block-storage
accessModes: ["ReadWriteOnce"]
resources:
requests:

View file

@ -10,7 +10,7 @@ agent:
WOODPECKER_SERVER: 'woodpecker-server:9000'
WOODPECKER_BACKEND: kubernetes
WOODPECKER_BACKEND_K8S_NAMESPACE: ci
WOODPECKER_BACKEND_K8S_STORAGE_CLASS: vultr-block-storage
WOODPECKER_BACKEND_K8S_STORAGE_CLASS: do-block-storage
WOODPECKER_BACKEND_K8S_VOLUME_SIZE: 5Gi
WOODPECKER_BACKEND_K8S_STORAGE_RWX: false
WOODPECKER_BACKEND_K8S_POD_LABELS: ''