We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a2bf97c + 2c4571d commit f1faa32Copy full SHA for f1faa32
k8s/certificate.yaml
@@ -8,6 +8,6 @@ spec:
8
issuerRef:
9
name: letsencrypt-prod
10
kind: ClusterIssuer
11
- commonName: 188-166-204-94.nip.io
+ commonName: notion-chart-generator.188-166-204-94.nip.io
12
dnsNames:
13
- - 188-166-204-94.nip.io
+ - notion-chart-generator.188-166-204-94.nip.io
k8s/ingress.yaml
@@ -8,10 +8,10 @@ spec:
ingressClassName: nginx
tls:
- hosts:
secretName: notion-chart-generator-tls
rules:
14
- - host: 188-166-204-94.nip.io
+ - host: notion-chart-generator.188-166-204-94.nip.io
15
http:
16
paths:
17
- path: /api
0 commit comments