-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathhey.yaml
More file actions
50 lines (49 loc) · 779 Bytes
/
hey.yaml
File metadata and controls
50 lines (49 loc) · 779 Bytes
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
apiVersion: apps/v1
kind: Deployment
metadata:
name: hey
labels:
version: v1
spec:
replicas: 1
selector:
matchLabels:
app: hey
template:
metadata:
labels:
app: hey
version: v1
spec:
containers:
- name: hey
image: gcr.io/cheq-outscope/hey@sha256:f9ce1d07144a8b7fdf92f0808a1538d6d3fb7046170005c56bd8c45ff969c90b
ports:
- containerPort: 8080
---
apiVersion: v1
kind: Service
metadata:
name: hey
labels:
app: hey
spec:
selector:
app: hey
ports:
- name: http
port: 8080
---
apiVersion: networking.istio.io/v1alpha3
kind: VirtualService
metadata:
name: hey
spec:
hosts:
- "*"
gateways:
- gateway
http:
- route:
- destination:
host: hey