Browse Source

Use port 80 for nodeport service

Waqar Ahmed 5 năm trước cách đây
mục cha
commit
aa33f73fda
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      test/nextcloud/2.3.2/values.yaml

+ 1 - 1
test/nextcloud/2.3.2/values.yaml

@@ -289,7 +289,7 @@ cronjob:
 
 service:
   type: NodePort
-  port: 8080
+  port: 80
   loadBalancerIP: nil
   nodePort: 9000