ej.
- Username: sentry
- Database: sentry
- Password: sentrysentry
- Port: 5432
- type: t3.small
- Security Groups:
ej.
- Port: 6379
- Node Type: cache.t3.small
- Replicas: 0 (si ponés 1, crea la original máś una replica, en conclusión te crea 2 nodos, y eso no queremos)
- Multi-AZ: disable
- Security Groups:
kubectl create namespace sentry
helm repo add sentry https://sentry-kubernetes.github.io/charts
(deprecado)helm repo add stable https://charts.helm.sh/stable
helm repo list
helm install --wait -f values.yaml sentry --namespace sentry stable/sentry
- -f values.yaml : es el archivo que contiene todas las config
- "sentry" : es el nombre que tendrá el deploy
- --namespace sentry : en que namespace se deployará
- stable/sentry : es el repo del helm
helm delete sentry --namespace sentry
helm get all sentry