From 47ddab649b23af660a9cb4d084c32a6f9898538f Mon Sep 17 00:00:00 2001 From: abearxiong Date: Sat, 21 Mar 2026 01:10:33 +0800 Subject: [PATCH] =?UTF-8?q?=E6=96=B0=E5=A2=9E=20Rancher=20Helm=20Values=20?= =?UTF-8?q?=E9=85=8D=E7=BD=AE=E6=96=87=E4=BB=B6=EF=BC=8C=E8=AE=BE=E7=BD=AE?= =?UTF-8?q?=E9=BB=98=E8=AE=A4=E7=A7=81=E6=9C=89=E9=95=9C=E5=83=8F=E4=BB=93?= =?UTF-8?q?=E5=BA=93=E5=8F=8A=E7=9B=B8=E5=85=B3=E5=8F=82=E6=95=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- k8s/xiongxiao.me/update/rancher/values.yaml | 31 +++++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 k8s/xiongxiao.me/update/rancher/values.yaml diff --git a/k8s/xiongxiao.me/update/rancher/values.yaml b/k8s/xiongxiao.me/update/rancher/values.yaml new file mode 100644 index 0000000..c4b8716 --- /dev/null +++ b/k8s/xiongxiao.me/update/rancher/values.yaml @@ -0,0 +1,31 @@ +# Rancher Helm Values 配置 +# 使用私有镜像仓库 docker.cnb.cool + +# 设置默认私有镜像仓库(所有 Rancher 组件使用) +systemDefaultRegistry: docker.cnb.cool/kevisual/dev-env + +# Rancher 主镜像配置 +rancherImage: rancher/rancher +rancherImageTag: v2.13.0 + +# 如果需要配置其他组件的镜像仓库 +# aksOperatorImage: rancher/aks-operator +# aksOperatorImageTag: v1.0.0 +# eksOperatorImage: rancher/eks-operator +# eksOperatorImageTag: v1.0.0 +# gkeOperatorImage: rancher/gke-operator +# gkeOperatorImageTag: v1.0.0 + +# Rancher 配置 +hostname: rancher.xiongxiao.me +replicas: 3 +bootstrapPassword: "admin" + +# 开启审计日志(可选) +# auditLog: +# level: 1 + +# 添加额外的环境变量(可选) +# extraEnv: +# - name: CATTLE_TLS_MIN_VERSION +# value: "1.2"