diff --git a/charts/common/Chart.yaml b/charts/common/Chart.yaml index f0b1623..5c8fe90 100644 --- a/charts/common/Chart.yaml +++ b/charts/common/Chart.yaml @@ -15,11 +15,11 @@ type: application # This is the chart version. This version number should be incremented each time you make changes # to the chart and its templates, including the app version. # Versions are expected to follow Semantic Versioning (https://semver.org/) -version: 0.0.3 +version: 0.0.4 # This is the version number of the application being deployed. This version number should be # incremented each time you make changes to the application. Versions are not expected to # follow Semantic Versioning. They should reflect the version the application is using. # It is recommended to use it with quotes. -appVersion: "0.0.3" +appVersion: "0.0.4" icon: https://cncf-branding.netlify.app/img/projects/helm/horizontal/color/helm-horizontal-color.png diff --git a/charts/common/templates/deployment.yaml b/charts/common/templates/deployment.yaml index 2439988..5181ba1 100644 --- a/charts/common/templates/deployment.yaml +++ b/charts/common/templates/deployment.yaml @@ -41,7 +41,7 @@ spec: - name: http containerPort: {{ .Values.service.containerPort }} protocol: TCP - {{- end -}} + {{- end }} env: {{- range $k, $v := .Values.env }} - name: {{ $k | quote }} diff --git a/charts/common/values.yaml b/charts/common/values.yaml index a8f201a..52fb6fb 100644 --- a/charts/common/values.yaml +++ b/charts/common/values.yaml @@ -4,30 +4,30 @@ replicaCount: 1 -service: - name: "" - port: 80 - type: ClusterIP - containerPort: 5000 - tls: - enabled: true - issuerName: "" - -image: - repository: organization/name - pullPolicy: IfNotPresent - tag: "latest" +service: {} +# name: "" +# port: 80 +# type: ClusterIP +# containerPort: 5000 +# tls: +# enabled: false +# issuerName: "" + +image: {} +# repository: organization/name +# pullPolicy: IfNotPresent +# tag: "latest" imagePullSecrets: [] nameOverride: "" fullnameOverride: "" -serviceAccount: - # Specifies whether a service account should be created - create: true - # Annotations to add to the service account - annotations: - eks.amazonaws.com/role-arn: arn:aws:iam::000000000000:role/name +serviceAccount: {} +# # Specifies whether a service account should be created +# create: false +# # Annotations to add to the service account +# annotations: +# eks.amazonaws.com/role-arn: arn:aws:iam::000000000000:role/name podAnnotations: {} @@ -44,19 +44,19 @@ securityContext: # runAsNonRoot: true # runAsUser: 1000 -ingress: - enabled: true - className: "" - annotations: - {} - # kubernetes.io/ingress.class: nginx - # kubernetes.io/tls-acme: "true" - host: example.com - - tls: [] - # - secretName: chart-example-tls - # hosts: - # - chart-example.local +ingress: {} +# enabled: false +# className: "" +# annotations: +# {} +# # kubernetes.io/ingress.class: nginx +# # kubernetes.io/tls-acme: "true" +# host: example.com +# +# tls: [] +# # - secretName: chart-example-tls +# # hosts: +# # - chart-example.local resources: {} @@ -72,12 +72,12 @@ resources: # cpu: 100m # memory: 128Mi -autoscaling: - enabled: false - minReplicas: 1 - maxReplicas: 100 - targetCPUUtilizationPercentage: 80 - targetMemoryUtilizationPercentage: 80 +autoscaling: {} +# enabled: false +# minReplicas: 1 +# maxReplicas: 1 +# targetCPUUtilizationPercentage: 80 +# targetMemoryUtilizationPercentage: 80 nodeSelector: {} @@ -85,8 +85,8 @@ tolerations: [] affinity: {} -externalSecrets: - clusterSecretStoreName: "" +externalSecrets: {} +# clusterSecretStoreName: "" env: [] # env: