fix: Use correct ns
This commit is contained in:
@@ -44,7 +44,7 @@ securityContext:
|
||||
runAsUser: 0
|
||||
service:
|
||||
type: ClusterIP
|
||||
port: 8000
|
||||
port: 8080
|
||||
ingress:
|
||||
enabled: true
|
||||
className: nginx
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
makai:
|
||||
enabled: false
|
||||
autosync: false
|
||||
enabled: true
|
||||
autosync: {{ if eq .Environment.Name "prod" }} false {{ else }} true {{ end }}
|
||||
env: {{ .Environment.Name }}
|
||||
|
||||
Reference in New Issue
Block a user