Decommissioned Harbor; cancelled migration

This commit is contained in:
2020-11-15 17:16:43 +01:00
parent 969b71211b
commit 7b6df81924
18 changed files with 33 additions and 85 deletions

View File

@ -39,7 +39,7 @@ spec:
serviceAccountName: drone
containers:
- name: drone
image: registry.spamasaurus.com/proxy/drone/drone:latest
image: drone/drone:latest
command: ["sh", "-c", ". /vault/secrets/drone && /bin/drone-server"]
env:
- name: DRONE_SERVER_PROTO
@ -65,7 +65,7 @@ spec:
- mountPath: /data
name: flexvolsmb-drone-data
- name: drone-runner
image: registry.spamasaurus.com/proxy/drone/drone-runner-kube:latest
image: drone/drone-runner-kube:latest
command: ["sh", "-c", ". /vault/secrets/drone && /bin/drone-runner-kube"]
ports:
- containerPort: 3000