Added missing stuff for nextcloud truecharts

This commit is contained in:
2024-10-22 14:38:11 +01:00
parent d5c41578f6
commit 0c7b117eec
2 changed files with 20 additions and 0 deletions

View File

@@ -0,0 +1,16 @@
apiVersion: networking.k8s.io/v1
kind: Ingress
metadata:
name: ts-nextcloud
annotations:
tailscale.com/funnel: "{{ .Values.tailscaleIngress.funnel }}"
spec:
defaultBackend:
service:
name: main
port:
number: 8080
ingressClassName: tailscale
tls:
- hosts:
- "{{ .Values.tailscaleIngress.host }}"

View File

@@ -1,3 +1,7 @@
tailscaleIngress:
host: nextcloud-tc
funnel: "false"
nextcloud: nextcloud:
nextcloud: nextcloud:
credentials: credentials: