浏览代码

values file updated

Cansu Kavili 5 年之前
父节点
当前提交
0e79bd25ed
共有 2 个文件被更改,包括 1 次插入3 次删除
  1. 0 2
      helm/wekan/templates/route.yaml
  2. 1 1
      helm/wekan/values.yaml

+ 0 - 2
helm/wekan/templates/route.yaml

@@ -1,7 +1,5 @@
 {{- if .Values.route.enabled -}}
 {{- $fullName := include "wekan.fullname" . -}}
-{{- $servicePort := .Values.service.port -}}
-{{- $ingressPath := .Values.ingress.path -}}
 apiVersion: route.openshift.io/v1
 kind: Route
 metadata:

+ 1 - 1
helm/wekan/values.yaml

@@ -60,7 +60,7 @@ ingress:
   #      - wekan-example.local
 
   route:
-    enabled: true
+    enabled: false
 
 resources: 
   requests: