Skip to content

Commit

Permalink
chore: clean up ingresses
Browse files Browse the repository at this point in the history
Signed-off-by: Devin Buhl <devin@buhl.casa>
  • Loading branch information
onedr0p committed Apr 16, 2024
1 parent 6f3bf98 commit 6672066
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion kubernetes/main/apps/database/emqx/cluster/ingress.yaml
Original file line number Diff line number Diff line change
@@ -6,7 +6,7 @@ metadata:
spec:
ingressClassName: internal
rules:
- host: &host emqx.devbu.io
- host: emqx.devbu.io
http:
paths:
- path: /
2 changes: 1 addition & 1 deletion kubernetes/main/apps/default/atuin/app/helmrelease.yaml
Original file line number Diff line number Diff line change
@@ -109,7 +109,7 @@ spec:
app:
className: internal
hosts:
- host: &host sh.devbu.io
- host: sh.devbu.io
paths:
- path: /
service:
2 changes: 1 addition & 1 deletion kubernetes/main/apps/default/authelia/app/helmrelease.yaml
Original file line number Diff line number Diff line change
@@ -117,7 +117,7 @@ spec:
add_header X-Frame-Options "SAMEORIGIN";
add_header X-XSS-Protection "1; mode=block";
hosts:
- host: &host auth.devbu.io
- host: auth.devbu.io
paths:
- path: /
service:
2 changes: 1 addition & 1 deletion kubernetes/main/apps/default/autobrr/app/helmrelease.yaml
Original file line number Diff line number Diff line change
@@ -84,7 +84,7 @@ spec:
app:
className: internal
hosts:
- host: &host "{{ .Release.Name }}.devbu.io"
- host: "{{ .Release.Name }}.devbu.io"
paths:
- path: /
service:
2 changes: 1 addition & 1 deletion kubernetes/main/apps/default/frigate/app/helmrelease.yaml
Original file line number Diff line number Diff line change
@@ -91,7 +91,7 @@ spec:
app:
className: internal
hosts:
- host: &host "{{ .Release.Name }}.devbu.io"
- host: "{{ .Release.Name }}.devbu.io"
paths:
- path: /
service:
Original file line number Diff line number Diff line change
@@ -73,7 +73,7 @@ spec:
annotations:
external-dns.alpha.kubernetes.io/target: external.devbu.io
hosts:
- host: &host hass.devbu.io
- host: hass.devbu.io
paths:
- path: /
service:

0 comments on commit 6672066

Please sign in to comment.