{"id":15516219,"url":"https://github.com/dippynark/k8s-examples","last_synced_at":"2025-03-17T02:15:48.505Z","repository":{"id":87889029,"uuid":"108779337","full_name":"dippynark/k8s-examples","owner":"dippynark","description":"Kubernetes configuration examples","archived":false,"fork":false,"pushed_at":"2020-11-02T20:42:32.000Z","size":620,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-15T16:48:48.608Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Python","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/dippynark.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":"2017-10-29T23:14:54.000Z","updated_at":"2020-11-02T20:42:35.000Z","dependencies_parsed_at":"2023-04-07T13:04:29.989Z","dependency_job_id":null,"html_url":"https://github.com/dippynark/k8s-examples","commit_stats":{"total_commits":587,"total_committers":2,"mean_commits":293.5,"dds":0.3509369676320273,"last_synced_commit":"2458e973dc5a0e5a88b9fb5d9dd8c80e39a2bd17"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dippynark%2Fk8s-examples","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dippynark%2Fk8s-examples/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dippynark%2Fk8s-examples/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dippynark%2Fk8s-examples/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dippynark","download_url":"https://codeload.github.com/dippynark/k8s-examples/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243960667,"owners_count":20375105,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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-10-02T10:06:10.182Z","updated_at":"2025-03-17T02:15:48.485Z","avatar_url":"https://github.com/dippynark.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# k8s-examples\n\nThis repository contains a set of configuration examples for various systems and\napplications on Kubernetes.\n\n## Examples\n\n```sh\n# generate basic auth username/password\nhtpasswd -c auth dippynark\nkubectl create secret generic basic-auth --from-file=auth -n $NAMEPSACE\n\n# search lidarr for unmapped content\ncurl -H \"X-Api-Key: $API_KEY\" http://lidarr.lidarr.svc.cluster.local/api/v1/trackfile?unmapped=true | jq '.[].path' # | xargs -I {} rm -f {}\n# search lidarr for incomplete albums\ncurl -H \"X-Api-Key: $API_KEY\" http://lidarr.lidarr.svc.cluster.local/api/v1/album | jq '.[] | select(.statistics.percentOfTracks != 100 and .statistics.percentOfTracks != 0 and .statistics.percentOfTracks != null) | .artist.path + \"/\" + .title'\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdippynark%2Fk8s-examples","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdippynark%2Fk8s-examples","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdippynark%2Fk8s-examples/lists"}