Skip to content

Commit 1beb72b

Browse files
committed
update
1 parent c01e652 commit 1beb72b

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

nix-k8s-homelab/charts/services/nextcloud/base/certificate.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ metadata:
55
namespace: nextcloud
66
spec:
77
dnsNames:
8-
- nextcloud.homecloud.com
8+
- nextcloud.vandersleyen.dev
99
secretName: nextcloud-tls
1010
issuerRef:
1111
name: letsencrypt-cluster-issuer-non-prod

nix-k8s-homelab/charts/services/nextcloud/base/values.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -55,12 +55,12 @@ ingress:
5555
service:
5656
type: LoadBalancer
5757
annotations:
58-
external-dns.alpha.kubernetes.io/hostname: nextcloud.homelab.com
58+
external-dns.alpha.kubernetes.io/hostname: nextcloud.vandersleyen.dev
5959
nextcloud:
6060
trustedDomains:
61-
- nextcloud.homelab.com
61+
- nextcloud.vandersleyen.dev
6262
- 192.168.2.202
63-
host: nextcloud.homelab.com
63+
host: nextcloud.vandersleyen.dev
6464
# username: admin
6565
# password: changeme
6666
## Use an existing secret

nix-k8s-homelab/charts/support/external-dns/base/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,4 +40,4 @@ policy: sync
4040
sources: ["ingress", "service"]
4141
txtOwnerId: default
4242
txtPrefix: k8s.
43-
domainFilters: ["homelab.com"] # replace with your domain
43+
domainFilters: ["vandersleyen.dev"] # replace with your domain

0 commit comments

Comments
 (0)