coffeebe4code commented on issue #486:
URL: 
https://github.com/apache/apisix-helm-chart/issues/486#issuecomment-1448687359

   @Gallardot thank you for the quick response.
   
   I looked at that file, and sure enough there was information related to the 
deployment type in the `deployment:` section.
   
   I scanned through the values file provided in the helm version I pulled, the 
Chart.yaml has these values.
   ```
   annotations:
     artifacthub.io/prerelease: "false"
   apiVersion: v2
   appVersion: 3.1.0
   dependencies:
   - condition: etcd.enabled
     name: etcd
     repository: https://charts.bitnami.com/bitnami
     version: 8.3.4
   - alias: ingress-controller
     condition: ingress-controller.enabled
     name: apisix-ingress-controller
     repository: https://charts.apiseven.com
     version: 0.11.3
   description: A Helm chart for Apache APISIX v3
   icon: https://apache.org/logos/res/apisix/apisix.png
   maintainers:
   - name: tao12345666333
   name: apisix
   sources:
   - https://github.com/apache/apisix-helm-chart
   type: application
   version: 1.1.0
   ```
   I searched the project and couldn't find anything related to `deployment`, 
`decoupled` or `traditional`. I'm wondering if this is an older, newer, or 
enterprise version of the chart. No worries either way.
   
   I looked over the PR and for DaemonSet vs Deployment. I think I am happy 
with Deployment, and also happy with `traditional` mode.
   
   Thank you! 💯 


-- 
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]

Reply via email to