You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
| deployment.podSecurityContext | object |`{"fsGroup":2000}`| Set security context for the pod fsGroup: 2000 ensures containers can share Unix socket files via a common group. |
| apisix.deployment.standalone.config | string |`"routes:\n-\n uri: /hi\n upstream:\n nodes:\n \"127.0.0.1:1980\": 1\n type: roundrobin\n"`| Rules which are set to the default apisix.yaml configmap. If apisix.delpoyment.standalone.existingConfigMap is empty, these are used. |
73
74
| apisix.deployment.standalone.existingConfigMap | string |`""`| Specifies the name of the ConfigMap that contains the rule configurations. The configuration must be set to the key named `apisix.yaml` in the configmap. |
| apisix.discovery.enabled | bool |`false`| Enable or disable Apache APISIX integration service discovery |
76
76
| apisix.discovery.registry | object |`{}`| Service discovery registry. Refer to [configuration under discovery](https://github.com/apache/apisix/blob/master/conf/config.yaml.example#L307) for example. Also see [example of using external service discovery](https://apisix.apache.org/docs/ingress-controller/1.8.0/tutorials/external-service-discovery/). |
0 commit comments