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