-
Notifications
You must be signed in to change notification settings - Fork 39
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
chore: 🍰 New Digital Ocean Kubernetes Cluster #4050
Merged
Merged
Changes from 7 commits
Commits
Show all changes
58 commits
Select commit
Hold shift + click to select a range
cc29322
Set ocelot-social as Kubernetes namespace
Tirokk 941b021
Fix linting
Tirokk e73cd62
Change folder name deployment/human-connection to deployment/ocelot-s…
Tirokk f17d506
Merge branch 'master' of https://github.com/Ocelot-Social-Community/O…
Tirokk ee7000c
Replace https://github.com/Human-Connection/Human-Connection
Tirokk 7e8ac9e
Replace https://app.zenhub.com/workspaces/XXX
Tirokk d92c5c5
Rename namespace: human-connection and name: human-connection
Tirokk ea27a1b
Rename several
Tirokk bc045b5
Update configmap.template.yaml
Tirokk ad656a1
Update configmap.template.yaml, secrets
Tirokk 529ffe6
Fix link to ../templates/configmap.template.yaml
Tirokk 6d017ff
Change ingress and update deployment/ocelot-social/maintenance/README.md
Tirokk a026167
Change ingress and update deployment/ocelot-social/maintenance/README.md
Tirokk 2d45f26
Refactoring configmap.template.yaml, secrets.template.yaml
Tirokk 4dc90b0
Refactor deployment/ocelot-social\README.md
Tirokk 5c79763
Refactor deployment/ocelot-social\README.md
Tirokk 5972bd0
Refactor deployment/volume/README.md
Tirokk 7d21f1c
Refactor deployment/volumes/volume-snapshots/neo4j-data.yaml
Tirokk 68fa07a
Refactor creation of volumes
Tirokk cbdbe27
Change namespace
Tirokk 05bd980
Refactor deployment/README.md
Tirokk be0b7da
Refactor deployment/digital-ocean/README.md
Tirokk 23e5f4d
Refactor deployment/digital-ocean/README.md
Tirokk a14506a
Replace developer@human-connection.org with devops@ocelot.social
Tirokk 62646df
Replace URI
Tirokk fe6f052
Replace deployment labels and selectors
Tirokk d23797e
Replace deployment label names and selector names
Tirokk eb3eedb
Add to 'Apply The Configuration'
Tirokk 7c0d55f
Refactor deployment
Tirokk 332c3f9
Refactor deployment
Tirokk 9f454fd
Add hints to configure the pod resources
Tirokk dd456f4
Fix edit-this-documentation.md
Tirokk eb7a3c4
Fix edit-this-documentation.md
Tirokk 51a11cd
Fix edit-this-documentation.md
Tirokk 424d2df
Refactor deployment/digital-ocean/https/README.md
Tirokk dd34753
Refactor deployment/digital-ocean/https/README.md
Tirokk 3b87214
Refactor deployment/digital-ocean/https/templates/ingress.template.yaml
Tirokk 0ffba54
Refactor deployment/digital-ocean/https/README.md
Tirokk 1b01d35
Refactor ingress.yaml(s) and issuer.yaml(S)
Tirokk 1f4e51d
Refactor ingress.yaml(s) and issuer.yaml(S)
Tirokk ea93fbb
Refactor ingress.yaml(s) and issuer.yaml(S)
Tirokk be62c7d
Rename back letsencrypt-XXX ClusterIssuer and files
Tirokk 95079da
Setup a new ClusterIssuer
Tirokk 21da841
Reset ingress.template.yaml
Tirokk 7e73fd6
Implement installation alternative of a payed DO load balancer
Tirokk 0645cbb
Implement installation alternative of a payed DO load balancer
Tirokk 197f99b
Refactor maintenance mode
Tirokk 7c97fa4
Clarified configmap.template.yaml
Tirokk bf0b62a
Correct ingress.tamplate.yaml
Tirokk 4f8f2da
Refine HTTPS README.md for load balancer
Tirokk 28c3d18
Refine HTTPS README.md for cert-manager
Tirokk 80968e3
Clean up ingress and issuer
Tirokk 75916f0
Fix as Ulf suggested
Tirokk 8570db3
Clarify ingress
Tirokk c4022c6
Refine configmap
Tirokk 6ddec41
Merge branch 'master' of https://github.com/Ocelot-Social-Community/O…
Tirokk cd61a32
Rename 'schoolsinmotion/.' Docker image names
Tirokk f25f410
Fix webapp Dockerfile
Tirokk File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
kind: Namespace | ||
apiVersion: v1 | ||
metadata: | ||
name: human-connection | ||
name: ocelot-social | ||
labels: | ||
name: human-connection | ||
name: ocelot-social |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
apiVersion: v1 | ||
appVersion: "0.3.1" | ||
description: A Helm chart for Human Connection | ||
name: human-connection | ||
description: A Helm chart for ocelot.social | ||
name: ocelot-social | ||
version: 0.1.0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
kind: Namespace | ||
apiVersion: v1 | ||
metadata: | ||
name: human-connection | ||
name: ocelot-social | ||
labels: | ||
name: human-connection | ||
name: ocelot-social |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
i suggest to merge this, but not close #4043 yet
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is an issue @Mogge works on separately …
Therefore I thought not to cross his lines … @ulfgebhardt
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Oh, this is the SUMMARY.md. Thought it would be the main
README.md
.I have fixed it locally. @ulfgebhardt