1 Star 0 Fork 0

波波/test_eloc_0627

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
test.yaml 21.13 KB
一键复制 编辑 原始数据 按行查看 历史
波波 提交于 2023-06-27 10:21 . del id
1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135
# Default values for merico-helm.
# This is a YAML-formatted file.
# Declare variables to be passed into your templates.
release: TO_BE_REPLACED
replicaCount: 1
domainname: default.k8s.merico.cn
storage: notaliyun
pvc_name: merico
FE_VERSION:
EE_VERSION:
AE_VERSION:
devlake_VERSION:
expert_VERSION:
markdoc_VERSION: v1.1.5-stable
table_VERSION: v6.7.0-221209_0703
table_web_VERSION: v6.7.0
sqlrewriter_VERSION: v1.0.0
pykit_VERSION: 0.2.0
datapath: /data
docker_root: /var/lib/docker
port_expose: "false"
namespaceid: 300
imagepullpolicy: IfNotPresent
registry: registry.cn-hongkong.aliyuncs.com/merico
taint: merico
proxy: "false"
http_proxy: ""
https_proxy: ""
random: ""
minio:
name: minio
image: minio
imagetag: RELEASE.2022-05-26T05-48-41Z.hotfix.15f13935a
replicas: 1
volumename: minio
hostpath: minio
mountpath: /data/minio/
port: 9000
svcport: 9000
nodeport: "03"
webnodeport: "23"
MINIO_ACCESS_KEY: merico
MINIO_SECRET_KEY: "{{tpl .Values.postgres.POSTGRES_PASSWORD .}}"
node_group: minio
minio2:
open: "false"
name: minio2
image: minio
imagetag: RELEASE.2022-05-26T05-48-41Z.hotfix.15f13935a
replicas: 1
volumename: minio
hostpath: minio2
mountpath: /data/minio/
port: 9000
svcport: 9000
nodeport: "13"
webnodeport: "33"
MINIO_ACCESS_KEY: merico
MINIO_SECRET_KEY: "{{tpl .Values.postgres.POSTGRES_PASSWORD .}}"
node_group: minio2
postgres:
name: postgres
image: postgres
imagetag: 11.17-init-utf8
replicas: 1
volumename: postgres
hostpath: pg-db-local
mountpath: /var/lib/postgresql/data
port: 5432
svcport: 5432
nodeport: "05"
POSTGRES_DB: vdev
POSTGRES_MULTIPLE_DATABASES: metastore,sonar,ca_prod,ca_report,mex,lake,dashboard,dc_lake,datacenter
POSTGRES_PASSWORD: ${postgres_POSTGRES_PASSWORD}
POSTGRES_USER: postgres
max_connections: 300
max_wal_size: 1GB
min_wal_size: 80MB
shared_buffers: 1GB
maintenance_work_mem: 256MB
max_parallel_workers_per_gather: 4
effective_cache_size: 2GB
synchronous_commit: off
node_group: storage
redis:
name: redis
image: redis
imagetag: 7.0.5
replicas: 1
volumename: redis
hostpath: redis-local
mountpath: /data/
port: 6379
svcport: 6379
nodeport: "07"
password: "{{tpl .Values.postgres.POSTGRES_PASSWORD .}}"
node_group: storage
rabbitmq:
name: rabbitmq
image: rabbitmq
imagetag: 3-management
replicas: 1
volumename: rabbitmq
hostpath: rabbitmq-local
mountpath: /var/lib/rabbitmq
port: 5672
svcport: 5672
nodeport: "01"
webport: 15672
websvcport: 15672
webnodeport: "02"
RABBITMQ_DEFAULT_USER: "rabbitmq"
RABBITMQ_DEFAULT_PASS: "{{tpl .Values.postgres.POSTGRES_PASSWORD .}}"
RABBITMQ_DEFAULT_VHOST: "rabbitmq"
node_group: storage
sonar:
open: "true"
name: sonar
# image: code-quality-server
# imagetag: 0.0.3
image: sonarqube-multiple-worker
imagetag: 9.2.3.0
replicas: 1
volumename: sonar
hostpath: sonarqube/data
mountpath: /opt/sonarqube/data
port: 9000
svcport: 9000
nodeport: "08"
username: postgres
password: "{{tpl .Values.postgres.POSTGRES_PASSWORD .}}"
admin_password: "{{tpl .Values.postgres.POSTGRES_PASSWORD .}}"
web_jvm_mem: 512m # 512m - 1g
ce_jvm_mem: 2g # ce_jvm_mem = 2g * ce_worker_count
es_jvm_mem: 2g # es_jvm_mem = 2g * ce_worker_count
ce_worker_count: 1 # 1-5
node_group: sonar
aeworker:
default: aeworkerdefault
indicator: aeworkerindicator
indicatormedium: aeworkerindicatormedium
indicatorlite: aeworkerindicatorlite
gateway: aegateway
monitor: aemonitor
api: aeapi
port: 9461
svcport: 9461
nodeport: "06"
apiport: 8000
apisvcport: 8000
apinodeport: "12"
replicas: 1
replicas_default: 1 # 1 is enough
replicas_api: 1
replicas_indicator: 1 # 1-5
replicas_indicator_medium: 0
replicas_indicator_lite: 0
worker_memory_default: 12
worker_memory_medium: 10
worker_memory_lite: 5
image: ca
hostpath: ca
mountpath: /data/analysis_storage/shared_fs_0
report_bucket: merico-analysis
minio_expiration_days: 30
monster_memory_limit: 999000
monster_second_limit: 43200
cache_type: "fs"
env: "production"
recursionlimit: 10000
node_group_worker: worker
node_group_worker_medium: worker-medium
node_group_worker_lite: worker-lite
node_group: default
enable_language_feature: "false"
ae_api_secret: "{{tpl .Values.postgres.POSTGRES_PASSWORD .}}"
analysis_report_expiration_keep_num: 60
enable_analysis_profiler: "false"
analysis_too_many_files_changed_threshold: "1000"
starrocks_enabled: "{{ .Values.starrocks.open }}"
# TODO: make StarRocks writer call be_host and SQLAlchemy call fe_host separately
starrocks_fe_host: "{{ .Values.starrocks.name_fe }}"
starrocks_be_host: "{{ .Values.starrocks.name_be }}"
starrocks_fe_query_port: "{{ .Values.starrocks.svcport }}"
starrocks_fe_http_port: "{{ .Values.starrocks.svcfehttpport }}"
starrocks_user: ae_client
starrocks_password: "{{ .Values.postgres.POSTGRES_PASSWORD }}"
starrocks_schema: ae
starrocks_import_rows_limit: 500000
# uptime
uptime_monitor_url: "http://monitor:3001/api/push/GwfxxtUiZA"
uptime_monitor_period: 60
# poc check
poc_enable: "false"
poc_commit_num: "3000"
poc_commit_days: "365"
poc_file_num: "3000"
poc_size: "314572800" # 300MB
sonar_merico_way_enabled: "true"
code_quality_merico_enabled: "true"
fluentd:
name: fluentd
image: fluentd
imagetag: k8s
replicas: 1
volumename: fluentd
hostpath: minio/logs-v2/fluentd
mountpath: /fluentd/log/
port: 24224
svcport: 24224
node_group: minio
fluent:
name: fluent
image: fluent
imagetag: latest
port: 24224
svcport: 24224
node_group: default
buffet:
name: buffet
openapi: openapi
process: process
import: import
image: buffet
replicas: 1
replicas_import: 1
hostpath: buffet-repos
mountpath: /repos/
volumefluentdmountpath: /fluentd-logs/
port: 5000
svcport: 5000
processport: 3000
openapiport: 3000
node_group: default
node_group_import: worker
analysis_jira_message: true
trino_user: "ee_client"
trino_password: "{{tpl .Values.postgres.POSTGRES_PASSWORD .}}"
disable_helmet: "true"
login_ip_limit: 100
detect_blocked_threshold: 0
enable_dev_doc: "false"
# Password of account 'ee_client' is as same as 'root'
starrocks_user: ee_client
starrocks_schema: ae
uptime_monitor_url_process: "http://monitor:3001/api/push/4eXVVOuPV5"
uptime_monitor_url_import: "http://monitor:3001/api/push/Yot12h4c2c"
uptime_monitor_period: 60
openapi_internal_disable: 1 # 0:enable, 1:disable
poc_repo_num: 50
store_baseline_samples: "false"
frontend:
name: frontend
image: frontend
replicas: 1
port: 80
svcport: 80
nodeport: "04"
node_group: default
svn2git:
name: svn2git
image: svn2git
imagetag: v1.0.0
replicas: 1
volumename: svn2git
repos_hostpath: custom-repos/svn2git
repos_mountpath: /svn_repos
auth_mountpath: /root/.subversion/auth
auth_hostpath: custom-repos/auth
cron_time: "0 0 23 * * *"
node_group: default
gitserver:
open: "true"
name: git-server
image: git
imagetag: latest
replicas: 1
volumename: git_server
hostpath: custom-repos
mountpath: /git-server/custom-repos
port: 22
svcport: 22
node_group: default
devlake:
open: "true"
name: devlake
image: lake
replicas: 1
port: 8080
svcport: 8080
hostpath: devlake
secret: secretKeyForNotification
nodeport: 17
node_group: default
max_parallel: 3
api_timeout: 120s
starrocks_db: lake
starrocks_user: lake_client
starrocks_password: "{{tpl .Values.postgres.POSTGRES_PASSWORD .}}"
starrocks_batch_size: 10000
dbtdoc:
open: "true"
name: dbtdoc
image: lake
imagetag: "{{ .Values.devlake_VERSION }}"
replicas: 1
port: 8080
svcport: 8080
hostpath: dbtdoc
nodeport: 30
node_group: default
devlake2:
open: "false"
name: devlake2
image: lake
replicas: 1
port: 8080
svcport: 8080
hostpath: devlake2
secret: secretKeyForNotification
nodeport: 28
node_group: default
max_parallel: 1
api_timeout: 120s
starrocks_db: lake
starrocks_user: lake_client
starrocks_password: "{{tpl .Values.postgres.POSTGRES_PASSWORD .}}"
starrocks_batch_size: 10000
configui:
name: configui
image: devlake-config-ui
imagetag: v0.14.3
replicas: 1
port: 4000
svcport: 4000
hostpath: configui
nodeport: 29
node_group: default
expert:
open: "true"
name: expert
image: expert
replicas: 1
port: 80
svcport: 80
nodeport: 25
database: mex
node_group: default
table:
open: "true"
name: table
image: ee-table
replicas: 1
port: 31200
svcport: 31200
nodeport: "14"
node_group: default
cors_allow_origin: "*"
app_id: 97b858c82407ed79
app_secret: 92b75c112b66d3073b98493f33b2bf05
enable_auth: 1 # 0:disable, 1:enable
table_website:
name: table-website
image: table-website
replicas: 1
port: 80
svcport: 80
nodeport: "27"
node_group: default
starrocks:
open: "true"
name_be: starrocks-be
name_fe: starrocks-fe
image: starrocks
imagetag: 2.2.10-avx2
replicas: 1
volumename: starrocks
hostpath_fe_storage: starrocks/fe/storage
mountpath_fe_storage: /data/deploy/StarRocks/fe/storage
hostpath_fe_meta: starrocks/fe/meta
mountpath_fe_meta: /data/deploy/StarRocks/fe/meta
hostpath_fe_log: starrocks/fe/log
mountpath_fe_log: /data/deploy/StarRocks/fe/log
hostpath_be_storage: starrocks/be/storage
mountpath_be_storage: /data/deploy/StarRocks/be/storage
hostpath_be_meta: starrocks/be/meta
mountpath_be_meta: /data/deploy/StarRocks/be/meta
hostpath_be_log: starrocks/be/log
mountpath_be_log: /data/deploy/StarRocks/be/log
port: 9030
svcport: 9030
fehttpport: 8030
svcfehttpport: 8030
behttpport: 8040
svcbehttpport: 8040
nodeportfequery: "16"
nodeportfehttp: "26"
node_group_be: starrocks-be
node_group_fe: starrocks-fe
password: "{{tpl .Values.postgres.POSTGRES_PASSWORD .}}"
priority_networks: 127.0.0.1/24
master_ip: 127.0.0.1
mem_limit: 50%
manual_ip_registry: "false"
cumulative_compaction_num_threads_per_disk: 1
base_compaction_num_threads_per_disk: 1
max_base_compaction_num_singleton_deltas: 100
tablet_max_versions: 1000
fe_exec_mem_limit: "8589934592"
toolservice:
open: "false"
name: toolservice
image: toolservice
imagetag: main_230131_1208_2b1d6a42
replicas: 1
node_group: default
interval_days: 1
restart_min_days: 5
restart_max_days: 7
pykit:
open: "true"
name: pykit
image: ee-pykit
replicas: 1
port: 8000
svcport: 8000
hostpath: pykit
mountpath: /app/data
nodeport: 34
node_group: default
tapd_clean_enabled: "false"
tapd_clean_hour: 17 # in utc
tapd_clean_minute: 17
tapd_secrets: "['']"
starrocks_drop_partition_enabled: "true"
starrocks_drop_partition_hour: 20 # in utc
starrocks_drop_partition_minute: 20
starrocks_drop_partition_lookback_days_start: 100
starrocks_drop_partition_lookback_days_end: 70
retry_failure_analysis_enabled: "false"
retry_failure_analysis_hour: "*"
retry_failure_analysis_minute: "*/2"
ee_openapi_endpoint: "http://openapi:5000/openapi"
ee_openapi_app_id: ""
ee_openapi_app_secret: ""
markdoc:
open: "true"
name: markdoc
image: markdoc
replicas: 1
port: 3000
svcport: 3000
nodeport: "18"
node_group: default
query:
open: "false"
name: query
image: query
imagetag: latest
replicas: 1
port: 8000
svcport: 8000
nodeport: "19"
node_group: starrocks-fe
monitor:
open: "true"
name: monitor
image: uptime-kuma
imagetag: v4
replicas: 1
volumename: monitor
hostpath: monitor
mountpath: /app/data/
port: 3001
svcport: 3001
nodeport: "31"
node_group: default
sqlrewriter:
open: "false"
name: sqlrewriter
image: sqlrewriter
replicas: 1
port: 8000
svcport: 8000
node_group: default
nodeport: "32"
auth_url: http://buffet:5000/api/permission/scope
debug: "false"
k8s_wait_for:
name: k8s_wait_for
image: k8s-wait-for
imagetag: treat_errers_as_ready
busybox:
name: busybox
image: busybox
imagetag: latest
go_dnsmasq:
name: go_dnsmasq
image: go-dnsmasq
tag: release-1.0.7
imagePullSecrets: []
nameOverride: ""
fullnameOverride: ""
serviceAccount:
# Specifies whether a service account should be created
create: 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: {}
podSecurityContext: {}
# fsGroup: 2000
securityContext:
{}
# capabilities:
# drop:
# - ALL
# readOnlyRootFilesystem: true
# runAsNonRoot: true
# runAsUser: 1000
service:
type: ClusterIP
port: 80
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:'.
resources_limit: "true"
resources_ae_default:
requests:
memory: 220Mi
resources_ae:
requests:
cpu: 3000m
memory: 8000Mi
limits:
cpu: 6000m
memory: 12000Mi
resources_ae_medium:
requests:
cpu: 100m
memory: 2000Mi
limits:
cpu: 6000m
memory: 10000Mi
resources_ae_lite:
requests:
cpu: 100m
memory: 2000Mi
limits:
cpu: 6000m
memory: 5000Mi
resources_ee:
requests:
memory: 300Mi
resources_ee_process:
requests:
memory: 600Mi
resources_ee_import:
requests:
memory: 1200Mi
resources_ee_frontend:
requests:
memory: 120Mi
resources_devlake:
requests:
memory: 300Mi
resources_expert:
requests:
memory: 240Mi
resources_table:
requests:
memory: 300Mi
resources_table_website:
requests:
memory: 60Mi
resources_sonar:
requests:
memory: 3600Mi
resources_starrocks_fe:
requests:
memory: 1200Mi
resources_starrocks_be:
requests:
memory: 3600Mi
resources_postgres:
requests:
memory: 4000Mi
resources_rabbitmq:
requests:
memory: 400Mi
resources_redis:
requests:
memory: 100Mi
resources_minio:
requests:
memory: 300Mi
resources_others:
requests:
memory: 60Mi
hostAliases:
- ip: "127.0.0.1"
hostnames:
- "foo.local"
autoscaling:
enabled: false
minReplicas: 1
maxReplicas: 100
targetCPUUtilizationPercentage: 80
# targetMemoryUtilizationPercentage: 80
ssh_config:
open: "false"
nodeSelector: {}
tolerations: []
affinity: {}
dbtdoc1:
open: "true"
name: dbtdoc
image: lake
imagetag: "{{ .Values.devlake_VERSION }}"
replicas: 1
port: 8080
svcport: 8080
hostpath: dbtdoc
nodeport: 30
node_group: default
dbtdoc2:
open: "true"
name: dbtdoc
image: lake
imagetag: "{{ .Values.devlake_VERSION }}"
replicas: 1
port: 8080
svcport: 8080
hostpath: dbtdoc
nodeport: 30
node_group: default
dbtdoc3:
open: "true"
name: dbtdoc
image: lake
imagetag: "{{ .Values.devlake_VERSION }}"
replicas: 1
port: 8080
svcport: 8080
hostpath: dbtdoc
nodeport: 30
node_group: default
dbtdoc4:
open: "true"
name: dbtdoc
image: lake
imagetag: "{{ .Values.devlake_VERSION }}"
replicas: 1
port: 8080
svcport: 8080
hostpath: dbtdoc
nodeport: 30
node_group: default
dbtdoc5:
open: "true"
name: dbtdoc
image: lake
imagetag: "{{ .Values.devlake_VERSION }}"
replicas: 1
port: 8080
svcport: 8080
hostpath: dbtdoc
nodeport: 30
node_group: default
dbtdoc1:
open: "true"
name: dbtdoc
image: lake
imagetag: "{{ .Values.devlake_VERSION }}"
replicas: 1
port: 8080
svcport: 8080
hostpath: dbtdoc
nodeport: 30
node_group: default
dbtdoc1:
open: "true"
name: dbtdoc
image: lake
imagetag: "{{ .Values.devlake_VERSION }}"
replicas: 1
port: 8080
svcport: 8080
hostpath: dbtdoc
nodeport: 30
node_group: default
dbtdoc1:
open: "true"
name: dbtdoc
image: lake
imagetag: "{{ .Values.devlake_VERSION }}"
replicas: 1
port: 8080
svcport: 8080
hostpath: dbtdoc
nodeport: 30
node_group: default
dbtdoc1:
open: "true"
name: dbtdoc
image: lake
imagetag: "{{ .Values.devlake_VERSION }}"
replicas: 1
port: 8080
svcport: 8080
hostpath: dbtdoc
nodeport: 30
node_group: default
dbtdoc1:
open: "true"
name: dbtdoc
image: lake
imagetag: "{{ .Values.devlake_VERSION }}"
replicas: 1
port: 8080
svcport: 8080
hostpath: dbtdoc
nodeport: 30
node_group: default
dbtdoc1:
open: "true"
name: dbtdoc
image: lake
imagetag: "{{ .Values.devlake_VERSION }}"
replicas: 1
port: 8080
svcport: 8080
hostpath: dbtdoc
nodeport: 30
node_group: default
dbtdoc1:
open: "true"
name: dbtdoc
image: lake
imagetag: "{{ .Values.devlake_VERSION }}"
replicas: 1
port: 8080
svcport: 8080
hostpath: dbtdoc
nodeport: 30
node_group: default
dbtdoc1:
open: "true"
name: dbtdoc
image: lake
imagetag: "{{ .Values.devlake_VERSION }}"
replicas: 1
port: 8080
svcport: 8080
hostpath: dbtdoc
nodeport: 30
node_group: default
dbtdoc1:
open: "true"
name: dbtdoc
image: lake
imagetag: "{{ .Values.devlake_VERSION }}"
replicas: 1
port: 8080
svcport: 8080
hostpath: dbtdoc
nodeport: 30
node_group: default
dbtdoc1:
open: "true"
name: dbtdoc
image: lake
imagetag: "{{ .Values.devlake_VERSION }}"
replicas: 1
port: 8080
svcport: 8080
hostpath: dbtdoc
nodeport: 30
node_group: default
dbtdoc1:
open: "true"
name: dbtdoc
image: lake
imagetag: "{{ .Values.devlake_VERSION }}"
replicas: 1
port: 8080
svcport: 8080
hostpath: dbtdoc
nodeport: 30
node_group: default
dbtdoc1:
open: "true"
name: dbtdoc
image: lake
imagetag: "{{ .Values.devlake_VERSION }}"
replicas: 1
port: 8080
svcport: 8080
hostpath: dbtdoc
nodeport: 30
node_group: default
dbtdoc1:
open: "true"
name: dbtdoc
image: lake
imagetag: "{{ .Values.devlake_VERSION }}"
replicas: 1
port: 8080
svcport: 8080
hostpath: dbtdoc
nodeport: 30
node_group: default
dbtdoc1:
open: "true"
name: dbtdoc
image: lake
imagetag: "{{ .Values.devlake_VERSION }}"
replicas: 1
port: 8080
svcport: 8080
hostpath: dbtdoc
nodeport: 30
node_group: default
dbtdoc1:
open: "true"
name: dbtdoc
image: lake
imagetag: "{{ .Values.devlake_VERSION }}"
replicas: 1
port: 8080
svcport: 8080
hostpath: dbtdoc
nodeport: 30
node_group: default
dbtdoc1:
open: "true"
name: dbtdoc
image: lake
imagetag: "{{ .Values.devlake_VERSION }}"
replicas: 1
port: 8080
svcport: 8080
hostpath: dbtdoc
nodeport: 30
node_group: default
dbtdoc1:
open: "true"
name: dbtdoc
image: lake
imagetag: "{{ .Values.devlake_VERSION }}"
replicas: 1
port: 8080
svcport: 8080
hostpath: dbtdoc
nodeport: 30
node_group: default
dbtdoc1:
open: "true"
name: dbtdoc
image: lake
imagetag: "{{ .Values.devlake_VERSION }}"
replicas: 1
port: 8080
svcport: 8080
hostpath: dbtdoc
nodeport: 30
node_group: default
dbtdoc1:
open: "true"
name: dbtdoc
image: lake
imagetag: "{{ .Values.devlake_VERSION }}"
replicas: 1
port: 8080
svcport: 8080
hostpath: dbtdoc
nodeport: 30
node_group: default
dbtdoc1:
open: "true"
name: dbtdoc
image: lake
imagetag: "{{ .Values.devlake_VERSION }}"
replicas: 1
port: 8080
svcport: 8080
hostpath: dbtdoc
nodeport: 30
node_group: default
dbtdoc1:
open: "true"
name: dbtdoc
image: lake
imagetag: "{{ .Values.devlake_VERSION }}"
replicas: 1
port: 8080
svcport: 8080
hostpath: dbtdoc
nodeport: 30
node_group: default
dbtdoc1:
open: "true"
name: dbtdoc
image: lake
imagetag: "{{ .Values.devlake_VERSION }}"
replicas: 1
port: 8080
svcport: 8080
hostpath: dbtdoc
nodeport: 30
node_group: default
dbtdoc1:
open: "true"
name: dbtdoc
image: lake
imagetag: "{{ .Values.devlake_VERSION }}"
replicas: 1
port: 8080
svcport: 8080
hostpath: dbtdoc
nodeport: 30
node_group: default
dbtdoc1:
open: "true"
name: dbtdoc
image: lake
imagetag: "{{ .Values.devlake_VERSION }}"
replicas: 1
port: 8080
svcport: 8080
hostpath: dbtdoc
nodeport: 30
node_group: default
dbtdoc1:
open: "true"
name: dbtdoc
image: lake
imagetag: "{{ .Values.devlake_VERSION }}"
replicas: 1
port: 8080
svcport: 8080
hostpath: dbtdoc
nodeport: 30
node_group: default
dbtdoc1:
open: "true"
name: dbtdoc
image: lake
imagetag: "{{ .Values.devlake_VERSION }}"
replicas: 1
port: 8080
svcport: 8080
hostpath: dbtdoc
nodeport: 30
node_group: default
dbtdoc1:
open: "true"
name: dbtdoc
image: lake
imagetag: "{{ .Values.devlake_VERSION }}"
replicas: 1
port: 8080
svcport: 8080
hostpath: dbtdoc
nodeport: 30
node_group: default
dbtdoc1:
open: "true"
name: dbtdoc
image: lake
imagetag: "{{ .Values.devlake_VERSION }}"
replicas: 1
port: 8080
svcport: 8080
hostpath: dbtdoc
nodeport: 30
node_group: default
dbtdoc1:
open: "true"
name: dbtdoc
image: lake
imagetag: "{{ .Values.devlake_VERSION }}"
replicas: 1
port: 8080
svcport: 8080
hostpath: dbtdoc
nodeport: 30
node_group: default
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/imlaji/test_eloc_0627.git
git@gitee.com:imlaji/test_eloc_0627.git
imlaji
test_eloc_0627
test_eloc_0627
master

搜索帮助