Skip to content

Commit

Permalink
fix/prod-env
Browse files Browse the repository at this point in the history
  • Loading branch information
omidasadpour committed Dec 5, 2023
1 parent b066d76 commit 7043ee9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions deployment/prod/all.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ metadata:
spec:
ingressClassName: nginx
rules:
- host: aggregation.subsocial.network
- host: tx-aggregation.subsocial.network
http:
paths:
- backend:
Expand All @@ -44,8 +44,8 @@ spec:

tls:
- hosts:
- aggregation.subsocial.network
secretName: subsocial-ssl
- tx-aggregation.subsocial.network
secretName: subsocial-ssl2

---
apiVersion: v1
Expand Down

0 comments on commit 7043ee9

Please sign in to comment.