feat: add more services

This commit is contained in:
Sun-ZhenXing
2026-02-19 23:04:16 +08:00
parent be71b96317
commit 990b40d730
77 changed files with 2085 additions and 1 deletions

21
src/nacos/values.yaml Normal file
View File

@@ -0,0 +1,21 @@
# Nacos Helm Chart Values
# https://github.com/nacos-group/nacos-k8s/blob/master/helm/values.yaml
# Default values for nacos
# This is a YAML-formatted file
replicaCount: 1
image:
repository: nacos/nacos-server
tag: latest
pullPolicy: IfNotPresent
service:
type: ClusterIP
port: 8848
persistence:
enabled: true
storageClassName: standard
size: 10Gi