Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,7 @@ metadata:
spec:
ingressClassName: tailscale
rules:
- host: "{{ frigate_deploy_hostname }}"
http:
- http:
paths:
- path: /
pathType: Prefix
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,7 @@ metadata:
spec:
ingressClassName: tailscale
rules:
- host: netbox
http:
- http:
paths:
- path: /
pathType: Prefix
Expand Down
5 changes: 2 additions & 3 deletions argocd/apps/observability/alloy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -189,11 +189,10 @@ spec:
gethomepage.dev/description: "Telemetry collection agent"
gethomepage.dev/group: "Observability"
gethomepage.dev/icon: "grafana.png"
hosts:
- alloy.rohu-shark.ts.net
hosts: []
tls:
- hosts:
- alloy.rohu-shark.ts.net
- alloy

destination:
server: https://kubernetes.default.svc
Expand Down
3 changes: 1 addition & 2 deletions argocd/apps/platform/homepage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -91,8 +91,7 @@ spec:
gethomepage.dev/group: "Platform"
gethomepage.dev/icon: "homepage.png"
hosts:
- host: homepage.rohu-shark.ts.net
paths:
- paths:
- path: /
pathType: Prefix
tls:
Expand Down
3 changes: 1 addition & 2 deletions argocd/apps/platform/omada-controller.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,7 @@ spec:
gethomepage.dev/group: "Platform"
gethomepage.dev/icon: "omada.png"
hosts:
- host: omada.rohu-shark.ts.net
paths:
- paths:
- path: /
pathType: Prefix
tls:
Expand Down
3 changes: 1 addition & 2 deletions k8s/crafty_controller/ingress.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,7 @@ metadata:
spec:
ingressClassName: tailscale
rules:
- host: crafty-controller.rohu-shark.ts.net
http:
- http:
paths:
- path: /
pathType: Prefix
Expand Down
2 changes: 1 addition & 1 deletion k8s/crafty_controller/service.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ metadata:
app: crafty-controller
annotations:
tailscale.com/expose: "true"
tailscale.com/hostname: "crafty-controller"
tailscale.com/hostname: "crafty-controller-ports"
tailscale.com/tags: "tag:k8s,tag:server-games"
coachlight.io/tailscale-exposure: "service-nonweb"
spec:
Expand Down
3 changes: 1 addition & 2 deletions k8s/paperless_ngx/ingress.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,7 @@ metadata:
spec:
ingressClassName: tailscale
rules:
- host: paperless.rohu-shark.ts.net
http:
- http:
paths:
- path: /
pathType: Prefix
Expand Down