Skip to content

Commit

Permalink
feat: switch to dot internal domain
Browse files Browse the repository at this point in the history
Signed-off-by: Devin Buhl <devin@buhl.casa>
  • Loading branch information
onedr0p committed May 16, 2024
1 parent 91540dd commit 4300efa
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .taskfiles/Talos/Taskfile.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ version: "3"

vars:
# Ref: https://github.com/onedr0p/home-service
HOME_SERVICE_ADDR: voyager.turbo.ac
HOME_SERVICE_ADDR: voyager.internal
HOME_SERVICE_USER: devin
HOME_SERVICE_MATCHBOX_DIR: /var/opt/home-service/apps/matchbox/data/config
# renovate: datasource=docker depName=ghcr.io/siderolabs/installer
Expand Down
2 changes: 1 addition & 1 deletion ansible/storage/inventory/group_vars/controllers/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,5 @@ k3s_server:
node-ip: "{{ ansible_host }}"
secrets-encryption: true
service-cidr: 10.133.0.0/16
tls-san: ["{{ k3s_registration_address }}", "expanse.turbo.ac", "expanse"]
tls-san: ["{{ k3s_registration_address }}", "expanse.internal", "expanse"]
write-kubeconfig-mode: "0644" # quote
2 changes: 1 addition & 1 deletion docs/src/notes/nas.md
Original file line number Diff line number Diff line change
Expand Up @@ -252,7 +252,7 @@ My NAS configuration as documentation currently using Ubuntu 22.04
6. Set up Time Machine on MacOS
```sh
sudo tmutil setdestination -a smb://devin:${smbpasswd}@expanse.turbo.ac/devin
sudo tmutil setdestination -a smb://devin:${smbpasswd}@expanse.internal/devin
```
## System
Expand Down
2 changes: 1 addition & 1 deletion kubernetes/main/apps/default/frigate/app/helmrelease.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ spec:
- path: /dev/bus/usb
media:
type: nfs
server: expanse.turbo.ac
server: expanse.internal
path: /eros/Frigate
globalMounts:
- path: /media
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ spec:
"maxMetadataCacheSize": 5242880000,
"maxListCacheDuration": 30
},
"hostname": "expanse.turbo.ac",
"hostname": "expanse.internal",
"username": "devin",
"description": "expanse",
"enableActions": false,
Expand Down
2 changes: 1 addition & 1 deletion kubernetes/storage/apps/default/kopia/app/helmrelease.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ spec:
- --address
- 0.0.0.0:80
- --override-hostname
- expanse.turbo.ac
- expanse.internal
- --override-username
- devin
- --without-password
Expand Down

0 comments on commit 4300efa

Please sign in to comment.