You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+19-5Lines changed: 19 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -15,17 +15,18 @@ Deploy a platform on Google Cloud by setting up basic infrastructure using varia
15
15
16
16
### TODO
17
17
18
+
- Refactor using module composition and Dependency Inversion
18
19
- Test on a new GCP project
19
-
- Automatic dns record (set A record to new static IP)
20
+
-~~Automatic dns record (set A record to new static IP)~~
20
21
- Variables for Cluster and Node Pool configurations machine type, HPA, etc.
21
-
- Add monitoring (new relic)
22
+
-~~Add monitoring (new relic)~~
22
23
- CloudSQL (Postgres, MySQL)
23
24
- Caching (Redis, MemoryStore)
24
25
- ...
25
26
26
27
### Notes
27
28
28
-
- You have to update your `ingress_hosts` A records in order to get traffic to your site. And to generate the SSL certificate.
29
+
-~~You have to update your `ingress_hosts` A records in order to get traffic to your site. And to generate the SSL certificate.~~
29
30
- You may need to modify the `certmanager` module to support your particular certificate needs. Current implementation uses [dns01 challenge solver with cloudflare](https://cert-manager.io/docs/configuration/acme/dns01/cloudflare/).
30
31
31
32
### Usage
@@ -40,16 +41,29 @@ Deploy a platform on Google Cloud by setting up basic infrastructure using varia
0 commit comments