Skip to content

Commit

Permalink
replaced extension.kiwix.org with browser-extension.kiwix.org
Browse files Browse the repository at this point in the history
  • Loading branch information
rgaudin committed Jun 15, 2023
1 parent db5b39b commit 5922c3b
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
apiVersion: cert-manager.io/v1
kind: Certificate
metadata:
name: extension-kiwix-org
name: browser-extension-kiwix-org
namespace: pwa
spec:
secretName: extension-kiwix-org-tls
secretName: browser-extension-kiwix-org-tls
issuerRef:
kind: ClusterIssuer
name: letsencrypt-prod
commonName: extension.kiwix.org
commonName: browser-extension.kiwix.org
dnsNames:
- extension.kiwix.org
- browser-extension.kiwix.org
6 changes: 3 additions & 3 deletions pwa/moz-extension.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,8 @@ spec:
- moz-extension.kiwix.org
secretName: moz-extension-kiwix-org-tls
- hosts:
- extension.kiwix.org
secretName: extension-kiwix-org-tls
- browser-extension.kiwix.org
secretName: browser-extension-kiwix-org-tls
rules:
- host: moz-extension.kiwix.org
http:
Expand All @@ -69,7 +69,7 @@ spec:
name: mozext-service
port:
number: 80
- host: extension.kiwix.org
- host: browser-extension.kiwix.org
http:
paths:
- path: /
Expand Down

0 comments on commit 5922c3b

Please sign in to comment.