nacos-group / nacos-k8s

This project contains a Nacos Docker image meant to facilitate the deployment of Nacos on Kubernetes using StatefulSets.
578 stars 468 forks source link

使用 Postgresql #454

Open linonetwo opened 2 weeks ago

linonetwo commented 2 weeks ago

看到 Helm chart 里只有

{{- if eq .Values.nacos.storage.type "mysql" }}
            {{else}}
            - name: EMBEDDED_STORAGE
              value: embedded
          {{end}}

那如何使用 pg 呢?

linonetwo commented 2 weeks ago

https://github.com/yangxj96/nacos-server-pgsql-docker

期待官方支持