Se arreglan todos los errores.

This commit is contained in:
Alejandro Lembke Barrientos 2021-07-15 18:42:01 -06:00
parent d9f9d157a8
commit 08b94e6f29
11 changed files with 5 additions and 3 deletions

View File

@ -50,7 +50,9 @@ Primero creamos el namespace de CertManager
Luego instalamos con helm con los siguientes comandos. Luego instalamos con helm con los siguientes comandos.
`helm repo add jetstack https://charts.jetstack.io` `helm repo add jetstack https://charts.jetstack.io`
`helm repo update` `helm repo update`
`helm install cert-manager jetstack/cert-manager --namespace cert-manager --version v1.2.0 --set installCRDs=true` `helm install cert-manager jetstack/cert-manager --namespace cert-manager --version v1.2.0 --set installCRDs=true`
Este es un tip que nos va a servir adelante: Este es un tip que nos va a servir adelante:

View File

@ -9,7 +9,7 @@ metadata:
nginx.ingress.kubernetes.io/use-regex: "true" nginx.ingress.kubernetes.io/use-regex: "true"
spec: spec:
rules: rules:
- host: p-lao.com - host: p-lao.tk
http: http:
paths: paths:
- path: / - path: /
@ -19,7 +19,7 @@ spec:
name: app-svc name: app-svc
port: port:
number: 8080 number: 8080
- host: www.p-lao.com - host: www.p-lao.tk
http: http:
paths: paths:
- path: / - path: /

View File

@ -4,7 +4,7 @@ metadata:
name: nginx-ingress name: nginx-ingress
namespace: nginx-ingress namespace: nginx-ingress
spec: spec:
replicas: 2 replicas: 1
selector: selector:
matchLabels: matchLabels:
app: nginx-ingress app: nginx-ingress