We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e821f1d commit b87ff27Copy full SHA for b87ff27
βapps/homepage/overlays/prd/kustomization.yamlβ
@@ -11,15 +11,6 @@ helmCharts:
11
repo: https://devxp-tech.github.io/helm-charts
12
valuesInline:
13
name: homepage
14
- affinity:
15
- nodeAffinity:
16
- requiredDuringSchedulingIgnoredDuringExecution:
17
- nodeSelectorTerms:
18
- - matchExpressions:
19
- - key: role
20
- operator: In
21
- values:
22
- - spot
23
image:
24
repository: ghcr.io/devxp-tech/homepage
25
tag: 14ea875c
@@ -53,5 +44,5 @@ helmCharts:
53
44
autoscaling:
54
45
enabled: true
55
46
minReplicas: 1
56
- maxReplicas: 2
47
+ maxReplicas: 1
57
48
targetCPUUtilizationPercentage: 80
βapps/template-java/overlays/dev/config.jsonβ renamed to βapps/template-java/overlays/dev-bkp/config.jsonβ
βapps/template-java/overlays/dev/kustomization.yamlβ renamed to βapps/template-java/overlays/dev-bkp/kustomization.yamlβ
0 commit comments