consutl
This commit is contained in:
1025
local-values/mysql/consult.yaml
Normal file
1025
local-values/mysql/consult.yaml
Normal file
File diff suppressed because it is too large
Load Diff
89
local-values/nacos/cconsult.yaml
Normal file
89
local-values/nacos/cconsult.yaml
Normal file
@ -0,0 +1,89 @@
|
|||||||
|
# Default values for nacos.
|
||||||
|
# This is a YAML-formatted file.
|
||||||
|
# Declare variables to be passed into your templates.
|
||||||
|
|
||||||
|
global:
|
||||||
|
mode: standalone
|
||||||
|
# mode: cluster
|
||||||
|
|
||||||
|
############################nacos###########################
|
||||||
|
nacos:
|
||||||
|
image:
|
||||||
|
repository: nacos/nacos-server
|
||||||
|
tag: v2.0.3
|
||||||
|
pullPolicy: IfNotPresent
|
||||||
|
plugin:
|
||||||
|
enable: true
|
||||||
|
image:
|
||||||
|
repository: nacos/nacos-peer-finder-plugin
|
||||||
|
tag: 1.1
|
||||||
|
replicaCount: 1
|
||||||
|
domainName: cluster.local
|
||||||
|
preferhostmode: hostname
|
||||||
|
serverPort: 8848
|
||||||
|
health:
|
||||||
|
enabled: false
|
||||||
|
storage:
|
||||||
|
# type: embedded
|
||||||
|
type: mysql
|
||||||
|
db:
|
||||||
|
host: mysql
|
||||||
|
name: nacos
|
||||||
|
port: 3306
|
||||||
|
username: root
|
||||||
|
password: gkxl650
|
||||||
|
param: characterEncoding=utf8&connectTimeout=1000&socketTimeout=3000&autoReconnect=true&useSSL=false
|
||||||
|
|
||||||
|
persistence:
|
||||||
|
enabled: false
|
||||||
|
data:
|
||||||
|
accessModes:
|
||||||
|
- ReadWriteOnce
|
||||||
|
storageClassName: manual
|
||||||
|
resources:
|
||||||
|
requests:
|
||||||
|
storage: 5Gi
|
||||||
|
|
||||||
|
|
||||||
|
service:
|
||||||
|
#type: ClusterIP
|
||||||
|
type: NodePort
|
||||||
|
port: 8848
|
||||||
|
nodePort: 30000
|
||||||
|
|
||||||
|
|
||||||
|
ingress:
|
||||||
|
enabled: false
|
||||||
|
annotations: { }
|
||||||
|
# kubernetes.io/ingress.class: nginx
|
||||||
|
# kubernetes.io/tls-acme: "true"
|
||||||
|
hosts:
|
||||||
|
- host: nacos.example.com
|
||||||
|
paths: [ ]
|
||||||
|
|
||||||
|
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: 500m
|
||||||
|
memory: 2Gi
|
||||||
|
annotations: { }
|
||||||
|
|
||||||
|
nodeSelector: { }
|
||||||
|
|
||||||
|
tolerations: [ ]
|
||||||
|
|
||||||
|
affinity: { }
|
||||||
|
|
||||||
|
|
||||||
|
|
1386
local-values/redis/consult.yaml
Normal file
1386
local-values/redis/consult.yaml
Normal file
File diff suppressed because it is too large
Load Diff
113
local-values/xxl-job/consult.yaml
Normal file
113
local-values/xxl-job/consult.yaml
Normal file
@ -0,0 +1,113 @@
|
|||||||
|
# Default values for aldi_back_merchant-web.
|
||||||
|
# This is a YAML-formatted file.
|
||||||
|
# Declare variables to be passed into your templates.
|
||||||
|
|
||||||
|
replicaCount: 1
|
||||||
|
image:
|
||||||
|
repository: xuxueli/xxl-job-admin
|
||||||
|
pullPolicy: IfNotPresent
|
||||||
|
# Overrides the image tag whose default is the chart appVersion.
|
||||||
|
tag: "2.2.0"
|
||||||
|
|
||||||
|
imagePullSecrets: []
|
||||||
|
# - name: images.pull.secret
|
||||||
|
|
||||||
|
nameOverride: ""
|
||||||
|
fullnameOverride: ""
|
||||||
|
|
||||||
|
PARAMS_VALUE: "--spring.datasource.url=jdbc:mysql://mysql:3306/xxl-job?useUnicode=true&characterEncoding=UTF-8&autoReconnect=true&serverTimezone=Asia/Shanghai --spring.datasource.username=root --spring.datasource.password=123456"
|
||||||
|
|
||||||
|
healthChk:
|
||||||
|
enabled: true
|
||||||
|
content:
|
||||||
|
livenessProbe:
|
||||||
|
failureThreshold: 3
|
||||||
|
httpGet:
|
||||||
|
path: /xxl-job-admin/chk.html
|
||||||
|
port: 8080
|
||||||
|
scheme: HTTP
|
||||||
|
initialDelaySeconds: 30
|
||||||
|
periodSeconds: 10
|
||||||
|
successThreshold: 1
|
||||||
|
timeoutSeconds: 60
|
||||||
|
readinessProbe:
|
||||||
|
failureThreshold: 3
|
||||||
|
httpGet:
|
||||||
|
path: /xxl-job-admin/chk.html
|
||||||
|
port: 8080
|
||||||
|
scheme: HTTP
|
||||||
|
initialDelaySeconds: 30
|
||||||
|
periodSeconds: 300
|
||||||
|
successThreshold: 1
|
||||||
|
timeoutSeconds: 60
|
||||||
|
|
||||||
|
resources:
|
||||||
|
|
||||||
|
serviceAccount:
|
||||||
|
# Specifies whether a service account should be created
|
||||||
|
create: false
|
||||||
|
# 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: {}
|
||||||
|
|
||||||
|
podSecurityContext: {}
|
||||||
|
# fsGroup: 2000
|
||||||
|
|
||||||
|
securityContext: {}
|
||||||
|
# capabilities:
|
||||||
|
# drop:
|
||||||
|
# - ALL
|
||||||
|
# readOnlyRootFilesystem: true
|
||||||
|
# runAsNonRoot: true
|
||||||
|
# runAsUser: 1000
|
||||||
|
|
||||||
|
service:
|
||||||
|
enabled: true
|
||||||
|
content:
|
||||||
|
type: NodePort
|
||||||
|
port: 8080
|
||||||
|
targetPort: 8080
|
||||||
|
nodePort: 31033
|
||||||
|
|
||||||
|
ingress:
|
||||||
|
enabled: false
|
||||||
|
annotations: {}
|
||||||
|
# kubernetes.io/ingress.class: nginx
|
||||||
|
# kubernetes.io/tls-acme: "true"
|
||||||
|
hosts:
|
||||||
|
- host: chart-example.local
|
||||||
|
paths: []
|
||||||
|
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
|
||||||
|
|
||||||
|
autoscaling:
|
||||||
|
enabled: false
|
||||||
|
minReplicas: 1
|
||||||
|
maxReplicas: 100
|
||||||
|
targetCPUUtilizationPercentage: 80
|
||||||
|
# targetMemoryUtilizationPercentage: 80
|
||||||
|
|
||||||
|
nodeSelector: {}
|
||||||
|
|
||||||
|
tolerations: []
|
||||||
|
|
||||||
|
affinity: {}
|
||||||
|
|
Reference in New Issue
Block a user