fix(k8s): update ingress configuration for backend service #184
Reference in New Issue
Block a user
Delete Branch "fix/k8s-ingress-backend-service"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Add pathType as Prefix to the ingress path definition. Update the
backend service reference to use the new format with 'service'
instead of 'serviceName' for improved clarity and adherence to
Kubernetes API standards.