Now, use traefik
Ingress-nginx is now deprecated, so we changed ingress management: - traefik is now the default ingress class to use - we add traefik ingressroute management too
This commit is contained in:
@@ -110,11 +110,25 @@
|
||||
long: |-
|
||||
Declare an ingress rule for the service. The port should be exposed or
|
||||
declared with {{ printf "%s/%s" .KatenaryPrefix "ports" }}.
|
||||
|
||||
The default ingress class is "traefik".
|
||||
|
||||
**Files generated:** Both `ingress.yaml` (standard Kubernetes Ingress) and
|
||||
`ingressroute.yaml` (Traefik IngressRoute CRD) are generated. You can
|
||||
control which one is installed via values.yaml:
|
||||
|
||||
- `ingress.enabled` - controls standard Ingress installation
|
||||
- `ingress.ingressRouteEnabled` - controls IngressRoute installation
|
||||
|
||||
Setting `type: ingressroute` automatically sets `ingressRouteEnabled: true`.
|
||||
example: |-
|
||||
labels:
|
||||
{{ .KatenaryPrefix }}/ingress: |-
|
||||
port: 80
|
||||
hostname: mywebsite.com (optional)
|
||||
# Use Traefik IngressRoute instead of standard Ingress
|
||||
type: ingressroute
|
||||
enabled: true
|
||||
type: "object"
|
||||
|
||||
"map-env":
|
||||
|
||||
Reference in New Issue
Block a user