Trouble adding ingresses for prometheus, alertmanager, and grafana. #918
Unanswered
zengamer21
asked this question in
General
Replies: 1 comment 1 reply
-
This is actually a bug which sneaked in after code refactoring. I will be fixing this as part of #876 and thaum-xyz/ankhmorpork#66 |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
When I use the following jsonnet file, it generates the ingress yaml files but when I apply them i get:
error: error validating "manifests/prometheus-k8s-ingress.yaml": error validating data: ValidationError(Ingress.spec.rules[0].http.paths[0].backend.service.port): invalid type for io.k8s.api.networking.v1.ServiceBackendPort: got "string", expected "map"; if you choose to ignore these errors, turn validation off with --validate=false
The spec.rules section doesn't look like Ingress examples I've found in other places.
// prometheus-k8s-ingress.yaml
// my base jsonnet file
Beta Was this translation helpful? Give feedback.
All reactions