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

View file

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