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.
`helm repo add jetstack https://charts.jetstack.io`
`helm repo update`
`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:

View File

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

View File

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