René's URL Explorer Experiment


Title: How to deploy Indy image to Kubernetes · Issue #82 · Commonjava/commonjava-images · GitHub

Open Graph Title: How to deploy Indy image to Kubernetes · Issue #82 · Commonjava/commonjava-images

X Title: How to deploy Indy image to Kubernetes · Issue #82 · Commonjava/commonjava-images

Description: Hi, After #80, now I want to deploy Indy to a K8s cluster so that it can be used as an alternative to Nexus Repo Manager. I've come up with my own primitive settings (see below) but I'd like to know your recommended settings with optiona...

Open Graph Description: Hi, After #80, now I want to deploy Indy to a K8s cluster so that it can be used as an alternative to Nexus Repo Manager. I've come up with my own primitive settings (see below) but I'd like to kno...

X Description: Hi, After #80, now I want to deploy Indy to a K8s cluster so that it can be used as an alternative to Nexus Repo Manager. I've come up with my own primitive settings (see below) but I'd lik...

Opengraph URL: https://github.com/Commonjava/commonjava-images/issues/82

X: @github

direct link

Domain: patch-diff.githubusercontent.com


Hey, it has json ld scripts:
{"@context":"https://schema.org","@type":"DiscussionForumPosting","headline":"How to deploy Indy image to Kubernetes","articleBody":"Hi,\r\n\r\nAfter #80, now I want to deploy Indy to a K8s cluster so that it can be used as an alternative to Nexus Repo Manager. I've come up with my own primitive settings (see below) but I'd like to know your recommended settings with optionally more advanced features, such as externalised etc and data volumes.\r\n\r\nCould you please add some documentation and/or examples on how to deploy Indy to K8s/OpenShift?\r\n\r\nThank you!\r\n\r\n```yaml\r\napiVersion: apps/v1\r\nkind: Deployment\r\nmetadata:\r\n  name: indy\r\n  namespace: indy\r\nspec:\r\n  selector:\r\n    matchLabels:\r\n      app: indy\r\n  template:\r\n    metadata:\r\n      labels:\r\n        app: indy\r\n    spec:\r\n      containers:\r\n        - name: indy\r\n          image: quay.io/factory2/indy:2.7.2\r\n          ports:\r\n            - name: 8080-tcp\r\n              containerPort: 8080\r\n            - name: 8081-tcp\r\n              containerPort: 8081\r\n          livenessProbe:\r\n            httpGet:\r\n              path: /api/stats/version-info\r\n              port: 8080\r\n            initialDelaySeconds: 30 \r\n            periodSeconds: 3\r\n          readinessProbe:\r\n            httpGet:\r\n              path: /api/stats/version-info\r\n              port: 8080\r\n            initialDelaySeconds: 30\r\n            periodSeconds: 3\r\n          volumeMounts:\r\n            - name: indy-etc\r\n              mountPath: /opt/indy/etc/indy\r\n      initContainers:\r\n        - name: init-etc\r\n          image: busybox\r\n          command: [\"sh\", \"-c\"]\r\n          args:\r\n            - cd /tmp \u0026\u0026 wget -O etc.tar.gz https://github.com/Commonjava/indy/releases/download/indy-parent-2.7.2/indy-launcher-2.7.2-etc.tar.gz \u0026\u0026 tar -xf etc.tar.gz \u0026\u0026 mv etc/* /opt/indy/etc/indy/\r\n          volumeMounts:\r\n            - name: indy-etc\r\n              mountPath: /opt/indy/etc/indy\r\n      volumes:\r\n        - name: indy-etc\r\n          emptyDir: {}\r\n```","author":{"url":"https://github.com/tadayosi","@type":"Person","name":"tadayosi"},"datePublished":"2022-06-13T06:44:32.000Z","interactionStatistic":{"@type":"InteractionCounter","interactionType":"https://schema.org/CommentAction","userInteractionCount":3},"url":"https://github.com/82/commonjava-images/issues/82"}

