Skip to content

Commit

Permalink
Merge pull request #28 from vishnumohanan404/dev
Browse files Browse the repository at this point in the history
Dev
  • Loading branch information
vishnumohanan404 authored Jul 1, 2024
2 parents 2487567 + 48329bd commit c6e7069
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion client/api/build-client.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ export default ({ req }) => {
return axios.create({
baseURL:
// "http://ingress-nginx-controller.ingress-nginx.svc.cluster.local",
"https://ticketing.vishnuverse.xyz/",
"http://ticketing.vishnuverse.xyz/",
headers: req.headers,
});
} else {
Expand Down
10 changes: 5 additions & 5 deletions infra/k8s-prod/ingress-srv.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@ metadata:
annotations:
kubernetes.io/ingress.class: nginx
nginx.ingress.kubernetes.io/use-regex: "true"
cert-manager.io/cluster-issuer: "letsencrypt-staging"
# cert-manager.io/cluster-issuer: "letsencrypt-staging"
spec:
tls:
- hosts:
- ticketing.visnuverse.xyz
secretName: ticketing-tls
# tls:
# - hosts:
# - ticketing.visnuverse.xyz
# secretName: ticketing-tls
rules:
- host: ticketing.vishnuverse.xyz
http:
Expand Down

0 comments on commit c6e7069

Please sign in to comment.