-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtts-deployment.yaml
More file actions
52 lines (52 loc) · 1.22 KB
/
tts-deployment.yaml
File metadata and controls
52 lines (52 loc) · 1.22 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
apiVersion: v1
items:
- apiVersion: v1
kind: Service
metadata:
labels:
app: tts
app.kubernetes.io/component: tts
app.kubernetes.io/instance: tts
name: tts
namespace: ritlab
spec:
ports:
- port: 7075
protocol: TCP
targetPort: 7075
selector:
deployment: tts
type: ClusterIP
status:
loadBalancer: {}
- apiVersion: apps/v1
kind: Deployment
metadata:
annotations:
image.openshift.io/triggers: '[{"from":{"kind":"ImageStreamTag","name":"tts:dev"},"fieldPath":"spec.template.spec.containers[?(@.name==\"tts\")].image"}]'
labels:
app: tts
app.kubernetes.io/component: tts
app.kubernetes.io/instance: tts
name: tts
namespace: ritlab
spec:
replicas: 1
selector:
matchLabels:
deployment: tts
strategy:
type: RollingUpdate
template:
metadata:
labels:
deployment: tts
spec:
containers:
- image: image-registry.openshift-image-registry.svc:5000/ritlab/tts@sha256:bcd4f40bd9efbf7355c7d72eb537443e7f8de6615486bc92aa6e67986918b92f
imagePullPolicy: IfNotPresent
name: tts
restartPolicy: Always
kind: List
metadata:
resourceVersion: ""