From 530be84e7652bf10d3267f6e29fc88a77e3e10e3 Mon Sep 17 00:00:00 2001 From: jrhender Date: Tue, 20 Feb 2024 13:34:48 +0000 Subject: [PATCH] chore: removing ops info Deployments are not connected to this repo so ops info is not needed --- devops/idc-helm/.helmignore | 23 ---- devops/idc-helm/Chart.yaml | 24 ---- devops/idc-helm/README.md | 57 ---------- devops/idc-helm/templates/NOTES.txt | 22 ---- devops/idc-helm/templates/_helpers.tpl | 62 ---------- devops/idc-helm/templates/deployment.yaml | 66 ----------- devops/idc-helm/templates/hpa.yaml | 28 ----- devops/idc-helm/templates/ingress.yaml | 62 ---------- devops/idc-helm/templates/service.yaml | 15 --- devops/idc-helm/templates/serviceaccount.yaml | 12 -- .../templates/tests/test-connection.yaml | 15 --- devops/idc-helm/values-dev.yaml | 104 ----------------- devops/idc-helm/values.yaml | 82 -------------- devops/ssi-helm/.helmignore | 23 ---- devops/ssi-helm/Chart.yaml | 24 ---- devops/ssi-helm/README.md | 57 ---------- devops/ssi-helm/templates/NOTES.txt | 22 ---- devops/ssi-helm/templates/_helpers.tpl | 62 ---------- devops/ssi-helm/templates/deployment.yaml | 66 ----------- devops/ssi-helm/templates/hpa.yaml | 28 ----- devops/ssi-helm/templates/ingress.yaml | 62 ---------- devops/ssi-helm/templates/service.yaml | 15 --- devops/ssi-helm/templates/serviceaccount.yaml | 12 -- .../templates/tests/test-connection.yaml | 15 --- devops/ssi-helm/values-dev.yaml | 107 ------------------ devops/ssi-helm/values-sandbox.yaml | 107 ------------------ devops/ssi-helm/values.yaml | 107 ------------------ 27 files changed, 1279 deletions(-) delete mode 100644 devops/idc-helm/.helmignore delete mode 100644 devops/idc-helm/Chart.yaml delete mode 100644 devops/idc-helm/README.md delete mode 100644 devops/idc-helm/templates/NOTES.txt delete mode 100644 devops/idc-helm/templates/_helpers.tpl delete mode 100644 devops/idc-helm/templates/deployment.yaml delete mode 100644 devops/idc-helm/templates/hpa.yaml delete mode 100644 devops/idc-helm/templates/ingress.yaml delete mode 100644 devops/idc-helm/templates/service.yaml delete mode 100644 devops/idc-helm/templates/serviceaccount.yaml delete mode 100644 devops/idc-helm/templates/tests/test-connection.yaml delete mode 100644 devops/idc-helm/values-dev.yaml delete mode 100644 devops/idc-helm/values.yaml delete mode 100644 devops/ssi-helm/.helmignore delete mode 100644 devops/ssi-helm/Chart.yaml delete mode 100644 devops/ssi-helm/README.md delete mode 100644 devops/ssi-helm/templates/NOTES.txt delete mode 100644 devops/ssi-helm/templates/_helpers.tpl delete mode 100644 devops/ssi-helm/templates/deployment.yaml delete mode 100644 devops/ssi-helm/templates/hpa.yaml delete mode 100644 devops/ssi-helm/templates/ingress.yaml delete mode 100644 devops/ssi-helm/templates/service.yaml delete mode 100644 devops/ssi-helm/templates/serviceaccount.yaml delete mode 100644 devops/ssi-helm/templates/tests/test-connection.yaml delete mode 100644 devops/ssi-helm/values-dev.yaml delete mode 100644 devops/ssi-helm/values-sandbox.yaml delete mode 100644 devops/ssi-helm/values.yaml diff --git a/devops/idc-helm/.helmignore b/devops/idc-helm/.helmignore deleted file mode 100644 index 0e8a0eb..0000000 --- a/devops/idc-helm/.helmignore +++ /dev/null @@ -1,23 +0,0 @@ -# Patterns to ignore when building packages. -# This supports shell glob matching, relative path matching, and -# negation (prefixed with !). Only one pattern per line. -.DS_Store -# Common VCS dirs -.git/ -.gitignore -.bzr/ -.bzrignore -.hg/ -.hgignore -.svn/ -# Common backup files -*.swp -*.bak -*.tmp -*.orig -*~ -# Various IDEs -.project -.idea/ -*.tmproj -.vscode/ diff --git a/devops/idc-helm/Chart.yaml b/devops/idc-helm/Chart.yaml deleted file mode 100644 index 6001d9e..0000000 --- a/devops/idc-helm/Chart.yaml +++ /dev/null @@ -1,24 +0,0 @@ -apiVersion: v2 -name: idc-helm -description: A Helm chart for Kubernetes - -# A chart can be either an 'application' or a 'library' chart. -# -# Application charts are a collection of templates that can be packaged into versioned archives -# to be deployed. -# -# Library charts provide useful utilities or functions for the chart developer. They're included as -# a dependency of application charts to inject those utilities and functions into the rendering -# pipeline. Library charts do not define any templates and therefore cannot be deployed. -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.1.0 - -# 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.1.0" diff --git a/devops/idc-helm/README.md b/devops/idc-helm/README.md deleted file mode 100644 index d2ec0c5..0000000 --- a/devops/idc-helm/README.md +++ /dev/null @@ -1,57 +0,0 @@ -# idc-helm - -![Version: 0.1.0](https://img.shields.io/badge/Version-0.1.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 0.1.0](https://img.shields.io/badge/AppVersion-0.1.0-informational?style=flat-square) - -A Helm chart for Kubernetes - -## Values - -| Key | Type | Default | Description | -|-----|------|---------|-------------| -| affinity | object | `{}` | | -| autoscaling.enabled | bool | `false` | | -| autoscaling.maxReplicas | int | `100` | | -| autoscaling.minReplicas | int | `1` | | -| autoscaling.targetCPUUtilizationPercentage | int | `80` | | -| fullnameOverride | string | `"idc"` | | -| image.pullPolicy | string | `"IfNotPresent"` | | -| image.repository | string | `"098061033856.dkr.ecr.us-west-2.amazonaws.com/idc"` | | -| image.tag | string | `"latest"` | | -| imagePullSecrets | list | `[]` | | -| ingress.annotations."alb.ingress.kubernetes.io/actions.ssl-redirect" | string | `"{\"Type\": \"redirect\", \"RedirectConfig\": { \"Protocol\": \"HTTPS\", \"Port\": \"443\", \"StatusCode\": \"HTTP_301\"}}"` | | -| ingress.annotations."alb.ingress.kubernetes.io/certificate-arn" | string | `"arn:aws:acm:us-west-2:098061033856:certificate/113422ff-4d6f-4f7c-b644-64cf06327312"` | | -| ingress.annotations."alb.ingress.kubernetes.io/listen-ports" | string | `"[{\"HTTP\": 80}, {\"HTTPS\":443}]"` | | -| ingress.annotations."alb.ingress.kubernetes.io/scheme" | string | `"internet-facing"` | | -| ingress.annotations."kubernetes.io/ingress.class" | string | `"alb"` | | -| ingress.className | string | `""` | | -| ingress.enabled | bool | `true` | | -| ingress.hosts[0].host | string | `"inpdesc-to-cred-dev.energyweb.org"` | | -| ingress.hosts[0].paths[0].backend.service.name | string | `"ssl-redirect"` | | -| ingress.hosts[0].paths[0].backend.service.port.name | string | `"use-annotation"` | | -| ingress.hosts[0].paths[0].path | string | `"/"` | | -| ingress.hosts[0].paths[0].pathType | string | `"Prefix"` | | -| ingress.hosts[0].paths[1].backend.service.name | string | `"idc"` | | -| ingress.hosts[0].paths[1].backend.service.port.number | int | `3000` | | -| ingress.hosts[0].paths[1].path | string | `"/api"` | | -| ingress.hosts[0].paths[1].pathType | string | `"Prefix"` | | -| ingress.hosts[0].paths[2].backend.service.name | string | `"idc"` | | -| ingress.hosts[0].paths[2].backend.service.port.number | int | `3000` | | -| ingress.hosts[0].paths[2].path | string | `"/"` | | -| ingress.hosts[0].paths[2].pathType | string | `"Prefix"` | | -| ingress.tls | list | `[]` | | -| nameOverride | string | `"idc"` | | -| nodeSelector | object | `{}` | | -| podAnnotations | object | `{}` | | -| podSecurityContext | object | `{}` | | -| replicaCount | int | `1` | | -| resources | object | `{}` | | -| securityContext | object | `{}` | | -| service.port | int | `3000` | | -| service.type | string | `"NodePort"` | | -| serviceAccount.annotations | object | `{}` | | -| serviceAccount.create | bool | `true` | | -| serviceAccount.name | string | `""` | | -| tolerations | list | `[]` | | - ----------------------------------------------- -Autogenerated from chart metadata using [helm-docs v1.5.0](https://github.com/norwoodj/helm-docs/releases/v1.5.0) diff --git a/devops/idc-helm/templates/NOTES.txt b/devops/idc-helm/templates/NOTES.txt deleted file mode 100644 index 5561039..0000000 --- a/devops/idc-helm/templates/NOTES.txt +++ /dev/null @@ -1,22 +0,0 @@ -1. Get the application URL by running these commands: -{{- if .Values.ingress.enabled }} -{{- range $host := .Values.ingress.hosts }} - {{- range .paths }} - http{{ if $.Values.ingress.tls }}s{{ end }}://{{ $host.host }}{{ .path }} - {{- end }} -{{- end }} -{{- else if contains "NodePort" .Values.service.type }} - export NODE_PORT=$(kubectl get --namespace {{ .Release.Namespace }} -o jsonpath="{.spec.ports[0].nodePort}" services {{ include "idc-helm.fullname" . }}) - export NODE_IP=$(kubectl get nodes --namespace {{ .Release.Namespace }} -o jsonpath="{.items[0].status.addresses[0].address}") - echo http://$NODE_IP:$NODE_PORT -{{- else if contains "LoadBalancer" .Values.service.type }} - NOTE: It may take a few minutes for the LoadBalancer IP to be available. - You can watch the status of by running 'kubectl get --namespace {{ .Release.Namespace }} svc -w {{ include "idc-helm.fullname" . }}' - export SERVICE_IP=$(kubectl get svc --namespace {{ .Release.Namespace }} {{ include "idc-helm.fullname" . }} --template "{{"{{ range (index .status.loadBalancer.ingress 0) }}{{.}}{{ end }}"}}") - echo http://$SERVICE_IP:{{ .Values.service.port }} -{{- else if contains "ClusterIP" .Values.service.type }} - export POD_NAME=$(kubectl get pods --namespace {{ .Release.Namespace }} -l "app.kubernetes.io/name={{ include "idc-helm.name" . }},app.kubernetes.io/instance={{ .Release.Name }}" -o jsonpath="{.items[0].metadata.name}") - export CONTAINER_PORT=$(kubectl get pod --namespace {{ .Release.Namespace }} $POD_NAME -o jsonpath="{.spec.containers[0].ports[0].containerPort}") - echo "Visit http://127.0.0.1:8080 to use your application" - kubectl --namespace {{ .Release.Namespace }} port-forward $POD_NAME 8080:$CONTAINER_PORT -{{- end }} diff --git a/devops/idc-helm/templates/_helpers.tpl b/devops/idc-helm/templates/_helpers.tpl deleted file mode 100644 index a649bb0..0000000 --- a/devops/idc-helm/templates/_helpers.tpl +++ /dev/null @@ -1,62 +0,0 @@ -{{/* -Expand the name of the chart. -*/}} -{{- define "idc-helm.name" -}} -{{- default .Chart.Name .Values.nameOverride | trunc 63 | trimSuffix "-" }} -{{- end }} - -{{/* -Create a default fully qualified app name. -We truncate at 63 chars because some Kubernetes name fields are limited to this (by the DNS naming spec). -If release name contains chart name it will be used as a full name. -*/}} -{{- define "idc-helm.fullname" -}} -{{- if .Values.fullnameOverride }} -{{- .Values.fullnameOverride | trunc 63 | trimSuffix "-" }} -{{- else }} -{{- $name := default .Chart.Name .Values.nameOverride }} -{{- if contains $name .Release.Name }} -{{- .Release.Name | trunc 63 | trimSuffix "-" }} -{{- else }} -{{- printf "%s-%s" .Release.Name $name | trunc 63 | trimSuffix "-" }} -{{- end }} -{{- end }} -{{- end }} - -{{/* -Create chart name and version as used by the chart label. -*/}} -{{- define "idc-helm.chart" -}} -{{- printf "%s-%s" .Chart.Name .Chart.Version | replace "+" "_" | trunc 63 | trimSuffix "-" }} -{{- end }} - -{{/* -Common labels -*/}} -{{- define "idc-helm.labels" -}} -helm.sh/chart: {{ include "idc-helm.chart" . }} -{{ include "idc-helm.selectorLabels" . }} -{{- if .Chart.AppVersion }} -app.kubernetes.io/version: {{ .Chart.AppVersion | quote }} -{{- end }} -app.kubernetes.io/managed-by: {{ .Release.Service }} -{{- end }} - -{{/* -Selector labels -*/}} -{{- define "idc-helm.selectorLabels" -}} -app.kubernetes.io/name: {{ include "idc-helm.name" . }} -app.kubernetes.io/instance: {{ .Release.Name }} -{{- end }} - -{{/* -Create the name of the service account to use -*/}} -{{- define "idc-helm.serviceAccountName" -}} -{{- if .Values.serviceAccount.create }} -{{- default (include "idc-helm.fullname" .) .Values.serviceAccount.name }} -{{- else }} -{{- default "default" .Values.serviceAccount.name }} -{{- end }} -{{- end }} diff --git a/devops/idc-helm/templates/deployment.yaml b/devops/idc-helm/templates/deployment.yaml deleted file mode 100644 index fa6febe..0000000 --- a/devops/idc-helm/templates/deployment.yaml +++ /dev/null @@ -1,66 +0,0 @@ -apiVersion: apps/v1 -kind: Deployment -metadata: - name: {{ include "idc-helm.fullname" . }} - labels: - {{- include "idc-helm.labels" . | nindent 4 }} -spec: - {{- if not .Values.autoscaling.enabled }} - replicas: {{ .Values.replicaCount }} - {{- end }} - selector: - matchLabels: - {{- include "idc-helm.selectorLabels" . | nindent 6 }} - template: - metadata: - {{- with .Values.podAnnotations }} - annotations: - {{- toYaml . | nindent 8 }} - {{- end }} - labels: - {{- include "idc-helm.selectorLabels" . | nindent 8 }} - spec: - {{- with .Values.imagePullSecrets }} - imagePullSecrets: - {{- toYaml . | nindent 8 }} - {{- end }} - serviceAccountName: {{ include "idc-helm.serviceAccountName" . }} - securityContext: - {{- toYaml .Values.podSecurityContext | nindent 8 }} - containers: - - name: {{ .Chart.Name }} - securityContext: - {{- toYaml .Values.securityContext | nindent 12 }} - image: "{{ .Values.image.repository }}:{{ .Values.image.tag | default .Chart.AppVersion }}" - imagePullPolicy: {{ .Values.image.pullPolicy }} - ports: - - name: http - containerPort: 3000 - protocol: TCP - # livenessProbe: - # httpGet: - # path: / - # port: http - # readinessProbe: - # httpGet: - # path: / - # port: http - env: - {{- range $key, $value := .Values.appValues }} - - name: {{ $key }} - value: {{ $value | quote }} - {{- end }} - resources: - {{- toYaml .Values.resources | nindent 12 }} - {{- with .Values.nodeSelector }} - nodeSelector: - {{- toYaml . | nindent 8 }} - {{- end }} - {{- with .Values.affinity }} - affinity: - {{- toYaml . | nindent 8 }} - {{- end }} - {{- with .Values.tolerations }} - tolerations: - {{- toYaml . | nindent 8 }} - {{- end }} diff --git a/devops/idc-helm/templates/hpa.yaml b/devops/idc-helm/templates/hpa.yaml deleted file mode 100644 index 1e02fd5..0000000 --- a/devops/idc-helm/templates/hpa.yaml +++ /dev/null @@ -1,28 +0,0 @@ -{{- if .Values.autoscaling.enabled }} -apiVersion: autoscaling/v2beta1 -kind: HorizontalPodAutoscaler -metadata: - name: {{ include "idc-helm.fullname" . }} - labels: - {{- include "idc-helm.labels" . | nindent 4 }} -spec: - scaleTargetRef: - apiVersion: apps/v1 - kind: Deployment - name: {{ include "idc-helm.fullname" . }} - minReplicas: {{ .Values.autoscaling.minReplicas }} - maxReplicas: {{ .Values.autoscaling.maxReplicas }} - metrics: - {{- if .Values.autoscaling.targetCPUUtilizationPercentage }} - - type: Resource - resource: - name: cpu - targetAverageUtilization: {{ .Values.autoscaling.targetCPUUtilizationPercentage }} - {{- end }} - {{- if .Values.autoscaling.targetMemoryUtilizationPercentage }} - - type: Resource - resource: - name: memory - targetAverageUtilization: {{ .Values.autoscaling.targetMemoryUtilizationPercentage }} - {{- end }} -{{- end }} diff --git a/devops/idc-helm/templates/ingress.yaml b/devops/idc-helm/templates/ingress.yaml deleted file mode 100644 index 91382cd..0000000 --- a/devops/idc-helm/templates/ingress.yaml +++ /dev/null @@ -1,62 +0,0 @@ -{{- if .Values.ingress.enabled -}} -{{- $fullName := include "idc-helm.fullname" . -}} -{{- $svcPort := .Values.service.port -}} -{{- if and .Values.ingress.className (not (semverCompare ">=1.18-0" .Capabilities.KubeVersion.GitVersion)) }} - {{- if not (hasKey .Values.ingress.annotations "kubernetes.io/ingress.class") }} - {{- $_ := set .Values.ingress.annotations "kubernetes.io/ingress.class" .Values.ingress.className}} - {{- end }} -{{- end }} -{{- if semverCompare ">=1.19-0" .Capabilities.KubeVersion.GitVersion -}} -apiVersion: networking.k8s.io/v1 -{{- else if semverCompare ">=1.14-0" .Capabilities.KubeVersion.GitVersion -}} -apiVersion: networking.k8s.io/v1beta1 -{{- else -}} -apiVersion: extensions/v1beta1 -{{- end }} -kind: Ingress -metadata: - name: {{ $fullName }} - labels: - {{- include "idc-helm.labels" . | nindent 4 }} - {{- with .Values.ingress.annotations }} - annotations: - {{- toYaml . | nindent 4 }} - {{- end }} -spec: - {{- if and .Values.ingress.className (semverCompare ">=1.18-0" .Capabilities.KubeVersion.GitVersion) }} - ingressClassName: {{ .Values.ingress.className }} - {{- end }} - {{- if .Values.ingress.tls }} - tls: - {{- range .Values.ingress.tls }} - - hosts: - {{- range .hosts }} - - {{ . | quote }} - {{- end }} - secretName: {{ .secretName }} - {{- end }} - {{- end }} - rules: - {{- range .Values.ingress.hosts }} - - host: {{ .host | quote }} - http: - paths: - {{- range .paths }} - - path: {{ .path }} - {{- if and .pathType (semverCompare ">=1.18-0" $.Capabilities.KubeVersion.GitVersion) }} - pathType: {{ .pathType }} - {{- end }} - backend: - {{- if semverCompare ">=1.19-0" $.Capabilities.KubeVersion.GitVersion }} - service: - name: {{ .backend.service.name }} - port: - number: {{ .backend.service.port.number }} - name: {{ .backend.service.port.name }} - {{- else }} - serviceName: {{ .backend.serviceName}} - servicePort: {{ .backend.servicePort }} - {{- end }} - {{- end }} - {{- end }} -{{- end }} diff --git a/devops/idc-helm/templates/service.yaml b/devops/idc-helm/templates/service.yaml deleted file mode 100644 index b9c4467..0000000 --- a/devops/idc-helm/templates/service.yaml +++ /dev/null @@ -1,15 +0,0 @@ -apiVersion: v1 -kind: Service -metadata: - name: {{ include "idc-helm.fullname" . }} - labels: - {{- include "idc-helm.labels" . | nindent 4 }} -spec: - type: {{ .Values.service.type }} - ports: - - port: {{ .Values.service.port }} - targetPort: http - protocol: TCP - name: http - selector: - {{- include "idc-helm.selectorLabels" . | nindent 4 }} diff --git a/devops/idc-helm/templates/serviceaccount.yaml b/devops/idc-helm/templates/serviceaccount.yaml deleted file mode 100644 index 0730033..0000000 --- a/devops/idc-helm/templates/serviceaccount.yaml +++ /dev/null @@ -1,12 +0,0 @@ -{{- if .Values.serviceAccount.create -}} -apiVersion: v1 -kind: ServiceAccount -metadata: - name: {{ include "idc-helm.serviceAccountName" . }} - labels: - {{- include "idc-helm.labels" . | nindent 4 }} - {{- with .Values.serviceAccount.annotations }} - annotations: - {{- toYaml . | nindent 4 }} - {{- end }} -{{- end }} diff --git a/devops/idc-helm/templates/tests/test-connection.yaml b/devops/idc-helm/templates/tests/test-connection.yaml deleted file mode 100644 index 99f1eaa..0000000 --- a/devops/idc-helm/templates/tests/test-connection.yaml +++ /dev/null @@ -1,15 +0,0 @@ -apiVersion: v1 -kind: Pod -metadata: - name: "{{ include "idc-helm.fullname" . }}-test-connection" - labels: - {{- include "idc-helm.labels" . | nindent 4 }} - annotations: - "helm.sh/hook": test -spec: - containers: - - name: wget - image: busybox - command: ['wget'] - args: ['{{ include "idc-helm.fullname" . }}:{{ .Values.service.port }}'] - restartPolicy: Never diff --git a/devops/idc-helm/values-dev.yaml b/devops/idc-helm/values-dev.yaml deleted file mode 100644 index 16aa89b..0000000 --- a/devops/idc-helm/values-dev.yaml +++ /dev/null @@ -1,104 +0,0 @@ -# Default values for idc-helm. -# This is a YAML-formatted file. -# Declare variables to be passed into your templates. - -replicaCount: 1 - -image: - repository: 098061033856.dkr.ecr.us-west-2.amazonaws.com/idc - pullPolicy: IfNotPresent - # Overrides the image tag whose default is the chart appVersion. - tag: "latest" - -imagePullSecrets: [] -nameOverride: "idc" -fullnameOverride: "idc" - -serviceAccount: - # Specifies whether a service account should be created - create: true - # Annotations to add to the service account - annotations: {} - # The name of the service account to use. - # If not set and create is true, a name is generated using the fullname template - name: "" - -podAnnotations: {} - -podSecurityContext: {} - # fsGroup: 2000 - -securityContext: {} - # capabilities: - # drop: - # - ALL - # readOnlyRootFilesystem: true - # runAsNonRoot: true - # runAsUser: 1000 - -service: - type: NodePort - port: 3000 - -ingress: - enabled: true - className: "" - annotations: - kubernetes.io/ingress.class: alb - alb.ingress.kubernetes.io/scheme: internet-facing - alb.ingress.kubernetes.io/listen-ports: '[{"HTTP": 80}, {"HTTPS":443}]' - alb.ingress.kubernetes.io/actions.ssl-redirect: '{"Type": "redirect", "RedirectConfig": { "Protocol": "HTTPS", "Port": "443", "StatusCode": "HTTP_301"}}' - alb.ingress.kubernetes.io/certificate-arn: arn:aws:acm:us-west-2:098061033856:certificate/113422ff-4d6f-4f7c-b644-64cf06327312 - hosts: - - host: inpdesc-to-cred-dev.energyweb.org - paths: - - path: "/" - pathType: Prefix - backend: - service: - name: ssl-redirect - port: - name: use-annotation - - path: "/api" - pathType: Prefix - backend: - service: - name: idc - port: - number: 3000 - - path: "/" - pathType: Prefix - backend: - service: - name: idc - port: - number: 3000 - tls: [] - # - secretName: chart-example-tls - # hosts: - # - chart-example.local - -resources: {} - # We usually recommend not to specify default resources and to leave this as a conscious - # choice for the user. This also increases chances charts run on environments with little - # resources, such as Minikube. If you do want to specify resources, uncomment the following - # lines, adjust them as necessary, and remove the curly braces after 'resources:'. - # limits: - # cpu: 100m - # memory: 128Mi - # requests: - # cpu: 100m - # memory: 128Mi - -autoscaling: - enabled: false - minReplicas: 1 - maxReplicas: 100 - targetCPUUtilizationPercentage: 80 - # targetMemoryUtilizationPercentage: 80 - -nodeSelector: {} - -tolerations: [] - -affinity: {} diff --git a/devops/idc-helm/values.yaml b/devops/idc-helm/values.yaml deleted file mode 100644 index eb89c4a..0000000 --- a/devops/idc-helm/values.yaml +++ /dev/null @@ -1,82 +0,0 @@ -# Default values for idc-helm. -# This is a YAML-formatted file. -# Declare variables to be passed into your templates. - -replicaCount: 1 - -image: - repository: 098061033856.dkr.ecr.us-west-2.amazonaws.com/idc - pullPolicy: IfNotPresent - # Overrides the image tag whose default is the chart appVersion. - tag: "latest" - -imagePullSecrets: [] -nameOverride: "idc" -fullnameOverride: "idc" - -serviceAccount: - # Specifies whether a service account should be created - create: true - # Annotations to add to the service account - annotations: {} - # The name of the service account to use. - # If not set and create is true, a name is generated using the fullname template - name: "" - -podAnnotations: {} - -podSecurityContext: {} - # fsGroup: 2000 - -securityContext: {} - # capabilities: - # drop: - # - ALL - # readOnlyRootFilesystem: true - # runAsNonRoot: true - # runAsUser: 1000 - -service: - type: NodePort - port: 3000 - -ingress: - enabled: false - className: "" - annotations: {} - # kubernetes.io/ingress.class: nginx - # kubernetes.io/tls-acme: "true" - hosts: - - host: chart-example.local - paths: - - path: / - pathType: ImplementationSpecific - tls: [] - # - secretName: chart-example-tls - # hosts: - # - chart-example.local - -resources: {} - # We usually recommend not to specify default resources and to leave this as a conscious - # choice for the user. This also increases chances charts run on environments with little - # resources, such as Minikube. If you do want to specify resources, uncomment the following - # lines, adjust them as necessary, and remove the curly braces after 'resources:'. - # limits: - # cpu: 100m - # memory: 128Mi - # requests: - # cpu: 100m - # memory: 128Mi - -autoscaling: - enabled: false - minReplicas: 1 - maxReplicas: 100 - targetCPUUtilizationPercentage: 80 - # targetMemoryUtilizationPercentage: 80 - -nodeSelector: {} - -tolerations: [] - -affinity: {} diff --git a/devops/ssi-helm/.helmignore b/devops/ssi-helm/.helmignore deleted file mode 100644 index 0e8a0eb..0000000 --- a/devops/ssi-helm/.helmignore +++ /dev/null @@ -1,23 +0,0 @@ -# Patterns to ignore when building packages. -# This supports shell glob matching, relative path matching, and -# negation (prefixed with !). Only one pattern per line. -.DS_Store -# Common VCS dirs -.git/ -.gitignore -.bzr/ -.bzrignore -.hg/ -.hgignore -.svn/ -# Common backup files -*.swp -*.bak -*.tmp -*.orig -*~ -# Various IDEs -.project -.idea/ -*.tmproj -.vscode/ diff --git a/devops/ssi-helm/Chart.yaml b/devops/ssi-helm/Chart.yaml deleted file mode 100644 index 3adf060..0000000 --- a/devops/ssi-helm/Chart.yaml +++ /dev/null @@ -1,24 +0,0 @@ -apiVersion: v2 -name: ssi-helm -description: A Helm chart for Kubernetes - -# A chart can be either an 'application' or a 'library' chart. -# -# Application charts are a collection of templates that can be packaged into versioned archives -# to be deployed. -# -# Library charts provide useful utilities or functions for the chart developer. They're included as -# a dependency of application charts to inject those utilities and functions into the rendering -# pipeline. Library charts do not define any templates and therefore cannot be deployed. -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.1.0 - -# 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.1.0' diff --git a/devops/ssi-helm/README.md b/devops/ssi-helm/README.md deleted file mode 100644 index 8aeb887..0000000 --- a/devops/ssi-helm/README.md +++ /dev/null @@ -1,57 +0,0 @@ -# ssi-helm - -![Version: 0.1.0](https://img.shields.io/badge/Version-0.1.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 0.1.0](https://img.shields.io/badge/AppVersion-0.1.0-informational?style=flat-square) - -A Helm chart for Kubernetes - -## Values - -| Key | Type | Default | Description | -|-----|------|---------|-------------| -| affinity | object | `{}` | | -| autoscaling.enabled | bool | `false` | | -| autoscaling.maxReplicas | int | `100` | | -| autoscaling.minReplicas | int | `1` | | -| autoscaling.targetCPUUtilizationPercentage | int | `80` | | -| fullnameOverride | string | `"ssi"` | | -| image.pullPolicy | string | `"IfNotPresent"` | | -| image.repository | string | `"098061033856.dkr.ecr.us-west-2.amazonaws.com/ssi"` | | -| image.tag | string | `"latest"` | | -| imagePullSecrets | list | `[]` | | -| ingress.annotations."alb.ingress.kubernetes.io/actions.ssl-redirect" | string | `"{\"Type\": \"redirect\", \"RedirectConfig\": { \"Protocol\": \"HTTPS\", \"Port\": \"443\", \"StatusCode\": \"HTTP_301\"}}"` | | -| ingress.annotations."alb.ingress.kubernetes.io/certificate-arn" | string | `"arn:aws:acm:us-west-2:098061033856:certificate/c1a04ca1-a599-41a4-ba18-7187ca0831f0"` | | -| ingress.annotations."alb.ingress.kubernetes.io/listen-ports" | string | `"[{\"HTTP\": 80}, {\"HTTPS\":443}]"` | | -| ingress.annotations."alb.ingress.kubernetes.io/scheme" | string | `"internet-facing"` | | -| ingress.annotations."kubernetes.io/ingress.class" | string | `"alb"` | | -| ingress.className | string | `""` | | -| ingress.enabled | bool | `true` | | -| ingress.hosts[0].host | string | `"vc-api-dev.energyweb.org"` | | -| ingress.hosts[0].paths[0].backend.service.name | string | `"ssl-redirect"` | | -| ingress.hosts[0].paths[0].backend.service.port.name | string | `"use-annotation"` | | -| ingress.hosts[0].paths[0].path | string | `"/"` | | -| ingress.hosts[0].paths[0].pathType | string | `"Prefix"` | | -| ingress.hosts[0].paths[1].backend.service.name | string | `"ssi"` | | -| ingress.hosts[0].paths[1].backend.service.port.number | int | `3000` | | -| ingress.hosts[0].paths[1].path | string | `"/api"` | | -| ingress.hosts[0].paths[1].pathType | string | `"Prefix"` | | -| ingress.hosts[0].paths[2].backend.service.name | string | `"ssi"` | | -| ingress.hosts[0].paths[2].backend.service.port.number | int | `3000` | | -| ingress.hosts[0].paths[2].path | string | `"/"` | | -| ingress.hosts[0].paths[2].pathType | string | `"Prefix"` | | -| ingress.tls | list | `[]` | | -| nameOverride | string | `"ssi"` | | -| nodeSelector | object | `{}` | | -| podAnnotations | object | `{}` | | -| podSecurityContext | object | `{}` | | -| replicaCount | int | `1` | | -| resources | object | `{}` | | -| securityContext | object | `{}` | | -| service.port | int | `3000` | | -| service.type | string | `"NodePort"` | | -| serviceAccount.annotations | object | `{}` | | -| serviceAccount.create | bool | `true` | | -| serviceAccount.name | string | `""` | | -| tolerations | list | `[]` | | - ----------------------------------------------- -Autogenerated from chart metadata using [helm-docs v1.5.0](https://github.com/norwoodj/helm-docs/releases/v1.5.0) diff --git a/devops/ssi-helm/templates/NOTES.txt b/devops/ssi-helm/templates/NOTES.txt deleted file mode 100644 index 3e6d2b5..0000000 --- a/devops/ssi-helm/templates/NOTES.txt +++ /dev/null @@ -1,22 +0,0 @@ -1. Get the application URL by running these commands: -{{- if .Values.ingress.enabled }} -{{- range $host := .Values.ingress.hosts }} - {{- range .paths }} - http{{ if $.Values.ingress.tls }}s{{ end }}://{{ $host.host }}{{ .path }} - {{- end }} -{{- end }} -{{- else if contains "NodePort" .Values.service.type }} - export NODE_PORT=$(kubectl get --namespace {{ .Release.Namespace }} -o jsonpath="{.spec.ports[0].nodePort}" services {{ include "ssi-helm.fullname" . }}) - export NODE_IP=$(kubectl get nodes --namespace {{ .Release.Namespace }} -o jsonpath="{.items[0].status.addresses[0].address}") - echo http://$NODE_IP:$NODE_PORT -{{- else if contains "LoadBalancer" .Values.service.type }} - NOTE: It may take a few minutes for the LoadBalancer IP to be available. - You can watch the status of by running 'kubectl get --namespace {{ .Release.Namespace }} svc -w {{ include "ssi-helm.fullname" . }}' - export SERVICE_IP=$(kubectl get svc --namespace {{ .Release.Namespace }} {{ include "ssi-helm.fullname" . }} --template "{{"{{ range (index .status.loadBalancer.ingress 0) }}{{.}}{{ end }}"}}") - echo http://$SERVICE_IP:{{ .Values.service.port }} -{{- else if contains "ClusterIP" .Values.service.type }} - export POD_NAME=$(kubectl get pods --namespace {{ .Release.Namespace }} -l "app.kubernetes.io/name={{ include "ssi-helm.name" . }},app.kubernetes.io/instance={{ .Release.Name }}" -o jsonpath="{.items[0].metadata.name}") - export CONTAINER_PORT=$(kubectl get pod --namespace {{ .Release.Namespace }} $POD_NAME -o jsonpath="{.spec.containers[0].ports[0].containerPort}") - echo "Visit http://127.0.0.1:8080 to use your application" - kubectl --namespace {{ .Release.Namespace }} port-forward $POD_NAME 8080:$CONTAINER_PORT -{{- end }} diff --git a/devops/ssi-helm/templates/_helpers.tpl b/devops/ssi-helm/templates/_helpers.tpl deleted file mode 100644 index 98a11a9..0000000 --- a/devops/ssi-helm/templates/_helpers.tpl +++ /dev/null @@ -1,62 +0,0 @@ -{{/* -Expand the name of the chart. -*/}} -{{- define "ssi-helm.name" -}} -{{- default .Chart.Name .Values.nameOverride | trunc 63 | trimSuffix "-" }} -{{- end }} - -{{/* -Create a default fully qualified app name. -We truncate at 63 chars because some Kubernetes name fields are limited to this (by the DNS naming spec). -If release name contains chart name it will be used as a full name. -*/}} -{{- define "ssi-helm.fullname" -}} -{{- if .Values.fullnameOverride }} -{{- .Values.fullnameOverride | trunc 63 | trimSuffix "-" }} -{{- else }} -{{- $name := default .Chart.Name .Values.nameOverride }} -{{- if contains $name .Release.Name }} -{{- .Release.Name | trunc 63 | trimSuffix "-" }} -{{- else }} -{{- printf "%s-%s" .Release.Name $name | trunc 63 | trimSuffix "-" }} -{{- end }} -{{- end }} -{{- end }} - -{{/* -Create chart name and version as used by the chart label. -*/}} -{{- define "ssi-helm.chart" -}} -{{- printf "%s-%s" .Chart.Name .Chart.Version | replace "+" "_" | trunc 63 | trimSuffix "-" }} -{{- end }} - -{{/* -Common labels -*/}} -{{- define "ssi-helm.labels" -}} -helm.sh/chart: {{ include "ssi-helm.chart" . }} -{{ include "ssi-helm.selectorLabels" . }} -{{- if .Chart.AppVersion }} -app.kubernetes.io/version: {{ .Chart.AppVersion | quote }} -{{- end }} -app.kubernetes.io/managed-by: {{ .Release.Service }} -{{- end }} - -{{/* -Selector labels -*/}} -{{- define "ssi-helm.selectorLabels" -}} -app.kubernetes.io/name: {{ include "ssi-helm.name" . }} -app.kubernetes.io/instance: {{ .Release.Name }} -{{- end }} - -{{/* -Create the name of the service account to use -*/}} -{{- define "ssi-helm.serviceAccountName" -}} -{{- if .Values.serviceAccount.create }} -{{- default (include "ssi-helm.fullname" .) .Values.serviceAccount.name }} -{{- else }} -{{- default "default" .Values.serviceAccount.name }} -{{- end }} -{{- end }} diff --git a/devops/ssi-helm/templates/deployment.yaml b/devops/ssi-helm/templates/deployment.yaml deleted file mode 100644 index dd3e5af..0000000 --- a/devops/ssi-helm/templates/deployment.yaml +++ /dev/null @@ -1,66 +0,0 @@ -apiVersion: apps/v1 -kind: Deployment -metadata: - name: {{ include "ssi-helm.fullname" . }} - labels: - {{- include "ssi-helm.labels" . | nindent 4 }} -spec: - {{- if not .Values.autoscaling.enabled }} - replicas: {{ .Values.replicaCount }} - {{- end }} - selector: - matchLabels: - {{- include "ssi-helm.selectorLabels" . | nindent 6 }} - template: - metadata: - {{- with .Values.podAnnotations }} - annotations: - {{- toYaml . | nindent 8 }} - {{- end }} - labels: - {{- include "ssi-helm.selectorLabels" . | nindent 8 }} - spec: - {{- with .Values.imagePullSecrets }} - imagePullSecrets: - {{- toYaml . | nindent 8 }} - {{- end }} - serviceAccountName: {{ include "ssi-helm.serviceAccountName" . }} - securityContext: - {{- toYaml .Values.podSecurityContext | nindent 8 }} - containers: - - name: {{ .Chart.Name }} - securityContext: - {{- toYaml .Values.securityContext | nindent 12 }} - image: "{{ .Values.image.repository }}:{{ .Values.image.tag | default .Chart.AppVersion }}" - imagePullPolicy: {{ .Values.image.pullPolicy }} - ports: - - name: http - containerPort: 3000 - protocol: TCP - # livenessProbe: - # httpGet: - # path: / - # port: http - # readinessProbe: - # httpGet: - # path: / - # port: http - env: - {{- range $key, $value := .Values.appValues }} - - name: {{ $key }} - value: {{ $value | quote }} - {{- end }} - resources: - {{- toYaml .Values.resources | nindent 12 }} - {{- with .Values.nodeSelector }} - nodeSelector: - {{- toYaml . | nindent 8 }} - {{- end }} - {{- with .Values.affinity }} - affinity: - {{- toYaml . | nindent 8 }} - {{- end }} - {{- with .Values.tolerations }} - tolerations: - {{- toYaml . | nindent 8 }} - {{- end }} diff --git a/devops/ssi-helm/templates/hpa.yaml b/devops/ssi-helm/templates/hpa.yaml deleted file mode 100644 index 19b4b90..0000000 --- a/devops/ssi-helm/templates/hpa.yaml +++ /dev/null @@ -1,28 +0,0 @@ -{{- if .Values.autoscaling.enabled }} -apiVersion: autoscaling/v2beta1 -kind: HorizontalPodAutoscaler -metadata: - name: {{ include "ssi-helm.fullname" . }} - labels: - {{- include "ssi-helm.labels" . | nindent 4 }} -spec: - scaleTargetRef: - apiVersion: apps/v1 - kind: Deployment - name: {{ include "ssi-helm.fullname" . }} - minReplicas: {{ .Values.autoscaling.minReplicas }} - maxReplicas: {{ .Values.autoscaling.maxReplicas }} - metrics: - {{- if .Values.autoscaling.targetCPUUtilizationPercentage }} - - type: Resource - resource: - name: cpu - targetAverageUtilization: {{ .Values.autoscaling.targetCPUUtilizationPercentage }} - {{- end }} - {{- if .Values.autoscaling.targetMemoryUtilizationPercentage }} - - type: Resource - resource: - name: memory - targetAverageUtilization: {{ .Values.autoscaling.targetMemoryUtilizationPercentage }} - {{- end }} -{{- end }} diff --git a/devops/ssi-helm/templates/ingress.yaml b/devops/ssi-helm/templates/ingress.yaml deleted file mode 100644 index ac08798..0000000 --- a/devops/ssi-helm/templates/ingress.yaml +++ /dev/null @@ -1,62 +0,0 @@ -{{- if .Values.ingress.enabled -}} -{{- $fullName := include "ssi-helm.fullname" . -}} -{{- $svcPort := .Values.service.port -}} -{{- if and .Values.ingress.className (not (semverCompare ">=1.18-0" .Capabilities.KubeVersion.GitVersion)) }} - {{- if not (hasKey .Values.ingress.annotations "kubernetes.io/ingress.class") }} - {{- $_ := set .Values.ingress.annotations "kubernetes.io/ingress.class" .Values.ingress.className}} - {{- end }} -{{- end }} -{{- if semverCompare ">=1.19-0" .Capabilities.KubeVersion.GitVersion -}} -apiVersion: networking.k8s.io/v1 -{{- else if semverCompare ">=1.14-0" .Capabilities.KubeVersion.GitVersion -}} -apiVersion: networking.k8s.io/v1beta1 -{{- else -}} -apiVersion: extensions/v1beta1 -{{- end }} -kind: Ingress -metadata: - name: {{ $fullName }} - labels: - {{- include "ssi-helm.labels" . | nindent 4 }} - {{- with .Values.ingress.annotations }} - annotations: - {{- toYaml . | nindent 4 }} - {{- end }} -spec: - {{- if and .Values.ingress.className (semverCompare ">=1.18-0" .Capabilities.KubeVersion.GitVersion) }} - ingressClassName: {{ .Values.ingress.className }} - {{- end }} - {{- if .Values.ingress.tls }} - tls: - {{- range .Values.ingress.tls }} - - hosts: - {{- range .hosts }} - - {{ . | quote }} - {{- end }} - secretName: {{ .secretName }} - {{- end }} - {{- end }} - rules: - {{- range .Values.ingress.hosts }} - - host: {{ .host | quote }} - http: - paths: - {{- range .paths }} - - path: {{ .path }} - {{- if and .pathType (semverCompare ">=1.18-0" $.Capabilities.KubeVersion.GitVersion) }} - pathType: {{ .pathType }} - {{- end }} - backend: - {{- if semverCompare ">=1.19-0" $.Capabilities.KubeVersion.GitVersion }} - service: - name: {{ .backend.service.name }} - port: - number: {{ .backend.service.port.number }} - name: {{ .backend.service.port.name }} - {{- else }} - serviceName: {{ .backend.serviceName}} - servicePort: {{ .backend.servicePort }} - {{- end }} - {{- end }} - {{- end }} -{{- end }} diff --git a/devops/ssi-helm/templates/service.yaml b/devops/ssi-helm/templates/service.yaml deleted file mode 100644 index d972d4e..0000000 --- a/devops/ssi-helm/templates/service.yaml +++ /dev/null @@ -1,15 +0,0 @@ -apiVersion: v1 -kind: Service -metadata: - name: {{ include "ssi-helm.fullname" . }} - labels: - {{- include "ssi-helm.labels" . | nindent 4 }} -spec: - type: {{ .Values.service.type }} - ports: - - port: {{ .Values.service.port }} - targetPort: http - protocol: TCP - name: http - selector: - {{- include "ssi-helm.selectorLabels" . | nindent 4 }} diff --git a/devops/ssi-helm/templates/serviceaccount.yaml b/devops/ssi-helm/templates/serviceaccount.yaml deleted file mode 100644 index fb64e5e..0000000 --- a/devops/ssi-helm/templates/serviceaccount.yaml +++ /dev/null @@ -1,12 +0,0 @@ -{{- if .Values.serviceAccount.create -}} -apiVersion: v1 -kind: ServiceAccount -metadata: - name: {{ include "ssi-helm.serviceAccountName" . }} - labels: - {{- include "ssi-helm.labels" . | nindent 4 }} - {{- with .Values.serviceAccount.annotations }} - annotations: - {{- toYaml . | nindent 4 }} - {{- end }} -{{- end }} diff --git a/devops/ssi-helm/templates/tests/test-connection.yaml b/devops/ssi-helm/templates/tests/test-connection.yaml deleted file mode 100644 index baa7b39..0000000 --- a/devops/ssi-helm/templates/tests/test-connection.yaml +++ /dev/null @@ -1,15 +0,0 @@ -apiVersion: v1 -kind: Pod -metadata: - name: "{{ include "ssi-helm.fullname" . }}-test-connection" - labels: - {{- include "ssi-helm.labels" . | nindent 4 }} - annotations: - "helm.sh/hook": test -spec: - containers: - - name: wget - image: busybox - command: ['wget'] - args: ['{{ include "ssi-helm.fullname" . }}:{{ .Values.service.port }}'] - restartPolicy: Never diff --git a/devops/ssi-helm/values-dev.yaml b/devops/ssi-helm/values-dev.yaml deleted file mode 100644 index 6a6aace..0000000 --- a/devops/ssi-helm/values-dev.yaml +++ /dev/null @@ -1,107 +0,0 @@ -# Default values for ssi-helm. -# This is a YAML-formatted file. -# Declare variables to be passed into your templates. - -replicaCount: 1 - -image: - repository: 098061033856.dkr.ecr.us-west-2.amazonaws.com/ssi - pullPolicy: IfNotPresent - # Overrides the image tag whose default is the chart appVersion. - tag: "latest" - -imagePullSecrets: [] -nameOverride: "ssi" -fullnameOverride: "ssi" - -serviceAccount: - # Specifies whether a service account should be created - create: true - # Annotations to add to the service account - annotations: {} - # The name of the service account to use. - # If not set and create is true, a name is generated using the fullname template - name: "" - -podAnnotations: {} - -podSecurityContext: {} - # fsGroup: 2000 - -securityContext: {} - # capabilities: - # drop: - # - ALL - # readOnlyRootFilesystem: true - # runAsNonRoot: true - # runAsUser: 1000 - -service: - type: NodePort - port: 3000 - -ingress: - enabled: true - className: "" - annotations: - kubernetes.io/ingress.class: alb - alb.ingress.kubernetes.io/scheme: internet-facing - alb.ingress.kubernetes.io/listen-ports: '[{"HTTP": 80}, {"HTTPS":443}]' - alb.ingress.kubernetes.io/actions.ssl-redirect: '{"Type": "redirect", "RedirectConfig": { "Protocol": "HTTPS", "Port": "443", "StatusCode": "HTTP_301"}}' - alb.ingress.kubernetes.io/certificate-arn: arn:aws:acm:us-west-2:098061033856:certificate/c1a04ca1-a599-41a4-ba18-7187ca0831f0 - hosts: - - host: vc-api-dev.energyweb.org - paths: - - path: "/" - pathType: Prefix - backend: - service: - name: ssl-redirect - port: - name: use-annotation - - path: "/api" - pathType: Prefix - backend: - service: - name: ssi - port: - number: 3000 - - path: "/" - pathType: Prefix - backend: - service: - name: ssi - port: - number: 3000 - tls: [] - # - secretName: chart-example-tls - # hosts: - # - chart-example.local - -resources: {} - # We usually recommend not to specify default resources and to leave this as a conscious - # choice for the user. This also increases chances charts run on environments with little - # resources, such as Minikube. If you do want to specify resources, uncomment the following - # lines, adjust them as necessary, and remove the curly braces after 'resources:'. - # limits: - # cpu: 100m - # memory: 128Mi - # requests: - # cpu: 100m - # memory: 128Mi - -autoscaling: - enabled: false - minReplicas: 1 - maxReplicas: 100 - targetCPUUtilizationPercentage: 80 - # targetMemoryUtilizationPercentage: 80 - -nodeSelector: {} - -tolerations: [] - -affinity: {} - -appValues: - BASE_URL: https://vc-api-dev.energyweb.org diff --git a/devops/ssi-helm/values-sandbox.yaml b/devops/ssi-helm/values-sandbox.yaml deleted file mode 100644 index 3bbda71..0000000 --- a/devops/ssi-helm/values-sandbox.yaml +++ /dev/null @@ -1,107 +0,0 @@ -# Default values for ssi-helm. -# This is a YAML-formatted file. -# Declare variables to be passed into your templates. - -replicaCount: 1 - -image: - repository: 124847487737.dkr.ecr.us-west-2.amazonaws.com/ssi - pullPolicy: IfNotPresent - # Overrides the image tag whose default is the chart appVersion. - tag: "latest" - -imagePullSecrets: [] -nameOverride: "ssi" -fullnameOverride: "ssi" - -serviceAccount: - # Specifies whether a service account should be created - create: true - # Annotations to add to the service account - annotations: {} - # The name of the service account to use. - # If not set and create is true, a name is generated using the fullname template - name: "" - -podAnnotations: {} - -podSecurityContext: {} - # fsGroup: 2000 - -securityContext: {} - # capabilities: - # drop: - # - ALL - # readOnlyRootFilesystem: true - # runAsNonRoot: true - # runAsUser: 1000 - -service: - type: NodePort - port: 3000 - -ingress: - enabled: true - className: "" - annotations: - kubernetes.io/ingress.class: alb - alb.ingress.kubernetes.io/scheme: internet-facing - alb.ingress.kubernetes.io/listen-ports: '[{"HTTP": 80}, {"HTTPS":443}]' - alb.ingress.kubernetes.io/actions.ssl-redirect: '{"Type": "redirect", "RedirectConfig": { "Protocol": "HTTPS", "Port": "443", "StatusCode": "HTTP_301"}}' - alb.ingress.kubernetes.io/certificate-arn: arn:aws:acm:us-west-2:124847487737:certificate/5c78a675-f3a4-478b-aaed-c3655498bd86 - hosts: - - host: vc-api-sandbox.energyweb.org - paths: - - path: "/" - pathType: Prefix - backend: - service: - name: ssl-redirect - port: - name: use-annotation - - path: "/api" - pathType: Prefix - backend: - service: - name: ssi - port: - number: 3000 - - path: "/" - pathType: Prefix - backend: - service: - name: ssi - port: - number: 3000 - tls: [] - # - secretName: chart-example-tls - # hosts: - # - chart-example.local - -resources: {} - # We usually recommend not to specify default resources and to leave this as a conscious - # choice for the user. This also increases chances charts run on environments with little - # resources, such as Minikube. If you do want to specify resources, uncomment the following - # lines, adjust them as necessary, and remove the curly braces after 'resources:'. - # limits: - # cpu: 100m - # memory: 128Mi - # requests: - # cpu: 100m - # memory: 128Mi - -autoscaling: - enabled: false - minReplicas: 1 - maxReplicas: 100 - targetCPUUtilizationPercentage: 80 - # targetMemoryUtilizationPercentage: 80 - -nodeSelector: {} - -tolerations: [] - -affinity: {} - -appValues: - BASE_URL: https://vc-api-dev.energyweb.org diff --git a/devops/ssi-helm/values.yaml b/devops/ssi-helm/values.yaml deleted file mode 100644 index abbe4ac..0000000 --- a/devops/ssi-helm/values.yaml +++ /dev/null @@ -1,107 +0,0 @@ -# Default values for ssi-helm. -# This is a YAML-formatted file. -# Declare variables to be passed into your templates. - -replicaCount: 1 - -image: - repository: 098061033856.dkr.ecr.us-west-2.amazonaws.com/ssi - pullPolicy: IfNotPresent - # Overrides the image tag whose default is the chart appVersion. - tag: "latest" - -imagePullSecrets: [] -nameOverride: "ssi" -fullnameOverride: "ssi" - -serviceAccount: - # Specifies whether a service account should be created - create: true - # Annotations to add to the service account - annotations: {} - # The name of the service account to use. - # If not set and create is true, a name is generated using the fullname template - name: "" - -podAnnotations: {} - -podSecurityContext: {} - # fsGroup: 2000 - -securityContext: {} - # capabilities: - # drop: - # - ALL - # readOnlyRootFilesystem: true - # runAsNonRoot: true - # runAsUser: 1000 - -service: - type: NodePort - port: 3000 - -ingress: - enabled: true - className: "" - annotations: - kubernetes.io/ingress.class: alb - alb.ingress.kubernetes.io/scheme: internet-facing - alb.ingress.kubernetes.io/listen-ports: '[{"HTTP": 80}, {"HTTPS":443}]' - alb.ingress.kubernetes.io/actions.ssl-redirect: '{"Type": "redirect", "RedirectConfig": { "Protocol": "HTTPS", "Port": "443", "StatusCode": "HTTP_301"}}' - alb.ingress.kubernetes.io/certificate-arn: arn:aws:acm:us-west-2:098061033856:certificate/c1a04ca1-a599-41a4-ba18-7187ca0831f0 - hosts: - - host: vc-api-dev.energyweb.org - paths: - - path: "/" - pathType: Prefix - backend: - service: - name: ssl-redirect - port: - name: use-annotation - - path: "/api" - pathType: Prefix - backend: - service: - name: ssi - port: - number: 3000 - - path: "/" - pathType: Prefix - backend: - service: - name: ssi - port: - number: 3000 - tls: [] - # - secretName: chart-example-tls - # hosts: - # - chart-example.local - -resources: {} - # We usually recommend not to specify default resources and to leave this as a conscious - # choice for the user. This also increases chances charts run on environments with little - # resources, such as Minikube. If you do want to specify resources, uncomment the following - # lines, adjust them as necessary, and remove the curly braces after 'resources:'. - # limits: - # cpu: 100m - # memory: 128Mi - # requests: - # cpu: 100m - # memory: 128Mi - -autoscaling: - enabled: false - minReplicas: 1 - maxReplicas: 100 - targetCPUUtilizationPercentage: 80 - # targetMemoryUtilizationPercentage: 80 - -nodeSelector: {} - -tolerations: [] - -affinity: {} - -appValues: - BASE_URL: https://vc-api-dev.energyweb.org \ No newline at end of file