-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgcp-all-but-config-server.yaml
216 lines (210 loc) · 4.69 KB
/
gcp-all-but-config-server.yaml
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
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
apiVersion: extensions/v1beta1
kind: Deployment
metadata:
creationTimestamp: 2016-04-24T19:04:38Z
generation: 1
labels:
run: cat-service
visualize: "true"
name: cat-service
namespace: default
resourceVersion: "2265"
selfLink: /apis/extensions/v1beta1/namespaces/default/deployments/cat-service
uid: 6432f2cf-0a4f-11e6-9f1d-42010af0012a
spec:
replicas: 1
selector:
matchLabels:
run: cat-service
strategy:
rollingUpdate:
maxSurge: 1
maxUnavailable: 1
type: RollingUpdate
template:
metadata:
creationTimestamp: null
labels:
run: cat-service
visualize: "true"
spec:
containers:
- image: gcr.io/kubernetes-code-lab-1282/demo-cat-service:v1
imagePullPolicy: IfNotPresent
name: cat-service
ports:
- containerPort: 9000
protocol: TCP
resources: {}
terminationMessagePath: /dev/termination-log
dnsPolicy: ClusterFirst
restartPolicy: Always
securityContext: {}
terminationGracePeriodSeconds: 30
status: {}
---
apiVersion: v1
kind: Service
metadata:
creationTimestamp: 2016-04-24T19:12:23Z
labels:
run: cat-service
visualize: "true"
name: cat-service
namespace: default
resourceVersion: "2457"
selfLink: /api/v1/namespaces/default/services/cat-service
uid: 79549f8e-0a50-11e6-9f1d-42010af0012a
spec:
clusterIP: 10.47.241.224
ports:
- port: 9000
protocol: TCP
targetPort: 9000
selector:
run: cat-service
sessionAffinity: None
type: ClusterIP
status:
loadBalancer: {}
---
apiVersion: extensions/v1beta1
kind: Deployment
metadata:
creationTimestamp: 2016-04-24T19:04:38Z
generation: 1
labels:
run: dog-service
visualize: "true"
name: dog-service
namespace: default
resourceVersion: "2265"
selfLink: /apis/extensions/v1beta1/namespaces/default/deployments/dog-service
uid: 6432f2cf-0a4f-11e6-9f1d-42010af0012a
spec:
replicas: 1
selector:
matchLabels:
run: dog-service
strategy:
rollingUpdate:
maxSurge: 1
maxUnavailable: 1
type: RollingUpdate
template:
metadata:
creationTimestamp: null
labels:
run: dog-service
visualize: "true"
spec:
containers:
- image: gcr.io/kubernetes-code-lab-1282/demo-dog-service:v1
imagePullPolicy: IfNotPresent
name: dog-service
ports:
- containerPort: 9001
protocol: TCP
resources: {}
terminationMessagePath: /dev/termination-log
dnsPolicy: ClusterFirst
restartPolicy: Always
securityContext: {}
terminationGracePeriodSeconds: 30
status: {}
---
apiVersion: v1
kind: Service
metadata:
creationTimestamp: 2016-04-24T19:10:57Z
labels:
run: dog-service
visualize: "true"
name: dog-service
namespace: default
resourceVersion: "2424"
selfLink: /api/v1/namespaces/default/services/dog-service
uid: 465861e7-0a50-11e6-9f1d-42010af0012a
spec:
clusterIP: 10.47.253.116
ports:
- port: 9001
protocol: TCP
targetPort: 9001
selector:
run: dog-service
sessionAffinity: None
type: ClusterIP
status:
loadBalancer: {}
---
apiVersion: extensions/v1beta1
kind: Deployment
metadata:
creationTimestamp: 2016-04-24T19:10:01Z
generation: 1
labels:
run: gateway-ui
visualize: "true"
name: gateway-ui
namespace: default
resourceVersion: "2388"
selfLink: /apis/extensions/v1beta1/namespaces/default/deployments/gateway-ui
uid: 24afcad1-0a50-11e6-9f1d-42010af0012a
spec:
replicas: 1
selector:
matchLabels:
run: gateway-ui
strategy:
rollingUpdate:
maxSurge: 1
maxUnavailable: 1
type: RollingUpdate
template:
metadata:
creationTimestamp: null
labels:
run: gateway-ui
visualize: "true"
spec:
containers:
- image: gcr.io/kubernetes-code-lab-1282/demo-gateway-ui:v1
imagePullPolicy: IfNotPresent
name: gateway-ui
ports:
- containerPort: 80
protocol: TCP
resources: {}
terminationMessagePath: /dev/termination-log
dnsPolicy: ClusterFirst
restartPolicy: Always
securityContext: {}
terminationGracePeriodSeconds: 30
status: {}
---
apiVersion: v1
kind: Service
metadata:
creationTimestamp: 2016-04-24T19:43:12Z
labels:
run: gateway-ui
visualize: "true"
name: gateway-ui
namespace: default
resourceVersion: "3133"
selfLink: /api/v1/namespaces/default/services/gateway-ui
uid: c78f3751-0a54-11e6-9f1d-42010af0012a
spec:
clusterIP: 10.47.244.102
ports:
- nodePort: 31986
port: 80
protocol: TCP
targetPort: 80
selector:
run: gateway-ui
sessionAffinity: None
type: LoadBalancer
status:
loadBalancer: {}