Skip to content

Commit d071da9

Browse files
committed
Fix ingress
1 parent 57e0124 commit d071da9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.helm/templates/ingress.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ metadata:
66
name: habr-app
77
spec:
88
rules:
9-
- host: habrapp.zhbert.ru
9+
- host: habrapp.89.110.96.117.sslip.io
1010
http:
1111
paths:
1212
- path: /
@@ -25,7 +25,7 @@ spec:
2525
number: 8080
2626
tls:
2727
- hosts:
28-
- habrapp.zhbert.ru
28+
- habrapp.89.110.96.117.sslip.io
2929
secretName: habr-app-tls
3030
---
3131
apiVersion: cert-manager.io/v1
@@ -39,4 +39,4 @@ spec:
3939
kind: ClusterIssuer
4040
name: letsencrypt
4141
dnsNames:
42-
- habrapp.zhbert.ru
42+
- habrapp.89.110.96.117.sslip.io

0 commit comments

Comments
 (0)