-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathCharlesDeployment.yml
55 lines (55 loc) · 1.24 KB
/
CharlesDeployment.yml
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
apiVersion: charlescd.zup.me/v1
kind: Circle
metadata:
name: circle-name
labels:
circleId: "12312"
deploymentId: "uuid"
fallbackCircle: fallback-id
mesh: "ambassador"
spec:
components:
- name: quiz-app-backend
metadata:
name: quiz-app-backend
namespace: default
spec:
replicas: 1
selector:
matchLabels:
app: quote2
strategy:
type: RollingUpdate
template:
metadata:
labels:
app: quote2
spec:
containers:
- name: backend
image: docker.io/datawire/quote:0.4.1
ports:
- name: http
containerPort: 8080
- name: quiz-app-front
metadata:
name: quiz-app-front
namespace: default
spec:
replicas: 1
selector:
matchLabels:
app: quote1
strategy:
type: RollingUpdate
template:
metadata:
labels:
app: quote1
spec:
containers:
- name: front
image: docker.io/datawire/quote:0.4.1
ports:
- name: http
containerPort: 8080