File tree 2 files changed +72
-11
lines changed
2 files changed +72
-11
lines changed Original file line number Diff line number Diff line change
1
+ apiVersion : apps/v1
2
+ kind : Deployment
3
+ metadata :
4
+ annotations :
5
+ kompose.cmd : kompose convert -f docker-compose.yml -o deployment.yml
6
+ kompose.version : 1.20.0 ()
7
+ creationTimestamp : null
8
+ labels :
9
+ app : adslproxy-checker
10
+ name : adslproxy-checker
11
+ namespace : adslproxy
12
+ spec :
13
+ replicas : 1
14
+ strategy : {}
15
+ selector :
16
+ matchLabels :
17
+ app : adslproxy-checker
18
+ template :
19
+ metadata :
20
+ annotations :
21
+ kompose.cmd : kompose convert -f docker-compose.yml -o deployment.yml
22
+ kompose.version : 1.20.0 ()
23
+ creationTimestamp : null
24
+ labels :
25
+ app : adslproxy-checker
26
+ spec :
27
+ containers :
28
+ - resources :
29
+ requests :
30
+ memory : " 300Mi"
31
+ cpu : " 0.2"
32
+ limits :
33
+ memory : " 300Mi"
34
+ cpu : " 0.2"
35
+ args :
36
+ - adslproxy
37
+ - check
38
+ env :
39
+ - name : REDIS_HOST
40
+ valueFrom :
41
+ secretKeyRef :
42
+ name : redis
43
+ key : host
44
+ - name : REDIS_PASSWORD
45
+ valueFrom :
46
+ secretKeyRef :
47
+ name : redis
48
+ key : password
49
+ image : germey/adslproxy
50
+ name : adslproxy-checker
51
+ restartPolicy : Always
Original file line number Diff line number Diff line change 8
8
kompose.version : 1.20.0 ()
9
9
creationTimestamp : null
10
10
labels :
11
- app : adslproxy
12
- name : adslproxy
11
+ app : adslproxy-server
12
+ name : adslproxy-server
13
13
namespace : adslproxy
14
14
spec :
15
15
ports :
16
16
- name : " 8425"
17
17
port : 8425
18
18
targetPort : 8425
19
19
selector :
20
- app : adslproxy
20
+ app : adslproxy-server
21
21
status :
22
22
loadBalancer : {}
23
23
- apiVersion : apps/v1
@@ -28,26 +28,33 @@ items:
28
28
kompose.version : 1.20.0 ()
29
29
creationTimestamp : null
30
30
labels :
31
- app : adslproxy
32
- name : adslproxy
31
+ app : adslproxy-server
32
+ name : adslproxy-server
33
33
namespace : adslproxy
34
34
spec :
35
35
replicas : 1
36
36
strategy : {}
37
37
selector :
38
38
matchLabels :
39
- app : adslproxy
39
+ app : adslproxy-server
40
40
template :
41
41
metadata :
42
42
annotations :
43
43
kompose.cmd : kompose convert -f docker-compose.yml -o deployment.yml
44
44
kompose.version : 1.20.0 ()
45
45
creationTimestamp : null
46
46
labels :
47
- app : adslproxy
47
+ app : adslproxy-server
48
48
spec :
49
49
containers :
50
- - args :
50
+ - resources :
51
+ requests :
52
+ memory : " 300Mi"
53
+ cpu : " 0.2"
54
+ limits :
55
+ memory : " 300Mi"
56
+ cpu : " 0.2"
57
+ args :
51
58
- adslproxy
52
59
- serve
53
60
env :
@@ -62,10 +69,9 @@ items:
62
69
name : redis
63
70
key : password
64
71
image : germey/adslproxy
65
- name : adslproxy
72
+ name : adslproxy-server
66
73
ports :
67
74
- containerPort : 8425
68
- resources : {}
69
75
restartPolicy : Always
70
76
status : {}
71
77
kind : List
@@ -81,11 +87,15 @@ metadata:
81
87
nginx.ingress.kubernetes.io/auth-secret : basic-auth
82
88
nginx.ingress.kubernetes.io/auth-realm : ' Authentication Required'
83
89
spec :
90
+ tls :
91
+ - hosts :
92
+ - adslproxy.cuiqingcai.com
93
+ secretName : tls-adslproxy-cuiqingcai-com
84
94
rules :
85
95
- host : adslproxy.cuiqingcai.com
86
96
http :
87
97
paths :
88
98
- backend :
89
- serviceName : adslproxy
99
+ serviceName : adslproxy-server
90
100
servicePort : 8425
91
101
path : /
You can’t perform that action at this time.
0 commit comments