Skip to content

Commit

Permalink
fix: update etdc-server chart
Browse files Browse the repository at this point in the history
  • Loading branch information
lots0logs committed Feb 22, 2024
1 parent a273cba commit 1401467
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion charts/et-dot-com-server/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ maintainers:
- email: dustin@elegantthemes.com
name: Elegant Themes
name: et-dot-com-server
version: 1.0.2
version: 1.0.3
2 changes: 1 addition & 1 deletion charts/et-dot-com-server/templates/et-dot-com-server.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ metadata:
labels:
app: {{ .Release.Name }}
spec:
replicas: 1
replicas: {{ .Values.REPLICAS }}
strategy:
rollingUpdate:
maxSurge: 0
Expand Down
2 changes: 1 addition & 1 deletion charts/et-dot-com-server/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@ ET_PORT:
INSTALL_PATH:

PHP_MEMORY_LIMIT:

REPLICAS:
VIRTUAL_HOST:

0 comments on commit 1401467

Please sign in to comment.