Skip to content

Commit

Permalink
Merge pull request #10 from sombriks/develop
Browse files Browse the repository at this point in the history
fix for RED-48
  • Loading branch information
sombriks authored Feb 10, 2024
2 parents 94ef75e + 446d15e commit a5a3542
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions service-node-koa/infrastructure/k8s/ingress.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ spec:
tls:
- hosts:
- api.redline.sombriks.org
- app.redline.sombriks.org
secretName: letsencrypt-prod # secret name, same as the privateKeySecretRef in the (Cluster)Issuer
rules:
- host: api.redline.sombriks.org
Expand Down
1 change: 1 addition & 0 deletions web-app-vue/infrastructure/k8s/ingress.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ spec:
ingressClassName: traefik
tls:
- hosts:
- api.redline.sombriks.org
- app.redline.sombriks.org
secretName: letsencrypt-prod # secret name, same as the privateKeySecretRef in the (Cluster)Issuer
rules:
Expand Down

0 comments on commit a5a3542

Please sign in to comment.