route-pattern/_view_fragments/issues/show/:user_id/:repository/:id/issue_layout(.:format)
route-controllervoltron_issues_fragments
route-actionissue_layout
fetch-noncev2:caac8f38-dab8-9140-8297-67ce910d41e2
current-catalog-service-hash81bb79d38c15960b92d99bca9288a9108c7a47b18f2423d0f6438c5b7bcd2114
request-idAD76:146594:B1F6C:F6932:697882F0
html-safe-nonce9181001b79b06b29d970f102c18544617df8c0b7906bbc85655115804ccc31f9
visitor-payloadeyJyZWZlcnJlciI6IiIsInJlcXVlc3RfaWQiOiJBRDc2OjE0NjU5NDpCMUY2QzpGNjkzMjo2OTc4ODJGMCIsInZpc2l0b3JfaWQiOiIyNzA4MDkxNDI0MzgwMzIyNTQ0IiwicmVnaW9uX2VkZ2UiOiJpYWQiLCJyZWdpb25fcmVuZGVyIjoiaWFkIn0=
visitor-hmac5ee64c5ec3cfb676a490d87166d977aad4e7a231a8a84995c88c25f876c5f5a2
hovercard-subject-tagissue:1268980266
github-keyboard-shortcutsrepository,issues,copilot
google-site-verificationApib7-x98H0j5cPqHWwSMm6dNU4GmODRoqxLiDzdx9I
octolytics-urlhttps://collector.github.com/github/collect
analytics-location///voltron/issues_fragments/issue_layout
fb:app_id1401488693436528
apple-itunes-appapp-id=1477376905, app-argument=https://github.com/_view_fragments/issues/show/Commonjava/commonjava-images/82/issue_layout
twitter:imagehttps://opengraph.githubassets.com/306bb7b76c44197638b597a8d7ae280f76ad6cf748f46f9f1e3704a2a8e774c7/Commonjava/commonjava-images/issues/82
twitter:cardsummary_large_image
og:imagehttps://opengraph.githubassets.com/306bb7b76c44197638b597a8d7ae280f76ad6cf748f46f9f1e3704a2a8e774c7/Commonjava/commonjava-images/issues/82
og:image:altHi, After #80, now I want to deploy Indy to a K8s cluster so that it can be used as an alternative to Nexus Repo Manager. I've come up with my own primitive settings (see below) but I'd like to kno...
og:image:width1200
og:image:height600
og:site_nameGitHub
og:typeobject
og:author:usernametadayosi
hostnamegithub.com
expected-hostnamegithub.com
None2981c597c945c1d90ac6fa355ce7929b2f413dfe7872ca5c435ee53a24a1de50
turbo-cache-controlno-preview
go-importgithub.com/Commonjava/commonjava-images git https://github.com/Commonjava/commonjava-images.git
octolytics-dimension-user_id12036517
octolytics-dimension-user_loginCommonjava
octolytics-dimension-repository_id209855464
octolytics-dimension-repository_nwoCommonjava/commonjava-images
octolytics-dimension-repository_publictrue
octolytics-dimension-repository_is_forkfalse
octolytics-dimension-repository_network_root_id209855464
octolytics-dimension-repository_network_root_nwoCommonjava/commonjava-images
turbo-body-classeslogged-out env-production page-responsive
disable-turbofalse
browser-stats-urlhttps://api.github.com/_private/browser/stats
browser-errors-urlhttps://api.github.com/_private/browser/errors
release520b65a872113b919c1bbdb03834a50af15859fd
ui-targetfull
theme-color#1e2327
color-schemelight dark

Links:

