Skip to content

Commit f1faa32

Browse files
Merge pull request #44 from SteveLin100132/chore/doks-github-action-deploy
chore(k8s): update commonName and dnsNames in certificate and ingress configurations for clarity
2 parents a2bf97c + 2c4571d commit f1faa32

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

k8s/certificate.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,6 @@ spec:
88
issuerRef:
99
name: letsencrypt-prod
1010
kind: ClusterIssuer
11-
commonName: 188-166-204-94.nip.io
11+
commonName: notion-chart-generator.188-166-204-94.nip.io
1212
dnsNames:
13-
- 188-166-204-94.nip.io
13+
- notion-chart-generator.188-166-204-94.nip.io

k8s/ingress.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,10 @@ spec:
88
ingressClassName: nginx
99
tls:
1010
- hosts:
11-
- 188-166-204-94.nip.io
11+
- notion-chart-generator.188-166-204-94.nip.io
1212
secretName: notion-chart-generator-tls
1313
rules:
14-
- host: 188-166-204-94.nip.io
14+
- host: notion-chart-generator.188-166-204-94.nip.io
1515
http:
1616
paths:
1717
- path: /api

0 commit comments

Comments
 (0)