Skip to content

Commit 1cdd435

Browse files
authored
letsencrypt nginx
1 parent 6c73d38 commit 1cdd435

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

deployment.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -53,17 +53,17 @@ spec:
5353
apiVersion: networking.k8s.io/v1
5454
kind: Ingress
5555
metadata:
56-
name: ingress-web
56+
name: ingress-myweb
5757
namespace: golang
5858
annotations:
5959
cert-manager.io/issuer: letsencrypt-nginx
6060
spec:
6161
tls:
6262
- hosts:
63-
- golangweb.giuliohome.org
64-
secretName: letsencrypt-nginx-golangweb
63+
- myweb.giuliohome.org
64+
secretName: letsencrypt-nginx-myweb
6565
rules:
66-
- host: golangweb.giuliohome.org
66+
- host: myweb.giuliohome.org
6767
http:
6868
paths:
6969
- path: /

0 commit comments

Comments
 (0)