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:
|
||||
- name: github-ssh
|
||||
mountPath: /mnt/ssh
|
||||
- name: workdir
|
||||
mountPath: /var/lib/buildkite-agent
|
||||
env:
|
||||
- name: BUILDKITE_AGENT_TOKEN
|
||||
valueFrom:
|
||||
|
@ -72,6 +74,8 @@ spec:
|
|||
- name: github-ssh
|
||||
secret:
|
||||
secretName: github-ssh
|
||||
- name: workdir
|
||||
emptyDir: {}
|
||||
nodeSelector:
|
||||
cloud.google.com/gke-nodepool: linux-agents-2
|
||||
terminationGracePeriodSeconds: 3600
|
||||
terminationGracePeriodSeconds: 3600
|
||||
|
|
|
@ -79,4 +79,4 @@ spec:
|
|||
emptyDir: {}
|
||||
nodeSelector:
|
||||
cloud.google.com/gke-nodepool: linux-agents-2
|
||||
terminationGracePeriodSeconds: 3600
|
||||
terminationGracePeriodSeconds: 3600
|
||||
|
|
Loading…
Reference in a new issue