Se arreglan todos los errores.
This commit is contained in:
parent
d9f9d157a8
commit
08b94e6f29
@ -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:
|
||||
|
@ -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: /
|
||||
|
@ -4,7 +4,7 @@ metadata:
|
||||
name: nginx-ingress
|
||||
namespace: nginx-ingress
|
||||
spec:
|
||||
replicas: 2
|
||||
replicas: 1
|
||||
selector:
|
||||
matchLabels:
|
||||
app: nginx-ingress
|
||||
|
Loading…
Reference in New Issue
Block a user