Cristian Marquez Russo
Cristian Marquez Russo
Hi! Im also working on this. Should we setup a meeting somehow someday?
I've managed to run these services on kubernetes: - API - UI - Audit-API - Jira Collector - GitHub Collector There are some caveats regarding the state for the collectors...
Hi all! Apologies for the delay sharing my manifests. Please find them on this repo: https://github.com/clvr-cloud/hygiea-devops-poc
having the same issue using the 1.11 version of the chart
I found a workaround by adding more resources. I will send my values as soon as I can :)
Please, try with this values ``` replicaCount: 3 resources: limits: cpu: 50m memory: 256Mi requests: cpu: 50m memory: 256Mi ```
I started having issues as well. It was running on another namespace (not default) but it is down now :(
This is working after the following changes: 1- Debug mode: I've added a debug flag to get additional info: Add this to your values.yaml ``` debug: true ``` and this...
Same... @lannyMa did you fix it? ``` INFO:kube_ops_view.main:Listening on :8080.. ERROR:kube_ops_view.update:Failed to query cluster 10-59-240-1:443 (https://10.59.240.1:443): 403 Forbidden (try 1, wait 6 seconds) 10.56.0.1 - - [2018-05-13 05:01:14] "GET /health...
if using the chart, you can enable rbac or use an specific service account ``` rbac: create: true ``` `serviceAccountName: default `