-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdeployment-config.yaml
More file actions
104 lines (103 loc) · 2.95 KB
/
deployment-config.yaml
File metadata and controls
104 lines (103 loc) · 2.95 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
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
apiVersion: apps.openshift.io/v1
kind: DeploymentConfig
metadata:
annotations:
openshift.io/generated-by: OpenShiftWebConsole
labels:
app: argo-2
name: argo-2
namespace: argo
selfLink: /apis/apps.openshift.io/v1/namespaces/argo/deploymentconfigs/argo-2
uid: 6f72738b-393c-11ea-8163-d09466764c08
spec:
replicas: 1
selector:
app: argo-2
deploymentconfig: argo-2
strategy:
activeDeadlineSeconds: 21600
resources: {}
rollingParams:
intervalSeconds: 1
maxSurge: 25%
maxUnavailable: 25%
timeoutSeconds: 600
updatePeriodSeconds: 1
type: Rolling
template:
metadata:
annotations:
openshift.io/generated-by: OpenShiftWebConsole
creationTimestamp: null
labels:
app: argo-2
deploymentconfig: argo-2
spec:
containers:
- image: >-
gitlab-registry.in2p3.fr/cc-in2p3-dev/argo-eosc@sha256:877b1205b907b22b0afb67d9f10f8875d75591de6f9b989b299e5a5262233561
imagePullPolicy: Always
livenessProbe:
failureThreshold: 3
httpGet:
path: /
port: 8080
scheme: HTTP
initialDelaySeconds: 120
periodSeconds: 10
successThreshold: 1
timeoutSeconds: 20
name: argo-2
ports:
- containerPort: 8080
protocol: TCP
readinessProbe:
failureThreshold: 3
httpGet:
path: /
port: 8080
scheme: HTTP
initialDelaySeconds: 20
periodSeconds: 10
successThreshold: 1
timeoutSeconds: 20
resources: {}
terminationMessagePath: /dev/termination-log
terminationMessagePolicy: File
volumeMounts:
- mountPath: /opt/argo-eosc/etc/app/app-hidden.properties
name: app-hidden-new-2-x4ima
readOnly: true
subPath: app-hidden.properties
- mountPath: /opt/certificates/argo.p12
name: certargo-5ucxt
readOnly: true
subPath: argo.p12
dnsPolicy: ClusterFirst
restartPolicy: Always
schedulerName: default-scheduler
securityContext: {}
terminationGracePeriodSeconds: 30
volumes:
- name: app-hidden-new-2-x4ima
secret:
defaultMode: 420
secretName: app-hidden-new-2
- name: certargo-5ucxt
secret:
defaultMode: 420
secretName: certargo
test: false
triggers:
- type: ConfigChange
- imageChangeParams:
automatic: true
containerNames:
- argo-2
from:
kind: ImageStreamTag
name: 'argo:master'
namespace: argo
lastTriggeredImage: >-
gitlab-registry.in2p3.fr/cc-in2p3-dev/argo-eosc@sha256:877b1205b907b22b0afb67d9f10f8875d75591de6f9b989b299e5a5262233561
type: ImageChange