Skip to content

Commit

Permalink
chore(hitpoint2023): default event
Browse files Browse the repository at this point in the history
  • Loading branch information
japsu committed Nov 4, 2023
1 parent 4b9bb97 commit 773b319
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 13 deletions.
18 changes: 6 additions & 12 deletions kubernetes/ingress-insecure.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,16 +11,10 @@ spec:
- host: infotv-insecure.tracon.fi
http:
paths:
- path: /admin/
- pathType: Prefix
path: /
backend:
serviceName: default-backend
servicePort: 80
- path: /oauth2/
backend:
serviceName: default-backend
servicePort: 80

- path: /
backend:
serviceName: gunicorn
servicePort: 8000
service:
name: node
port:
number: 3000
2 changes: 1 addition & 1 deletion kubernetes/production.vars.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
infotv_default_event: tracon2023
infotv_default_event: hitpoint2023

djangoapp_secret_managed: false
djangoapp_admins:
Expand Down

0 comments on commit 773b319

Please sign in to comment.