Skip to content

Commit

Permalink
feat: added new statefulset-5-0-0 chart in reference chart (#3909)
Browse files Browse the repository at this point in the history
* added a new ref-chart

* added sql files

* modified the labels

* modified the labels of ambassador.yaml

* modified the labels of ambassador.yaml

* modified labels

* modified down migration file

* removed space

* added statefulset in wintersoldier

* removed pipeline and releaseversion from labels

* modified old migration file

* modified old migration file

* edit the old 4-18 chart hpa.yaml file

---------

Co-authored-by: Badal Kumar Prusty <badalkumar@Badals-MacBook-Pro.local>
  • Loading branch information
badal773 and Badal Kumar Prusty authored Sep 14, 2023
1 parent 86476e8 commit 47506ad
Show file tree
Hide file tree
Showing 37 changed files with 6,063 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ metadata:
{{- end }}
spec:
scaleTargetRef:
apiVersion: argoproj.io/v1alpha1
kind: Rollout
apiVersion: apps/v1
kind: StatefulSet
name: {{ include ".Chart.Name .fullname" $ }}
minReplicas: {{ $.Values.autoscaling.MinReplicas }}
maxReplicas: {{ $.Values.autoscaling.MaxReplicas }}
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{"server":{"deployment":{"image_tag":"{{.Tag}}","image":"{{.Name}}"}},"pipelineName": "{{.PipelineName}}","releaseVersion":"{{.ReleaseVersion}}","deploymentType": "{{.DeploymentType}}", "app": "{{.App}}", "env": "{{.Env}}", "appMetrics": {{.AppMetrics}}}
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
apiVersion: v1
appVersion: "1.0"
description: A Helm chart for Kubernetes (StatefulSet)
name: statefulset-chart_5-0-0
version: 5.0.0
Loading

0 comments on commit 47506ad

Please sign in to comment.