enabled metrics
This commit is contained in:
@@ -109,12 +109,12 @@ anm:
|
|||||||
accept: "yes"
|
accept: "yes"
|
||||||
resources:
|
resources:
|
||||||
limits:
|
limits:
|
||||||
memory: "2048Mi"
|
memory: "2Gi"
|
||||||
#cpu: "1000m"
|
cpu: "1"
|
||||||
requests:
|
requests:
|
||||||
memory: "1Gi"
|
memory: "1Gi"
|
||||||
cpu: "250m"
|
cpu: "250m"
|
||||||
securityContext:
|
securityContext: {}
|
||||||
#runAsNonRoot: true
|
#runAsNonRoot: true
|
||||||
route:
|
route:
|
||||||
enabled: true
|
enabled: true
|
||||||
@@ -305,7 +305,7 @@ apitraffic:
|
|||||||
resources:
|
resources:
|
||||||
limits:
|
limits:
|
||||||
memory: "2Gi"
|
memory: "2Gi"
|
||||||
# cpu: 2
|
cpu: 2
|
||||||
requests:
|
requests:
|
||||||
memory: "0.5Gi"
|
memory: "0.5Gi"
|
||||||
cpu: 0.5
|
cpu: 0.5
|
||||||
@@ -315,7 +315,7 @@ apitraffic:
|
|||||||
maxReplicas: 6
|
maxReplicas: 6
|
||||||
targetCPUUtilizationPercentage: 80
|
targetCPUUtilizationPercentage: 80
|
||||||
replicaCount: 1
|
replicaCount: 1
|
||||||
securityContext:
|
securityContext: {}
|
||||||
#runAsNonRoot: true
|
#runAsNonRoot: true
|
||||||
oauth:
|
oauth:
|
||||||
enabled: true
|
enabled: true
|
||||||
@@ -546,8 +546,7 @@ apiportal:
|
|||||||
mysql:
|
mysql:
|
||||||
enabled: false
|
enabled: false
|
||||||
# if the credentials are already available in a secret, set existingSecret
|
# if the credentials are already available in a secret, set existingSecret
|
||||||
existingSecret:
|
existingSecret: {}
|
||||||
{}
|
|
||||||
# name: "mysql-credentials"
|
# name: "mysql-credentials"
|
||||||
# keyMapping:
|
# keyMapping:
|
||||||
# password: password
|
# password: password
|
||||||
@@ -620,7 +619,7 @@ aga:
|
|||||||
# The name of the service account to use.
|
# The name of the service account to use.
|
||||||
# If not set and create is true, a name is generated using the fullname template
|
# If not set and create is true, a name is generated using the fullname template
|
||||||
name: ""
|
name: ""
|
||||||
extraEnvVars: {}
|
extraEnvVars:
|
||||||
# - name: ACCEPT_GENERAL_CONDITIONS
|
# - name: ACCEPT_GENERAL_CONDITIONS
|
||||||
# value: "yes"
|
# value: "yes"
|
||||||
podAnnotations: {}
|
podAnnotations: {}
|
||||||
|
|||||||
Reference in New Issue
Block a user