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
ef1ca171
Commit
ef1ca171
authored
Aug 29, 2020
by
蒋勇
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
d
parent
6a84eae6
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
14 additions
and
16 deletions
+14
-16
yamls/zhichan/ailogo-deployment.yaml
+14
-16
No files found.
yamls/zhichan/ailogo-deployment.yaml
View file @
ef1ca171
...
@@ -6,10 +6,10 @@ metadata:
...
@@ -6,10 +6,10 @@ metadata:
labels
:
labels
:
app
:
ailogo
app
:
ailogo
spec
:
spec
:
replicas
:
3
replicas
:
1
selector
:
selector
:
matchLabels
:
matchLabels
:
app
:
ailogo
app
:
ailogo
template
:
template
:
metadata
:
metadata
:
labels
:
labels
:
...
@@ -17,24 +17,23 @@ spec:
...
@@ -17,24 +17,23 @@ spec:
spec
:
spec
:
restartPolicy
:
Always
restartPolicy
:
Always
containers
:
containers
:
-
name
:
ailogo
-
name
:
ailogo
image
:
registry.cn-beijing.aliyuncs.com/hantang2/imgshare:699.0.11
image
:
registry.cn-beijing.aliyuncs.com/hantang2/imgshare:699.0.11
imagePullPolicy
:
IfNotPresent
imagePullPolicy
:
IfNotPresent
ports
:
ports
:
-
containerPort
:
80
-
containerPort
:
80
env
:
env
:
-
name
:
TZ
-
name
:
TZ
value
:
Asia/Shanghai
value
:
Asia/Shanghai
-
name
:
LANG
-
name
:
LANG
value
:
zh_CN.UTF-8
value
:
zh_CN.UTF-8
---
---
kind
:
Service
kind
:
Service
apiVersion
:
v1
apiVersion
:
v1
metadata
:
metadata
:
labels
:
labels
:
app
:
ailogo-service
app
:
ailogo-service
name
:
ailogo-service
name
:
ailogo-service
namespace
:
chaolai
namespace
:
chaolai
spec
:
spec
:
...
@@ -44,5 +43,4 @@ spec:
...
@@ -44,5 +43,4 @@ spec:
targetPort
:
80
targetPort
:
80
nodePort
:
4724
nodePort
:
4724
selector
:
selector
:
app
:
ailogo
app
:
ailogo
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