Skip to content

Commit c01e652

Browse files
committed
update
1 parent 3ea8375 commit c01e652

File tree

1 file changed

+5
-5
lines changed
  • nix-k8s-homelab/charts/services/nextcloud/base

1 file changed

+5
-5
lines changed

nix-k8s-homelab/charts/services/nextcloud/base/values.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
## ref: https://kubernetes.io/docs/concepts/services-networking/ingress/
1010
##
1111
ingress:
12-
enabled: false
12+
enabled: true
1313
# className: nginx
1414
annotations:
1515
# nginx.ingress.kubernetes.io/ssl-passthrough: true
@@ -44,10 +44,10 @@ ingress:
4444
# location ~ ^/(?:autotest|occ|issue|indie|db_|console) {
4545
# deny all;
4646
# }
47-
tls:
48-
- secretName: nextcloud-tls
49-
hosts:
50-
- nextcloud.homelab.com
47+
# tls:
48+
# - secretName: nextcloud-tls
49+
# hosts:
50+
# - nextcloud.homelab.com
5151
labels: {}
5252
path: /
5353
pathType: Prefix

0 commit comments

Comments
 (0)