-
Notifications
You must be signed in to change notification settings - Fork 43
Expand file tree
/
Copy pathexternal-destination-source.yml
More file actions
58 lines (58 loc) · 1.54 KB
/
external-destination-source.yml
File metadata and controls
58 lines (58 loc) · 1.54 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
apiVersion: apps/v1
kind: Deployment
metadata:
annotations:
deployment.kubernetes.io/revision: "1"
generation: 1
labels:
app: external-destination-source
name: external-destination-source
name: external-destination-source
namespace: qa
spec:
minReadySeconds: 15
progressDeadlineSeconds: 600
replicas: 1
revisionHistoryLimit: 10
selector:
matchLabels:
app: external-destination-source
name: external-destination-source
strategy:
rollingUpdate:
maxSurge: 25%
maxUnavailable: 25%
type: RollingUpdate
template:
metadata:
creationTimestamp: null
labels:
app: external-destination-source
deployment: external-destination-source
name: external-destination-source
name: external-destination-source
namespace: qa
spec:
imagePullSecrets:
- name: qa
containers:
- args:
- while sleep 30; do wget -S -T 2 http://www.google.com; done
command:
- /bin/sh
- -c
image: quay.io/rhacs-eng/qa-multi-arch:nginx-1-15-4-alpine
imagePullPolicy: IfNotPresent
name: external-destination-source
resources: {}
securityContext:
capabilities: {}
privileged: false
readOnlyRootFilesystem: false
terminationMessagePath: /dev/termination-log
terminationMessagePolicy: File
dnsPolicy: ClusterFirst
restartPolicy: Always
schedulerName: default-scheduler
securityContext: {}
terminationGracePeriodSeconds: 30