-
Notifications
You must be signed in to change notification settings - Fork 557
DOC: Documentation updates for devtron installation, ingess, liveness and readiness probe #1115
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
DOC: Documentation updates for devtron installation, ingess, liveness and readiness probe #1115
Conversation
docs/user-guide/creating-application/deployment-template/rollout-deployment.md
Show resolved
Hide resolved
docs/user-guide/creating-application/deployment-template/rollout-deployment.md
Outdated
Show resolved
Hide resolved
docs/user-guide/creating-application/deployment-template/rollout-deployment.md
Outdated
Show resolved
Hide resolved
|
Please write proper description & Title of the PR |
docs/user-guide/creating-application/deployment-template/rollout-deployment.md
Show resolved
Hide resolved
docs/user-guide/creating-application/deployment-template/rollout-deployment.md
Outdated
Show resolved
Hide resolved
docs/user-guide/creating-application/deployment-template/rollout-deployment.md
Outdated
Show resolved
Hide resolved
| - host: example1.com | ||
| paths: | ||
| - /example | ||
| pathType: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Put this before paths field to remove confusion and what about the value of pathType:?
Example:
hosts:
- host: example1.com
pathType: "ImplementationSpecific"
paths:
- /example
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Repeat all all places
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
done
Description
Updates in documentation:
pathTypein ingress.Fixes # (issue)
Type of change
Checklist: