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.
|
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:
|
||||||
|
@ -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: /
|
||||||
|
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user