We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3ea8375 commit c01e652Copy full SHA for c01e652
nix-k8s-homelab/charts/services/nextcloud/base/values.yaml
@@ -9,7 +9,7 @@
9
## ref: https://kubernetes.io/docs/concepts/services-networking/ingress/
10
##
11
ingress:
12
- enabled: false
+ enabled: true
13
# className: nginx
14
annotations:
15
# nginx.ingress.kubernetes.io/ssl-passthrough: true
@@ -44,10 +44,10 @@ ingress:
44
# location ~ ^/(?:autotest|occ|issue|indie|db_|console) {
45
# deny all;
46
# }
47
- tls:
48
- - secretName: nextcloud-tls
49
- hosts:
50
- - nextcloud.homelab.com
+ # tls:
+ # - secretName: nextcloud-tls
+ # hosts:
+ # - nextcloud.homelab.com
51
labels: {}
52
path: /
53
pathType: Prefix
0 commit comments