-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathhttps-app.yml
More file actions
94 lines (94 loc) · 2.32 KB
/
Copy pathhttps-app.yml
File metadata and controls
94 lines (94 loc) · 2.32 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
apiVersion: v1
items:
- apiVersion: image.openshift.io/v1
kind: ImageStream
metadata:
annotations:
openshift.io/generated-by: OpenShiftNewApp
creationTimestamp: null
labels:
app: todo-https
app.kubernetes.io/component: todo-https
app.kubernetes.io/instance: todo-https
name: todo-https
spec:
lookupPolicy:
local: false
tags:
- annotations:
openshift.io/imported-from: docker.io/aryansr/todo-https:latest
from:
kind: DockerImage
name: docker.io/aryansr/todo-https:latest
generation: null
importPolicy: {}
name: latest
referencePolicy:
type: ""
status:
dockerImageRepository: ""
- apiVersion: apps/v1
kind: Deployment
metadata:
annotations:
image.openshift.io/triggers: '[{"from":{"kind":"ImageStreamTag","name":"todo-https:latest"},"fieldPath":"spec.template.spec.containers[?(@.name==\"todo-https\")].image"}]'
openshift.io/generated-by: OpenShiftNewApp
creationTimestamp: null
labels:
app: todo-https
app.kubernetes.io/component: todo-https
app.kubernetes.io/instance: todo-https
name: todo-https
spec:
replicas: 1
selector:
matchLabels:
deployment: todo-https
strategy: {}
template:
metadata:
annotations:
openshift.io/generated-by: OpenShiftNewApp
creationTimestamp: null
labels:
deployment: todo-https
spec:
containers:
- image: ' '
name: todo-https
volumeMounts:
- mountPath: /usr/local/etc/ssl/certs
name: nginx-ssl
readOnly: true
ports:
- containerPort: 8443
protocol: TCP
resources: {}
volumes:
- name: nginx-ssl
secret:
secretName: nginx-ssl
status: {}
- apiVersion: v1
kind: Service
metadata:
annotations:
openshift.io/generated-by: OpenShiftNewApp
creationTimestamp: null
labels:
app: todo-https
app.kubernetes.io/component: todo-https
app.kubernetes.io/instance: todo-https
name: todo-https
spec:
ports:
- name: 8443-tcp
port: 8443
protocol: TCP
targetPort: 8443
selector:
deployment: todo-https
status:
loadBalancer: {}
kind: List
metadata: {}