1
0
Fork 0

update test deployment

This commit is contained in:
Mikhail Goncharov 2022-01-19 17:45:35 +01:00
parent 6394ae39b4
commit 4f5a16bbdb
2 changed files with 6 additions and 2 deletions

View file

@ -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

View file

@ -79,4 +79,4 @@ spec:
emptyDir: {}
nodeSelector:
cloud.google.com/gke-nodepool: linux-agents-2
terminationGracePeriodSeconds: 3600
terminationGracePeriodSeconds: 3600