manifests/charts/dubbo-control/register-discovery/nacos/values.yaml (18 lines of code) (raw):

# Licensed to the Apache Software Foundation (ASF) under one or more # contributor license agreements. See the NOTICE file distributed with # this work for additional information regarding copyright ownership. # The ASF licenses this file to You under the Apache License, Version 2.0 # (the "License"); you may not use this file except in compliance with # the License. You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # See the License for the specific language governing permissions and # limitations under the License. _internal_default_values_not_set: # Whether to enable the nacos. enabled: false # Specifies the mode in which nacos is running (standalone, cluster, etc.). mode: "" # Number of replicas for the Deployment. replicas: 1 # Deploy the required container images. image: nacos/nacos-server # The size of application resources required for deployment. resources: requests: cpu: 500m memory: 1Gi # Define the way to store Nacos data. storage: # Specifies the storage type (embedded, mysql, etc.). type: "" # For MySQL storage, you need to change the "embedded" to "mysql" before you can use the db configuration. database: # Specifies the database host. host: "nacos-mysql" # Specifies the database name. name: nacos # Specifies the database port. port: "" # Specifies the database username. username: nacos # Specifies the database password. password: nacos # Additional database connection parameters (if needed). param: ""