tokers commented on code in PR #461: URL: https://github.com/apache/apisix-helm-chart/pull/461#discussion_r1099538042
########## charts/apisix/values.yaml: ########## @@ -168,6 +168,42 @@ serviceAccount: rbac: create: false +deployment: + # -- Apache APISIX deployment mode + # Optional: traditional, decoupled + # + # ref: https://apisix.apache.org/docs/apisix/deployment-modes/ + mode: traditional + + # -- Deployment role + # Optional: traditional, data_plane, control_plane + # + # ref: https://apisix.apache.org/docs/apisix/deployment-modes/ + role: "traditional" + + # -- used for control_plane deployment mode + controlPlane: + # -- conf Server address + confServerListen: "0.0.0.0:9280" + # -- secret name used by conf Server + certsSecret: "" + # -- conf Server CA cert name + cert: "" Review Comment: It should be written to the README, or people don't know it. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
