{"id":20251304,"url":"https://github.com/paranoiasystem/mykube","last_synced_at":"2026-03-10T14:04:54.346Z","repository":{"id":86566699,"uuid":"596594086","full_name":"paranoiasystem/mykube","owner":"paranoiasystem","description":null,"archived":false,"fork":false,"pushed_at":"2023-02-03T13:49:51.000Z","size":15,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2026-01-26T11:31:34.249Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/paranoiasystem.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2023-02-02T14:26:07.000Z","updated_at":"2023-02-02T14:26:07.000Z","dependencies_parsed_at":null,"dependency_job_id":"5a523297-31b5-488f-85d3-b67727e1606e","html_url":"https://github.com/paranoiasystem/mykube","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/paranoiasystem/mykube","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/paranoiasystem%2Fmykube","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/paranoiasystem%2Fmykube/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/paranoiasystem%2Fmykube/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/paranoiasystem%2Fmykube/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/paranoiasystem","download_url":"https://codeload.github.com/paranoiasystem/mykube/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/paranoiasystem%2Fmykube/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30336113,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-10T12:41:07.687Z","status":"ssl_error","status_checked_at":"2026-03-10T12:41:06.728Z","response_time":106,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-14T10:02:57.573Z","updated_at":"2026-03-10T14:04:54.324Z","avatar_url":"https://github.com/paranoiasystem.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# How to fix ArgoCD infinite healtcheck on ingress\n\n`kubectl -n argocd edit configmap argocd-cm`\n\nadd\n\n```yaml\ndata:\n  resource.customizations: |\n    networking.k8s.io/Ingress:\n        health.lua: |\n          hs = {}\n          hs.status = \"Healthy\"\n          return hs\n```\n\n# Install Keycloak Operator\n\n[https://www.keycloak.org/operator/installation](https://www.keycloak.org/operator/installation)\n\n## Basic Deploy\n\ninfo: [https://www.keycloak.org/operator/basic-deployment](https://www.keycloak.org/operator/basic-deployment)\n\n### Database\n\nfor prod [https://access.crunchydata.com/documentation/postgres-operator/latest/](https://access.crunchydata.com/documentation/postgres-operator/latest/)\n\nfor test `keycloak_operator_example/example-postgres.yaml`\n\n### Secret DB credential for Keycloak\n\ntest credential: postgres:testpassword\n\n```sh\nkubectl create secret generic keycloak-db-secret \\\n  --from-literal=username=[your_database_username] \\\n  --from-literal=password=[your_database_password]\n```\n\n### Keycloak Example \n\nfor test `keycloak_operator_example/example-kc.yaml`","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fparanoiasystem%2Fmykube","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fparanoiasystem%2Fmykube","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fparanoiasystem%2Fmykube/lists"}