Added missing stuff for nextcloud truecharts
This commit is contained in:
16
nextcloud-truechart/templates/ts-ingress.yaml
Normal file
16
nextcloud-truechart/templates/ts-ingress.yaml
Normal 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 }}"
|
||||
Reference in New Issue
Block a user