Browse Source

default ingress enabled:false

pull/220/head
xyctruth 4 years ago
parent
commit
8a9f9e06fc
  1. 16
      charts/values.yaml

16
charts/values.yaml

@ -37,13 +37,6 @@ resources:
cpu: 200m cpu: 200m
memory: 200Mi memory: 200Mi
autoscaling:
enabled: false
minReplicas: 1
maxReplicas: 10
targetCPUUtilizationPercentage: 80
targetMemoryUtilizationPercentage: 80
nodeSelector: {} nodeSelector: {}
tolerations: [] tolerations: []
@ -56,8 +49,15 @@ service:
http: 36789 http: 36789
grpc: 36790 grpc: 36790
autoscaling:
enabled: false
minReplicas: 1
maxReplicas: 10
targetCPUUtilizationPercentage: 80
targetMemoryUtilizationPercentage: 80
ingress: ingress:
enabled: true enabled: false
className: "nginx" className: "nginx"
annotations: annotations:
{} {}

Loading…
Cancel
Save