Skip to content

Commit

Permalink
added extension.kiwix.org as alias for moz-extension.kiwix.org
Browse files Browse the repository at this point in the history
  • Loading branch information
rgaudin committed Jun 15, 2023
1 parent 1955c5b commit db5b39b
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 0 deletions.
13 changes: 13 additions & 0 deletions pwa/extension.kiwix.org-certificate.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
apiVersion: cert-manager.io/v1
kind: Certificate
metadata:
name: extension-kiwix-org
namespace: pwa
spec:
secretName: extension-kiwix-org-tls
issuerRef:
kind: ClusterIssuer
name: letsencrypt-prod
commonName: extension.kiwix.org
dnsNames:
- extension.kiwix.org
13 changes: 13 additions & 0 deletions pwa/moz-extension.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,9 @@ spec:
- hosts:
- moz-extension.kiwix.org
secretName: moz-extension-kiwix-org-tls
- hosts:
- extension.kiwix.org
secretName: extension-kiwix-org-tls
rules:
- host: moz-extension.kiwix.org
http:
Expand All @@ -66,3 +69,13 @@ spec:
name: mozext-service
port:
number: 80
- host: extension.kiwix.org
http:
paths:
- path: /
pathType: Prefix
backend:
service:
name: mozext-service
port:
number: 80

0 comments on commit db5b39b

Please sign in to comment.