Skip to content

Commit

Permalink
Changes label-studio to use the global solonsstuff
Browse files Browse the repository at this point in the history
  • Loading branch information
1Solon committed Oct 4, 2024
1 parent cceba36 commit d347a76
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions kubernetes/apps/label-studio/label-studio/app/ingress.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,12 @@ spec:
entryPoints:
- websecure
routes:
- match: Host(`label-studio.local.solonsstuff.com`)
- match: Host(`label-studio.solonsstuff.com`)
kind: Rule
services:
- name: label-studio
port: 80
middlewares:
- name: default-headers
tls:
secretName: local-solonsstuff-com-live-tls
secretName: solonsstuff-com-live-tls
2 changes: 1 addition & 1 deletion kubernetes/apps/pihole/pihole/app/hosts.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,6 @@ data:
192.168.1.162 qbittorrent.local.solonsstuff.com
192.168.1.162 radarr.local.solonsstuff.com
192.168.1.162 sonarr.local.solonsstuff.com
192.168.1.162 label-studio.local.solonsstuff.com
192.168.1.162 label-studio.solonsstuff.com
192.168.1.110 proxmox.local.solonsstuff.com
192.168.1.111 truenas.local.solonsstuff.com

0 comments on commit d347a76

Please sign in to comment.