Skip to content

Commit 0150b95

Browse files
Update README.md
updating URLs in readme for new repo location
1 parent 2a53bd6 commit 0150b95

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

README.md

+7-7
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ A Docker Container for deploying the MariaDB Operator to Digital Ocean K8s Servi
99

1010
This project is designed to create a containerised Kubernetes infrastructure on DigitalOcean, and then deploy:
1111

12-
- [MariaDB Kubernetes Operator]([https://mariadb.com])
12+
- [MariaDB Kubernetes Operator](https://github.com/mariadb-operator/mariadb-operator/)
1313
- [PhotoPrism](https://docs.photoprism.app/) application
1414

1515
For this demonstration to work, you will require various [third party accounts](#third-party-accounts).
@@ -55,17 +55,17 @@ It is important to create your [Github](./docs/files/github/readme.md) account b
5555
Hopefully you have already created the [Third Party Accounts](#third-party-accounts) required.
5656
Before you begin, simply realize that you'll be building a local container to run terraform scripts, that in turn create the remote Kubernetes cluster on Digital Ocean.
5757

58-
(1) Create a local directory for development, and then fork this repo to it. https://github.com/mariadb-pieterhumphrey/docker-operator/
58+
(1) Create a local directory for development, and then fork this repo to it. [https://github.com/mariadb-developers/docker-operator](https://github.com/mariadb-developers/docker-operator)
5959

6060
Then [fork](./docs/files/github/fork.md) the remaining repositories that support the main one.
6161

6262
(2) You may want to change a few settings in your your newly forked docker-operator repo, regarding how Terraform will create the target DO K8s cluster. You can find the reference values for region, droplet (virtual machine) and Kubernetes versions [here on Digital Ocean's documentation](https://slugs.do-api.dev/).
6363

64-
The [cluster.tf](https://github.com/mariadb-pieterhumphrey/docker-operator/blob/main/terraform/modules/kdrDemo/cluster.tf) file is what controls the K8s deployment parameters, and is where you make edits.
64+
The [cluster.tf](https://github.com/mariadb-developers/docker-operator/blob/main/terraform/modules/kdrDemo/cluster.tf) file is what controls the K8s deployment parameters, and is where you make edits.
6565

66-
* RECOMMENDED: Change Region setting at [Line 3](https://github.com/mariadb-pieterhumphrey/docker-operator/blob/main/terraform/modules/kdrDemo/cluster.tf#L3).
67-
* RECOMMENDED: Check Digitial Ocean's K8s version slug at [Line 6](https://github.com/mariadb-pieterhumphrey/docker-operator/blob/main/terraform/modules/kdrDemo/cluster.tf#L6) for currency/accuracy, as DO changes it frequently.
68-
* OPTIONAL: K8s node pool size / resource allocation at [line 11](https://github.com/mariadb-pieterhumphrey/docker-operator/blob/main/terraform/modules/kdrDemo/cluster.tf#L11).
66+
* RECOMMENDED: Change Region setting at [Line 3](https://github.com/mariadb-developers/docker-operator/blob/main/terraform/modules/kdrDemo/cluster.tf#L3).
67+
* RECOMMENDED: Check Digitial Ocean's K8s version slug at [Line 6](https://github.com/mariadb-developers/docker-operator/blob/main/terraform/modules/kdrDemo/cluster.tf#L6) for currency/accuracy, as DO changes it frequently.
68+
* OPTIONAL: K8s node pool size / resource allocation at [line 11](https://github.com/mariadb-developers/docker-operator/blob/main/terraform/modules/kdrDemo/cluster.tf#L11).
6969

7070
Note that [DO's node pool slugs documentation](https://docs.digitalocean.com/reference/terraform/reference/resources/kubernetes_node_pool/) is in a different location.
7171

@@ -157,7 +157,7 @@ If you want to contact me you can reach me at [email protected].
157157

158158
<!--- If you're not sure which open license to use see https://choosealicense.com/--->
159159

160-
This project uses the following license: [MIT](https://github.com/mariadb-kester/docker-operator/blob/main/LICENSE).
160+
This project uses the following license: [MIT](https://github.com/mariadb-developers/docker-operator/blob/main/LICENSE).
161161

162162
### Disclaimer
163163

0 commit comments

Comments
 (0)