Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
K
k8syml
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
蒋勇
k8syml
Commits
e4e3fddf
Commit
e4e3fddf
authored
Aug 29, 2022
by
蒋勇
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
d
parent
cc057a10
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
17 changed files
with
74 additions
and
511 deletions
+74
-511
yamls/zhichan/center-app-deployment.yaml
+1
-2
yamls/zhichan/center-channel-deployment.yaml
+1
-2
yamls/zhichan/center-order-deployment.yaml
+1
-2
yamls/zhichan/center-tmtransaction-deployment.yaml
+1
-2
yamls/zhichan/embed-deployment.yaml
+0
-1
yamls/zhichan/ent-profile-deployment.yaml
+1
-1
yamls/zhichan/igirl-channel-app.yaml
+0
-1
yamls/zhichan/igirl-channel-gateway.yaml
+1
-1
yamls/zhichan/igirl-web-deployment.yaml
+2
-2
yamls/zhichan/laowubao-deployment.yaml
+0
-102
yamls/zhichan/newtime/newingress.yaml
+25
-25
yamls/zhichan/paas-deployment.yaml
+1
-2
yamls/zhichan/scratch-web-deployment.yaml
+1
-1
yamls/zhichan/tychaolai-ingress.yaml
+37
-362
yamls/zhichan/zc-api-deployment.yaml
+1
-2
yamls/zhichan/zc-channel-deployment.yaml
+1
-2
yamls/zhichan/zc-channel-web-deployment.yaml
+0
-1
No files found.
yamls/zhichan/center-app-deployment.yaml
View file @
e4e3fddf
...
@@ -18,7 +18,7 @@ spec:
...
@@ -18,7 +18,7 @@ spec:
restartPolicy
:
Always
restartPolicy
:
Always
containers
:
containers
:
-
name
:
center-app
-
name
:
center-app
image
:
registry.cn-beijing.aliyuncs.com/hantang2/imgshare:90.0.
94
image
:
registry.cn-beijing.aliyuncs.com/hantang2/imgshare:90.0.
103
imagePullPolicy
:
IfNotPresent
imagePullPolicy
:
IfNotPresent
ports
:
ports
:
-
containerPort
:
80
-
containerPort
:
80
...
@@ -97,6 +97,5 @@ spec:
...
@@ -97,6 +97,5 @@ spec:
ports
:
ports
:
-
port
:
80
-
port
:
80
targetPort
:
80
targetPort
:
80
nodePort
:
19830
selector
:
selector
:
app
:
center-app
app
:
center-app
yamls/zhichan/center-channel-deployment.yaml
View file @
e4e3fddf
...
@@ -18,7 +18,7 @@ spec:
...
@@ -18,7 +18,7 @@ spec:
restartPolicy
:
Always
restartPolicy
:
Always
containers
:
containers
:
-
name
:
center-channel
-
name
:
center-channel
image
:
registry.cn-beijing.aliyuncs.com/hantang2/imgshare:80.2.
177
image
:
registry.cn-beijing.aliyuncs.com/hantang2/imgshare:80.2.
216
imagePullPolicy
:
IfNotPresent
imagePullPolicy
:
IfNotPresent
ports
:
ports
:
-
containerPort
:
80
-
containerPort
:
80
...
@@ -96,6 +96,5 @@ spec:
...
@@ -96,6 +96,5 @@ spec:
ports
:
ports
:
-
port
:
80
-
port
:
80
targetPort
:
80
targetPort
:
80
nodePort
:
19810
selector
:
selector
:
app
:
center-channel
app
:
center-channel
yamls/zhichan/center-order-deployment.yaml
View file @
e4e3fddf
...
@@ -18,7 +18,7 @@ spec:
...
@@ -18,7 +18,7 @@ spec:
restartPolicy
:
Always
restartPolicy
:
Always
containers
:
containers
:
-
name
:
center-order
-
name
:
center-order
image
:
registry.cn-beijing.aliyuncs.com/hantang2/imgshare:81.1.1
52
image
:
registry.cn-beijing.aliyuncs.com/hantang2/imgshare:81.1.1
67
imagePullPolicy
:
IfNotPresent
imagePullPolicy
:
IfNotPresent
ports
:
ports
:
-
containerPort
:
80
-
containerPort
:
80
...
@@ -97,6 +97,5 @@ spec:
...
@@ -97,6 +97,5 @@ spec:
ports
:
ports
:
-
port
:
80
-
port
:
80
targetPort
:
80
targetPort
:
80
nodePort
:
19813
selector
:
selector
:
app
:
center-order
app
:
center-order
yamls/zhichan/center-tmtransaction-deployment.yaml
View file @
e4e3fddf
...
@@ -18,7 +18,7 @@ spec:
...
@@ -18,7 +18,7 @@ spec:
restartPolicy
:
Always
restartPolicy
:
Always
containers
:
containers
:
-
name
:
center-tmtransaction
-
name
:
center-tmtransaction
image
:
registry.cn-beijing.aliyuncs.com/hantang2/imgshare:98.0.
19
image
:
registry.cn-beijing.aliyuncs.com/hantang2/imgshare:98.0.
62
imagePullPolicy
:
IfNotPresent
imagePullPolicy
:
IfNotPresent
ports
:
ports
:
-
containerPort
:
80
-
containerPort
:
80
...
@@ -96,6 +96,5 @@ spec:
...
@@ -96,6 +96,5 @@ spec:
ports
:
ports
:
-
port
:
80
-
port
:
80
targetPort
:
80
targetPort
:
80
nodePort
:
19911
selector
:
selector
:
app
:
center-tmtransaction
app
:
center-tmtransaction
yamls/zhichan/embed-deployment.yaml
View file @
e4e3fddf
...
@@ -97,6 +97,5 @@ spec:
...
@@ -97,6 +97,5 @@ spec:
ports
:
ports
:
-
port
:
80
-
port
:
80
targetPort
:
80
targetPort
:
80
nodePort
:
29600
selector
:
selector
:
app
:
embedapp
app
:
embedapp
yamls/zhichan/ent-profile-deployment.yaml
View file @
e4e3fddf
...
@@ -18,7 +18,7 @@ spec:
...
@@ -18,7 +18,7 @@ spec:
restartPolicy
:
Always
restartPolicy
:
Always
containers
:
containers
:
-
name
:
entprofile
-
name
:
entprofile
image
:
registry.cn-beijing.aliyuncs.com/hantang2/imgshare:179.1.7
1
image
:
registry.cn-beijing.aliyuncs.com/hantang2/imgshare:179.1.7
2
imagePullPolicy
:
IfNotPresent
imagePullPolicy
:
IfNotPresent
ports
:
ports
:
-
containerPort
:
80
-
containerPort
:
80
...
...
yamls/zhichan/igirl-channel-app.yaml
View file @
e4e3fddf
...
@@ -99,6 +99,5 @@ spec:
...
@@ -99,6 +99,5 @@ spec:
ports
:
ports
:
-
port
:
80
-
port
:
80
targetPort
:
80
targetPort
:
80
nodePort
:
1618
selector
:
selector
:
app
:
igirl-channel-app
app
:
igirl-channel-app
yamls/zhichan/igirl-channel-gateway.yaml
View file @
e4e3fddf
...
@@ -18,7 +18,7 @@ spec:
...
@@ -18,7 +18,7 @@ spec:
restartPolicy
:
Always
restartPolicy
:
Always
containers
:
containers
:
-
name
:
igirlchannelgateway
-
name
:
igirlchannelgateway
image
:
registry.cn-beijing.aliyuncs.com/hantang2/imgshare:31.0.
70
image
:
registry.cn-beijing.aliyuncs.com/hantang2/imgshare:31.0.
87
imagePullPolicy
:
IfNotPresent
imagePullPolicy
:
IfNotPresent
ports
:
ports
:
-
containerPort
:
80
-
containerPort
:
80
...
...
yamls/zhichan/igirl-web-deployment.yaml
View file @
e4e3fddf
...
@@ -16,8 +16,8 @@ spec:
...
@@ -16,8 +16,8 @@ spec:
app
:
igirl
app
:
igirl
spec
:
spec
:
restartPolicy
:
Always
restartPolicy
:
Always
nodeSelector
:
#
nodeSelector:
girl1
:
tmp1
#
girl1: tmp1
containers
:
containers
:
-
name
:
igirl
-
name
:
igirl
...
...
yamls/zhichan/laowubao-deployment.yaml
deleted
100755 → 0
View file @
cc057a10
apiVersion
:
apps/v1
kind
:
Deployment
metadata
:
name
:
laowubao
namespace
:
chaolai
labels
:
app
:
laowubao
spec
:
replicas
:
1
selector
:
matchLabels
:
app
:
laowubao
template
:
metadata
:
labels
:
app
:
laowubao
spec
:
restartPolicy
:
Always
containers
:
-
name
:
laowubao
image
:
registry.cn-beijing.aliyuncs.com/hantang2/imgshare:10.0.53
imagePullPolicy
:
IfNotPresent
ports
:
-
containerPort
:
80
env
:
-
name
:
TZ
value
:
Asia/Shanghai
-
name
:
LANG
value
:
zh_CN.UTF-8
-
name
:
APP_ENV
valueFrom
:
configMapKeyRef
:
name
:
zhichan-config
key
:
APP_ENV
-
name
:
DB_HOST
valueFrom
:
configMapKeyRef
:
name
:
zhichan-config
key
:
DB_HOST
-
name
:
DB_PORT
valueFrom
:
configMapKeyRef
:
name
:
zhichan-config
key
:
DB_PORT
-
name
:
DB_PWD
valueFrom
:
configMapKeyRef
:
name
:
zhichan-config
key
:
DB_PWD
-
name
:
DB_USER
valueFrom
:
configMapKeyRef
:
name
:
zhichan-config
key
:
DB_USER
-
name
:
LAOWUBAO_DB_NAME
valueFrom
:
configMapKeyRef
:
name
:
zhichan-config
key
:
LAOWUBAO_DB_NAME
-
name
:
LAOWUBAO_REDIS_DB
valueFrom
:
configMapKeyRef
:
name
:
zhichan-config
key
:
LAOWUBAO_REDIS_DB
-
name
:
REDIS_HOST
valueFrom
:
configMapKeyRef
:
name
:
zhichan-config
key
:
REDIS_HOST
-
name
:
REDIS_PORT
valueFrom
:
configMapKeyRef
:
name
:
zhichan-config
key
:
REDIS_PORT
-
name
:
REDIS_PWD
valueFrom
:
configMapKeyRef
:
name
:
zhichan-config
key
:
REDIS_PWD
-
name
:
NODE_PORT
valueFrom
:
configMapKeyRef
:
name
:
zhichan-config
key
:
NODE_PORT
---
kind
:
Service
apiVersion
:
v1
metadata
:
labels
:
app
:
laowubao-service
name
:
laowubao-service
namespace
:
chaolai
spec
:
type
:
NodePort
ports
:
-
port
:
80
targetPort
:
80
nodePort
:
20000
selector
:
app
:
laowubao
yamls/zhichan/newtime/newingress.yaml
View file @
e4e3fddf
...
@@ -155,31 +155,31 @@ spec:
...
@@ -155,31 +155,31 @@ spec:
serviceName
:
marketplat-service
serviceName
:
marketplat-service
servicePort
:
80
servicePort
:
80
---
#
---
apiVersion
:
extensions/v1beta1
#
apiVersion: extensions/v1beta1
kind
:
Ingress
#
kind: Ingress
metadata
:
#
metadata:
name
:
mmcauth-ingress
#
name: mmcauth-ingress
namespace
:
newtime
#
namespace: newtime
annotations
:
#
annotations:
configuration.konghq.com
:
kongingress-strip-path
#
configuration.konghq.com: kongingress-strip-path
spec
:
#
spec:
rules
:
#
rules:
-
host
:
mmc.gongsibao.com
#
- host: mmc.gongsibao.com
http
:
#
http:
paths
:
#
paths:
-
path
:
/
#
- path: /
backend
:
#
backend:
serviceName
:
mmc-service
#
serviceName: mmc-service
servicePort
:
80
#
servicePort: 80
-
path
:
/web
#
- path: /web
backend
:
#
backend:
serviceName
:
mmc-service
#
serviceName: mmc-service
servicePort
:
80
#
servicePort: 80
-
path
:
/api
#
- path: /api
backend
:
#
backend:
serviceName
:
mmc-service
#
serviceName: mmc-service
servicePort
:
80
#
servicePort: 80
---
---
apiVersion
:
extensions/v1beta1
apiVersion
:
extensions/v1beta1
kind
:
Ingress
kind
:
Ingress
...
...
yamls/zhichan/paas-deployment.yaml
View file @
e4e3fddf
...
@@ -18,7 +18,7 @@ spec:
...
@@ -18,7 +18,7 @@ spec:
restartPolicy
:
Always
restartPolicy
:
Always
containers
:
containers
:
-
name
:
paas
-
name
:
paas
image
:
registry.cn-beijing.aliyuncs.com/hantang2/imgshare:18.0.3
0
image
:
registry.cn-beijing.aliyuncs.com/hantang2/imgshare:18.0.3
7
imagePullPolicy
:
IfNotPresent
imagePullPolicy
:
IfNotPresent
ports
:
ports
:
-
containerPort
:
80
-
containerPort
:
80
...
@@ -96,6 +96,5 @@ spec:
...
@@ -96,6 +96,5 @@ spec:
ports
:
ports
:
-
port
:
80
-
port
:
80
targetPort
:
80
targetPort
:
80
nodePort
:
19000
selector
:
selector
:
app
:
paas
app
:
paas
yamls/zhichan/scratch-web-deployment.yaml
View file @
e4e3fddf
...
@@ -18,7 +18,7 @@ spec:
...
@@ -18,7 +18,7 @@ spec:
restartPolicy
:
Always
restartPolicy
:
Always
containers
:
containers
:
-
name
:
scratchweb
-
name
:
scratchweb
image
:
registry.cn-beijing.aliyuncs.com/hantang2/imgshare:5.0.
7
image
:
registry.cn-beijing.aliyuncs.com/hantang2/imgshare:5.0.
8
imagePullPolicy
:
IfNotPresent
imagePullPolicy
:
IfNotPresent
ports
:
ports
:
-
containerPort
:
80
-
containerPort
:
80
...
...
yamls/zhichan/tychaolai-ingress.yaml
View file @
e4e3fddf
This diff is collapsed.
Click to expand it.
yamls/zhichan/zc-api-deployment.yaml
View file @
e4e3fddf
...
@@ -18,7 +18,7 @@ spec:
...
@@ -18,7 +18,7 @@ spec:
restartPolicy
:
Always
restartPolicy
:
Always
containers
:
containers
:
-
name
:
zc-api
-
name
:
zc-api
image
:
registry.cn-beijing.aliyuncs.com/hantang2/imgshare:2.0.3
0
image
:
registry.cn-beijing.aliyuncs.com/hantang2/imgshare:2.0.3
3
imagePullPolicy
:
IfNotPresent
imagePullPolicy
:
IfNotPresent
ports
:
ports
:
-
containerPort
:
80
-
containerPort
:
80
...
@@ -97,6 +97,5 @@ spec:
...
@@ -97,6 +97,5 @@ spec:
ports
:
ports
:
-
port
:
80
-
port
:
80
targetPort
:
80
targetPort
:
80
nodePort
:
19300
selector
:
selector
:
app
:
zc-api
app
:
zc-api
yamls/zhichan/zc-channel-deployment.yaml
View file @
e4e3fddf
...
@@ -18,7 +18,7 @@ spec:
...
@@ -18,7 +18,7 @@ spec:
restartPolicy
:
Always
restartPolicy
:
Always
containers
:
containers
:
-
name
:
zc-channel
-
name
:
zc-channel
image
:
registry.cn-beijing.aliyuncs.com/hantang2/imgshare:4.0.
77
image
:
registry.cn-beijing.aliyuncs.com/hantang2/imgshare:4.0.
84
imagePullPolicy
:
IfNotPresent
imagePullPolicy
:
IfNotPresent
ports
:
ports
:
-
containerPort
:
80
-
containerPort
:
80
...
@@ -96,6 +96,5 @@ spec:
...
@@ -96,6 +96,5 @@ spec:
ports
:
ports
:
-
port
:
80
-
port
:
80
targetPort
:
80
targetPort
:
80
nodePort
:
19500
selector
:
selector
:
app
:
zc-channel
app
:
zc-channel
yamls/zhichan/zc-channel-web-deployment.yaml
View file @
e4e3fddf
...
@@ -97,6 +97,5 @@ spec:
...
@@ -97,6 +97,5 @@ spec:
ports
:
ports
:
-
port
:
80
-
port
:
80
targetPort
:
80
targetPort
:
80
nodePort
:
19400
selector
:
selector
:
app
:
zc-channel-web
app
:
zc-channel-web
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment