This commit is contained in:
Michael Thomson
2024-02-07 17:42:38 -05:00
parent a54a582961
commit 5e848cdc73
2 changed files with 14 additions and 2 deletions

View File

@@ -0,0 +1,12 @@
apiVersion: externaldns.k8s.io/v1alpha1
kind: DNSEndpoint
metadata:
name: nextcloud.michaelthomson.dev
namespace: nextcloud
spec:
endpoints:
- dnsName: nextcloud.michaelthomson.dev
recordTTL: 180
recordType: CNAME
targets:
- server.michaelthomson.dev

View File

@@ -429,14 +429,14 @@ spec:
## Ref: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle/#container-probes
##
livenessProbe:
enabled: true
enabled: false
initialDelaySeconds: 60
periodSeconds: 10
timeoutSeconds: 5
failureThreshold: 10
successThreshold: 1
readinessProbe:
enabled: true
enabled: false
initialDelaySeconds: 60
periodSeconds: 10
timeoutSeconds: 5