Skip to content
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

k8s-stack: use path prefix from args as a default ingress path #1496

Merged
merged 3 commits into from
Sep 19, 2024

Conversation

AndrewChubatiuk
Copy link
Collaborator

related issue #1260

@github-actions github-actions bot added the k8s-stack k8s-stack helm chart related issue label Sep 14, 2024
@@ -416,7 +416,7 @@ vmcluster:
# kubernetes.io/ingress.class: nginx
# kubernetes.io/tls-acme: "true"
labels: {}
path: /
path: '/select{{ dig "extraArgs" "http.pathPrefix" "/" .Values.vmcluster.spec.vmselect }}'
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

why adding /select as fixed prefix here? vmselect also exposes urls without /select.

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

updated pr

@@ -451,7 +451,7 @@ vmcluster:
# kubernetes.io/ingress.class: nginx
# kubernetes.io/tls-acme: "true"
labels: {}
path: /
path: '/insert{{ dig "extraArgs" "http.pathPrefix" "/" .Values.vmcluster.spec.vminsert }}'
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

same here

@AndrewChubatiuk AndrewChubatiuk merged commit 21c6597 into master Sep 19, 2024
8 checks passed
@AndrewChubatiuk AndrewChubatiuk deleted the path-prefix-from-args-as-ingress-path branch September 19, 2024 20:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
k8s-stack k8s-stack helm chart related issue
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants