Reduces apps default resource usage.
This commit is contained in:
@@ -23,7 +23,7 @@ spec:
|
||||
type: RuntimeDefault
|
||||
containers:
|
||||
- name: community-search
|
||||
image: payneio/community-search:0.1.1
|
||||
image: payneio/community-search:0.1.2
|
||||
imagePullPolicy: Always
|
||||
securityContext:
|
||||
allowPrivilegeEscalation: false
|
||||
@@ -59,7 +59,7 @@ spec:
|
||||
mountPath: /data
|
||||
resources:
|
||||
requests:
|
||||
cpu: 100m
|
||||
cpu: 50m
|
||||
memory: 256Mi
|
||||
limits:
|
||||
cpu: 1
|
||||
|
||||
@@ -1,11 +1,11 @@
|
||||
version: 0.1.1-1
|
||||
version: 0.1.2_1
|
||||
requires: []
|
||||
defaultConfig:
|
||||
namespace: community-search
|
||||
externalDnsDomain: '{{ .cloud.domain }}'
|
||||
domain: search.{{ .cloud.domain }}
|
||||
tlsSecretName: wildcard-wild-cloud-tls
|
||||
storage: 10Gi
|
||||
storage: 2Gi
|
||||
selfUrl: 'https://search.{{ .cloud.domain }}'
|
||||
selfName: 'Community Search'
|
||||
defaultSecrets:
|
||||
|
||||
Reference in New Issue
Block a user