deploy
This commit is contained in:
parent
be3c462980
commit
a0073669bc
14
.drone.yml
14
.drone.yml
@ -1,14 +1,14 @@
|
|||||||
kind: pipeline
|
kind: pipeline
|
||||||
type: docker
|
type: kubernetes
|
||||||
name: default
|
name: default
|
||||||
|
|
||||||
# node_selector:
|
node_selector:
|
||||||
# kubernetes.io/hostname: kube-runner-01
|
kubernetes.io/hostname: kube-runner-01
|
||||||
|
|
||||||
# tolerations:
|
tolerations:
|
||||||
# - key: node-role.kubernetes.io/runner
|
- key: node-role.kubernetes.io/runner
|
||||||
# operator: Exists
|
operator: Exists
|
||||||
# effect: NoSchedule
|
effect: NoSchedule
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: image-qa-81
|
- name: image-qa-81
|
||||||
|
Loading…
x
Reference in New Issue
Block a user