this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Add more system charts

+39 -15
+7 -15
README.md
··· 12 12 13 13 ### Infrastructure 14 14 15 - - 1 VM for a VPN server 16 - - 1 VM for a mail server 17 - - 1 Kubernetes cluser 18 - 19 - ## Applications 20 - 21 - - Wireguard VPN server 22 - - Mailcow mail server 23 - - CI/CD with Tekton and ArgoCD 24 - - TBD 25 - 26 - ### Free tier limits 27 - 28 - The following list only includes the services that we use in this repository. 29 - 30 15 | Provider | Service | Using | Limit | Notes | 31 16 | ---- | ------- | ----- | ----- | ----- | 32 17 | Terraform Cloud | Workspace | 1 | None | | 33 18 | Oracle Cloud | VM (x86) | 2 | 2 | | 34 19 | Oracle Cloud | VM (ARM) | 4 | 4 | | 35 20 | Oracle Cloud | Virtual Cloud Network | 1 | 2 | | 21 + 22 + ### Applications 23 + 24 + - Wireguard VPN server 25 + - Mailcow mail server 26 + - CI/CD with Tekton and ArgoCD 27 + - TBD 36 28 37 29 ## Get started 38 30
apps/blog/Chart.yaml

This is a binary file and will not be displayed.

+7
system/cert-manager/Chart.yaml
··· 1 + apiVersion: v2 2 + name: cert-manager 3 + version: 1.3.1 4 + dependencies: 5 + - name: cert-manager 6 + version: 1.3.1 7 + repository: https://charts.jetstack.io
+6
system/cert-manager/templates/issuer.yaml
··· 1 + apiVersion: cert-manager.io/v1 2 + kind: ClusterIssuer 3 + metadata: 4 + name: selfsigned-cluster-issuer 5 + spec: 6 + selfSigned: {}
+5
system/cert-manager/values.yaml
··· 1 + cert-manager: 2 + installCRDs: true 3 + 4 + issuer: 5 + email: khuedoan98@gmail.com
+7
system/ingress-nginx/Chart.yaml
··· 1 + apiVersion: v2 2 + name: ingress-nginx 3 + version: 3.35.0 4 + dependencies: 5 + - name: ingress-nginx 6 + version: 3.35.0 7 + repository: https://kubernetes.github.io/ingress-nginx
system/ingress-nginx/values.yaml

This is a binary file and will not be displayed.

+7
system/monitoring-system/Chart.yaml
··· 1 + apiVersion: v2 2 + name: kube-prometheus-stack 3 + version: 18.0.0 4 + dependencies: 5 + - name: kube-prometheus-stack 6 + version: 18.0.0 7 + repository: https://prometheus-community.github.io/helm-charts
system/monitoring-system/values.yaml

This is a binary file and will not be displayed.