update test deployment
This commit is contained in:
parent
6394ae39b4
commit
4f5a16bbdb
2 changed files with 6 additions and 2 deletions
|
@ -44,6 +44,8 @@ spec:
|
||||||
volumeMounts:
|
volumeMounts:
|
||||||
- name: github-ssh
|
- name: github-ssh
|
||||||
mountPath: /mnt/ssh
|
mountPath: /mnt/ssh
|
||||||
|
- name: workdir
|
||||||
|
mountPath: /var/lib/buildkite-agent
|
||||||
env:
|
env:
|
||||||
- name: BUILDKITE_AGENT_TOKEN
|
- name: BUILDKITE_AGENT_TOKEN
|
||||||
valueFrom:
|
valueFrom:
|
||||||
|
@ -72,6 +74,8 @@ spec:
|
||||||
- name: github-ssh
|
- name: github-ssh
|
||||||
secret:
|
secret:
|
||||||
secretName: github-ssh
|
secretName: github-ssh
|
||||||
|
- name: workdir
|
||||||
|
emptyDir: {}
|
||||||
nodeSelector:
|
nodeSelector:
|
||||||
cloud.google.com/gke-nodepool: linux-agents-2
|
cloud.google.com/gke-nodepool: linux-agents-2
|
||||||
terminationGracePeriodSeconds: 3600
|
terminationGracePeriodSeconds: 3600
|
||||||
|
|
|
@ -79,4 +79,4 @@ spec:
|
||||||
emptyDir: {}
|
emptyDir: {}
|
||||||
nodeSelector:
|
nodeSelector:
|
||||||
cloud.google.com/gke-nodepool: linux-agents-2
|
cloud.google.com/gke-nodepool: linux-agents-2
|
||||||
terminationGracePeriodSeconds: 3600
|
terminationGracePeriodSeconds: 3600
|
||||||
|
|
Loading…
Reference in a new issue