Skip to content

Commit

Permalink
Merge branch 'k8s-setup' of github.com:Go-phie/infras-setup into k8s-…
Browse files Browse the repository at this point in the history
…setup
  • Loading branch information
MeNsaaH committed Apr 25, 2023
2 parents 4883fe1 + e5a5afd commit 65a88db
Show file tree
Hide file tree
Showing 9 changed files with 19 additions and 134 deletions.
11 changes: 10 additions & 1 deletion k8s/helmfile.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,18 @@ releases:
createNamespace: true
chart: ingress-nginx/ingress-nginx
version: 4.6.0
labels:
app: ingress-nginx
values:
- controller:
ingressClassResource:
default: true
service:
externalTrafficPolicy: Local
config:
http-snippet: |-
proxy_cache_path /tmp/cache levels=1:2 keys_zone=app_cache:50m max_size=1g inactive=1d use_temp_path=off;
- name: cert-manager
namespace: cert-manager
Expand All @@ -24,5 +32,6 @@ releases:
version: 1.11.1
values:
- installCRDs: true

labels:
app: cert-manager

9 changes: 9 additions & 0 deletions terraform/gcp/database.tf
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
resource "google_sql_database_instance" "main" {
name = "khidom-01"
database_version = "POSTGRES_14"
region = "us-west1"

settings {
tier = "db-f1-micro"
}
}
31 changes: 0 additions & 31 deletions terraform/mythra/.terraform.lock.hcl

This file was deleted.

7 changes: 0 additions & 7 deletions terraform/mythra/backend.tf

This file was deleted.

1 change: 0 additions & 1 deletion terraform/mythra/data.tf

This file was deleted.

54 changes: 0 additions & 54 deletions terraform/mythra/main.tf

This file was deleted.

4 changes: 0 additions & 4 deletions terraform/mythra/output.tf

This file was deleted.

20 changes: 0 additions & 20 deletions terraform/mythra/providers.tf

This file was deleted.

16 changes: 0 additions & 16 deletions terraform/mythra/variables.tf

This file was deleted.

0 comments on commit 65a88db

Please sign in to comment.