Skip to content

Commit

Permalink
fix name
Browse files Browse the repository at this point in the history
  • Loading branch information
angelnu committed May 19, 2024
1 parent 8f3fbaa commit ee66850
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions apps/default/music-assistant/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,29 +43,29 @@ spec:
hajimari.io/info: Music Assistant for Home Assistant
hajimari.io/group: media
hosts:
- host: "mm.pub.${CLUSTER_DOMAIN}"
- host: "ma.pub.${CLUSTER_DOMAIN}"
paths:
- path: /
pathType: Prefix
tls:
- hosts:
- "mm.pub.${CLUSTER_DOMAIN}"
- "ma.pub.${CLUSTER_DOMAIN}"
home:
enabled: true
annotations:
hajimari.io/enable: "false"
nginx.ingress.kubernetes.io/enable-global-auth: "false"
nginx.ingress.kubernetes.io/whitelist-source-range: "${INGRESS_WHITELIST_SOURCE_RANGE}"
hosts:
- host: "mm.home.${CLUSTER_DOMAIN}"
- host: "ma.home.${CLUSTER_DOMAIN}"
paths:
- path: /
pathType: Prefix
service:
identifier: main
tls:
- hosts:
- "mm.home.${CLUSTER_DOMAIN}"
- "ma.home.${CLUSTER_DOMAIN}"

persistence:
data:
Expand Down

0 comments on commit ee66850

Please sign in to comment.