v3.0.0
Configuring Emissary Ingress in EKS Anywhere package spec
| Parameter | Description | Default |
|---|---|---|
| General | ||
| hostNetwork | Whether Emissary will use the host network, useful for on-premise setup . Example: hostNetwork: false |
false |
| createDefaultListeners | Whether Emissary should be created with default listeners, HTTP on port 8080 and HTTPS on port 8443. Example: createDefaultListeners: false |
false |
| replicaCount | Replica count for Emissary to deploy. Example: replicaCount: 2 |
2 |
| daemonSet | Whether to create Emissary as a Daemonset instead of a deployment Example: daemonSet: false |
false |