mirror of
https://github.com/aleleba/KubernetesClassAkademik.git
synced 2025-07-22 21:58:24 -06:00
Clase 1
Clase 2
Clase 3
Clase 4
Clase 5
Ejercicio
server-graphql
.vscode
config
src
.babelrc
.dockerignore
.env.development
.env.example
.eslintignore
.eslintrc.js
.gitignore
Dockerfile
LICENSE
PRNameGenerator.ts
README.md
jest.config.js
package-lock.json
package.json
tsconfig.json
webpack.config.dev.ts
webpack.config.ts
00-namespace.yaml
01-configmap.yaml
02-secret.yaml
03-service.yaml
04-db-svc.yaml
05-deployment.yaml
06-mongodb-stayfullset.yaml
Clase 6
.DS_Store
.gitignore
6 lines
90 B
Plaintext
6 lines
90 B
Plaintext
{
|
|
"presets": [
|
|
"@babel/preset-env",
|
|
"@babel/preset-typescript"
|
|
]
|
|
} |