Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
C
cicdhtj
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
xujian
cicdhtj
Commits
0a5755cf
Commit
0a5755cf
authored
Sep 24, 2024
by
xujian
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
查询行业侧数据, 修改二维码状态
parent
6c5d7252
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
13 additions
and
120 deletions
+13
-120
base-charts/templates/deployment.yaml
+4
-4
core-charts/templates/deployment.yaml
+4
-4
htj-charts/templates/deployment.yaml
+5
-5
qrcode-web/values.yaml
+0
-107
No files found.
base-charts/templates/deployment.yaml
View file @
0a5755cf
...
@@ -30,11 +30,11 @@ spec:
...
@@ -30,11 +30,11 @@ spec:
name
:
{{
.name
}}
name
:
{{
.name
}}
resources
:
resources
:
limits
:
limits
:
cpu
:
"
12
"
cpu
:
"
4
"
memory
:
24
Gi
memory
:
8
Gi
requests
:
requests
:
cpu
:
"
1
2"
cpu
:
"
2"
memory
:
2
4Gi
memory
:
4Gi
dnsPolicy
:
ClusterFirst
dnsPolicy
:
ClusterFirst
nodeSelector
:
nodeSelector
:
dz-app
:
qrcode
dz-app
:
qrcode
...
...
core-charts/templates/deployment.yaml
View file @
0a5755cf
...
@@ -30,11 +30,11 @@ spec:
...
@@ -30,11 +30,11 @@ spec:
name
:
{{
.name
}}
name
:
{{
.name
}}
resources
:
resources
:
limits
:
limits
:
cpu
:
"
12
"
cpu
:
"
4
"
memory
:
24
Gi
memory
:
8
Gi
requests
:
requests
:
cpu
:
"
1
2"
cpu
:
"
2"
memory
:
2
4Gi
memory
:
4Gi
dnsPolicy
:
ClusterFirst
dnsPolicy
:
ClusterFirst
nodeSelector
:
nodeSelector
:
dz-app
:
qrcode
dz-app
:
qrcode
...
...
htj-charts/templates/deployment.yaml
View file @
0a5755cf
{{
- range .Values.
base
.module
}}
{{
- range .Values.
htj
.module
}}
apiVersion
:
apps/v1
apiVersion
:
apps/v1
kind
:
Deployment
kind
:
Deployment
metadata
:
metadata
:
...
@@ -30,11 +30,11 @@ spec:
...
@@ -30,11 +30,11 @@ spec:
name
:
{{
.name
}}
name
:
{{
.name
}}
resources
:
resources
:
limits
:
limits
:
cpu
:
"
12
"
cpu
:
"
4
"
memory
:
24
Gi
memory
:
8
Gi
requests
:
requests
:
cpu
:
"
1
2"
cpu
:
"
2"
memory
:
2
4Gi
memory
:
4Gi
dnsPolicy
:
ClusterFirst
dnsPolicy
:
ClusterFirst
nodeSelector
:
nodeSelector
:
dz-app
:
qrcode
dz-app
:
qrcode
...
...
qrcode-web/values.yaml
View file @
0a5755cf
# Default values for qrcode-web.
# This is a YAML-formatted file.
# Declare variables to be passed into your templates.
replicaCount
:
1
image
:
repository
:
nginx
pullPolicy
:
IfNotPresent
# Overrides the image tag whose default is the chart appVersion.
tag
:
"
"
imagePullSecrets
:
[]
nameOverride
:
"
"
fullnameOverride
:
"
"
serviceAccount
:
# Specifies whether a service account should be created
create
:
true
# Automatically mount a ServiceAccount's API credentials?
automount
:
true
# Annotations to add to the service account
annotations
:
{}
# The name of the service account to use.
# If not set and create is true, a name is generated using the fullname template
name
:
"
"
podAnnotations
:
{}
podLabels
:
{}
podSecurityContext
:
{}
# fsGroup: 2000
securityContext
:
{}
# capabilities:
# drop:
# - ALL
# readOnlyRootFilesystem: true
# runAsNonRoot: true
# runAsUser: 1000
service
:
type
:
ClusterIP
port
:
80
ingress
:
enabled
:
false
className
:
"
"
annotations
:
{}
# kubernetes.io/ingress.class: nginx
# kubernetes.io/tls-acme: "true"
hosts
:
-
host
:
chart-example.local
paths
:
-
path
:
/
pathType
:
ImplementationSpecific
tls
:
[]
# - secretName: chart-example-tls
# hosts:
# - chart-example.local
resources
:
{}
# We usually recommend not to specify default resources and to leave this as a conscious
# choice for the user. This also increases chances charts run on environments with little
# resources, such as Minikube. If you do want to specify resources, uncomment the following
# lines, adjust them as necessary, and remove the curly braces after 'resources:'.
# limits:
# cpu: 100m
# memory: 128Mi
# requests:
# cpu: 100m
# memory: 128Mi
livenessProbe
:
httpGet
:
path
:
/
port
:
http
readinessProbe
:
httpGet
:
path
:
/
port
:
http
autoscaling
:
enabled
:
false
minReplicas
:
1
maxReplicas
:
100
targetCPUUtilizationPercentage
:
80
# targetMemoryUtilizationPercentage: 80
# Additional volumes on the output Deployment definition.
volumes
:
[]
# - name: foo
# secret:
# secretName: mysecret
# optional: false
# Additional volumeMounts on the output Deployment definition.
volumeMounts
:
[]
# - name: foo
# mountPath: "/etc/foo"
# readOnly: true
nodeSelector
:
{}
tolerations
:
[]
affinity
:
{}
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