Skip to content

chore: support standalone#839

Merged
nic-6443 merged 13 commits intoapache:masterfrom
dspo:feat/support-standalone
Jul 3, 2025
Merged

chore: support standalone#839
nic-6443 merged 13 commits intoapache:masterfrom
dspo:feat/support-standalone

Conversation

@dspo
Copy link
Copy Markdown
Contributor

@dspo dspo commented Jul 1, 2025

chore: support standalone
This depend on #837

example:

helm install apisix \
  --namespace ingress-apisix \
  --create-namespace \
  --set service.type=NodePort \
  --set apisix.admin.allow.ipList[0]="0.0.0.0/0" \
  --set apisix.deployment.role=traditional \
  --set apisix.deployment.role_traditional.config_provider=yaml \
  --set etcd.enabled=false \
  --set ingress-controller.enabled=true \
  --set ingress-controller.config.provider.type=apisix-standalone \
  --set ingress-controller.apisix.adminSerivce.namespace=ingress-apisix \
  --set ingress-controller.gatewayProxy.createDefault=true \
  charts/apisix

@dspo dspo force-pushed the feat/support-standalone branch from 6cb14df to 81dab04 Compare July 1, 2025 05:53
@dspo dspo force-pushed the feat/support-standalone branch from 81dab04 to 782c5c3 Compare July 1, 2025 05:58
Comment thread charts/apisix/Chart.lock Outdated
repository: https://charts.apiseven.com
version: 0.14.0
version: 1.0.0
digest: sha256:8d727979670a2b62af7672c36ebb2a4d294bc967b16fb5d1e144ed77c948062d
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This digest has not been updated.

Comment thread charts/apisix-ingress-controller/crds/apisixic-crds.yaml
@AlinsRan AlinsRan self-requested a review July 3, 2025 07:20
@AlinsRan
Copy link
Copy Markdown
Contributor

AlinsRan commented Jul 3, 2025

Please split him into two PRs, we need to update the apisix-ingress-controller first.

@dspo
Copy link
Copy Markdown
Contributor Author

dspo commented Jul 3, 2025

Please split him into two PRs, we need to update the apisix-ingress-controller first.

👌🏻 I separated the changes related to apisix-ingress-controller into another PR.

@nic-6443 nic-6443 merged commit 86013d0 into apache:master Jul 3, 2025
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants