fix: FQDN

This commit is contained in:
auricom
2021-07-30 01:33:59 +02:00
parent b83b0bff7b
commit bcf3ba5f00
18 changed files with 25 additions and 25 deletions

View File

@@ -19,7 +19,7 @@ spec:
values:
forecastle:
config:
title: "Xpander Homelab"
title: "Healthchecks"
namespaceSelector:
matchNames:
- data

View File

@@ -47,7 +47,7 @@ spec:
- name: HEALTHCHECK_PORT
value: "8080"
- name: POST_BACKUP_HOOK
value: "curl -m 10 --retry 5 https://healthchecks.k3s.xpander.ovh/ping/c88641a5-12f2-4f32-ab9c-5a7d122a229e"
value: "curl -m 10 --retry 5 http://healthchecks.monitoring.svc.cluster.local.:8000/ping/c88641a5-12f2-4f32-ab9c-5a7d122a229e"
resources:
requests:
cpu: 150m

View File

@@ -20,7 +20,7 @@ spec:
- ReadWriteMany
persistentVolumeReclaimPolicy: Retain
nfs:
server: truenas
server: truenas.${SECRET_CLUSTER_DOMAIN_ROOT}.
path: "/mnt/storage/backups"
---
apiVersion: v1

View File

@@ -20,7 +20,7 @@ spec:
- ReadWriteMany
persistentVolumeReclaimPolicy: Retain
nfs:
server: truenas
server: truenas.${SECRET_CLUSTER_DOMAIN_ROOT}.
path: "/mnt/storage/home/claude"
---
apiVersion: v1

View File

@@ -20,7 +20,7 @@ spec:
- ReadWriteMany
persistentVolumeReclaimPolicy: Retain
nfs:
server: truenas
server: truenas.${SECRET_CLUSTER_DOMAIN_ROOT}.
path: "/mnt/storage/home/helene"
---
apiVersion: v1

View File

@@ -20,7 +20,7 @@ spec:
- ReadWriteMany
persistentVolumeReclaimPolicy: Retain
nfs:
server: truenas
server: truenas.${SECRET_CLUSTER_DOMAIN_ROOT}.
path: "/mnt/storage/music"
---
apiVersion: v1

View File

@@ -20,7 +20,7 @@ spec:
- ReadWriteMany
persistentVolumeReclaimPolicy: Retain
nfs:
server: truenas
server: truenas.${SECRET_CLUSTER_DOMAIN_ROOT}.
path: "/mnt/storage/photo"
---
apiVersion: v1

View File

@@ -20,7 +20,7 @@ spec:
- ReadWriteMany
persistentVolumeReclaimPolicy: Retain
nfs:
server: truenas
server: truenas.${SECRET_CLUSTER_DOMAIN_ROOT}.
path: "/mnt/storage/shared-documents"
---
apiVersion: v1

View File

@@ -20,7 +20,7 @@ spec:
- ReadWriteMany
persistentVolumeReclaimPolicy: Retain
nfs:
server: truenas
server: truenas.${SECRET_CLUSTER_DOMAIN_ROOT}.
path: "/mnt/storage/video"
---
apiVersion: v1