Skip to contenthttps://patch-diff.githubusercontent.com/Commonjava/commonjava-images/issues/82#start-of-content
https://patch-diff.githubusercontent.com/
Sign in https://patch-diff.githubusercontent.com/login?return_to=https%3A%2F%2Fgithub.com%2FCommonjava%2Fcommonjava-images%2Fissues%2F82
GitHub CopilotWrite better code with AIhttps://github.com/features/copilot
GitHub SparkBuild and deploy intelligent appshttps://github.com/features/spark
GitHub ModelsManage and compare promptshttps://github.com/features/models
MCP RegistryNewIntegrate external toolshttps://github.com/mcp
ActionsAutomate any workflowhttps://github.com/features/actions
CodespacesInstant dev environmentshttps://github.com/features/codespaces
IssuesPlan and track workhttps://github.com/features/issues
Code ReviewManage code changeshttps://github.com/features/code-review
GitHub Advanced SecurityFind and fix vulnerabilitieshttps://github.com/security/advanced-security
Code securitySecure your code as you buildhttps://github.com/security/advanced-security/code-security
Secret protectionStop leaks before they starthttps://github.com/security/advanced-security/secret-protection
Why GitHubhttps://github.com/why-github
Documentationhttps://docs.github.com
Bloghttps://github.blog
Changeloghttps://github.blog/changelog
Marketplacehttps://github.com/marketplace
View all featureshttps://github.com/features
Enterpriseshttps://github.com/enterprise
Small and medium teamshttps://github.com/team
Startupshttps://github.com/enterprise/startups
Nonprofitshttps://github.com/solutions/industry/nonprofits
App Modernizationhttps://github.com/solutions/use-case/app-modernization
DevSecOpshttps://github.com/solutions/use-case/devsecops
DevOpshttps://github.com/solutions/use-case/devops
CI/CDhttps://github.com/solutions/use-case/ci-cd
View all use caseshttps://github.com/solutions/use-case
Healthcarehttps://github.com/solutions/industry/healthcare
Financial serviceshttps://github.com/solutions/industry/financial-services
Manufacturinghttps://github.com/solutions/industry/manufacturing
Governmenthttps://github.com/solutions/industry/government
View all industrieshttps://github.com/solutions/industry
View all solutionshttps://github.com/solutions
AIhttps://github.com/resources/articles?topic=ai
Software Developmenthttps://github.com/resources/articles?topic=software-development
DevOpshttps://github.com/resources/articles?topic=devops
Securityhttps://github.com/resources/articles?topic=security
View all topicshttps://github.com/resources/articles
Customer storieshttps://github.com/customer-stories
Events & webinarshttps://github.com/resources/events
Ebooks & reportshttps://github.com/resources/whitepapers
Business insightshttps://github.com/solutions/executive-insights
GitHub Skillshttps://skills.github.com
Documentationhttps://docs.github.com
Customer supporthttps://support.github.com
Community forumhttps://github.com/orgs/community/discussions
Trust centerhttps://github.com/trust-center
Partnershttps://github.com/partners
GitHub SponsorsFund open source developershttps://github.com/sponsors
Security Labhttps://securitylab.github.com
Maintainer Communityhttps://maintainers.github.com
Acceleratorhttps://github.com/accelerator
Archive Programhttps://archiveprogram.github.com
Topicshttps://github.com/topics
Trendinghttps://github.com/trending
Collectionshttps://github.com/collections
Enterprise platformAI-powered developer platformhttps://github.com/enterprise
GitHub Advanced SecurityEnterprise-grade security featureshttps://github.com/security/advanced-security
Copilot for BusinessEnterprise-grade AI featureshttps://github.com/features/copilot/copilot-business
Premium SupportEnterprise-grade 24/7 supporthttps://github.com/premium-support
Pricinghttps://github.com/pricing
Search syntax tipshttps://docs.github.com/search-github/github-code-search/understanding-github-code-search-syntax
documentationhttps://docs.github.com/search-github/github-code-search/understanding-github-code-search-syntax
Sign in https://patch-diff.githubusercontent.com/login?return_to=https%3A%2F%2Fgithub.com%2FCommonjava%2Fcommonjava-images%2Fissues%2F82
Sign up https://patch-diff.githubusercontent.com/signup?ref_cta=Sign+up&ref_loc=header+logged+out&ref_page=%2F%3Cuser-name%3E%2F%3Crepo-name%3E%2Fvoltron%2Fissues_fragments%2Fissue_layout&source=header-repo&source_repo=Commonjava%2Fcommonjava-images
Reloadhttps://patch-diff.githubusercontent.com/Commonjava/commonjava-images/issues/82
Reloadhttps://patch-diff.githubusercontent.com/Commonjava/commonjava-images/issues/82
Reloadhttps://patch-diff.githubusercontent.com/Commonjava/commonjava-images/issues/82
Commonjava https://patch-diff.githubusercontent.com/Commonjava
commonjava-imageshttps://patch-diff.githubusercontent.com/Commonjava/commonjava-images
Notifications https://patch-diff.githubusercontent.com/login?return_to=%2FCommonjava%2Fcommonjava-images
Fork 11 https://patch-diff.githubusercontent.com/login?return_to=%2FCommonjava%2Fcommonjava-images
Star 1 https://patch-diff.githubusercontent.com/login?return_to=%2FCommonjava%2Fcommonjava-images
Code https://patch-diff.githubusercontent.com/Commonjava/commonjava-images
Issues 2 https://patch-diff.githubusercontent.com/Commonjava/commonjava-images/issues
Pull requests 0 https://patch-diff.githubusercontent.com/Commonjava/commonjava-images/pulls
Actions https://patch-diff.githubusercontent.com/Commonjava/commonjava-images/actions
Projects 0 https://patch-diff.githubusercontent.com/Commonjava/commonjava-images/projects
Security 0 https://patch-diff.githubusercontent.com/Commonjava/commonjava-images/security
Insights https://patch-diff.githubusercontent.com/Commonjava/commonjava-images/pulse
Code https://patch-diff.githubusercontent.com/Commonjava/commonjava-images
Issues https://patch-diff.githubusercontent.com/Commonjava/commonjava-images/issues
Pull requests https://patch-diff.githubusercontent.com/Commonjava/commonjava-images/pulls
Actions https://patch-diff.githubusercontent.com/Commonjava/commonjava-images/actions
Projects https://patch-diff.githubusercontent.com/Commonjava/commonjava-images/projects
Security https://patch-diff.githubusercontent.com/Commonjava/commonjava-images/security
Insights https://patch-diff.githubusercontent.com/Commonjava/commonjava-images/pulse
New issuehttps://patch-diff.githubusercontent.com/login?return_to=https://github.com/Commonjava/commonjava-images/issues/82
New issuehttps://patch-diff.githubusercontent.com/login?return_to=https://github.com/Commonjava/commonjava-images/issues/82
How to deploy Indy image to Kuberneteshttps://patch-diff.githubusercontent.com/Commonjava/commonjava-images/issues/82#top
https://github.com/tadayosi
https://github.com/tadayosi
tadayosihttps://github.com/tadayosi
on Jun 13, 2022https://github.com/Commonjava/commonjava-images/issues/82#issue-1268980266
#80https://github.com/Commonjava/commonjava-images/issues/80
https://github.com
Termshttps://docs.github.com/site-policy/github-terms/github-terms-of-service
Privacyhttps://docs.github.com/site-policy/privacy-policies/github-privacy-statement
Securityhttps://github.com/security
Statushttps://www.githubstatus.com/
Communityhttps://github.community/
Docshttps://docs.github.com/
Contacthttps://support.github.com?tags=dotcom-footer

Viewport: width=device-width


URLs of crawlers that visited me.