Files
helm-anything/src/nacos/values.yaml
2026-02-19 23:04:16 +08:00

22 lines
370 B
YAML

# 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