From a6d6b9f4f2aca95bd2f6ea9c9087ac8288ab7b02 Mon Sep 17 00:00:00 2001 From: Santiago Lo Coco Date: Fri, 17 Nov 2023 10:18:05 -0300 Subject: [PATCH] Refactor --- helm/templates/serviceaccount.yaml | 12 ------------ helm/values.yaml | 17 ----------------- 2 files changed, 29 deletions(-) delete mode 100644 helm/templates/serviceaccount.yaml diff --git a/helm/templates/serviceaccount.yaml b/helm/templates/serviceaccount.yaml deleted file mode 100644 index 27e3e9d..0000000 --- a/helm/templates/serviceaccount.yaml +++ /dev/null @@ -1,12 +0,0 @@ -{{- if .Values.serviceAccount.create -}} -apiVersion: v1 -kind: ServiceAccount -metadata: - name: {{ include "exam.serviceAccountName" . }} - labels: - {{- include "exam.labels" . | nindent 4 }} - {{- with .Values.serviceAccount.annotations }} - annotations: - {{- toYaml . | nindent 4 }} - {{- end }} -{{- end }} diff --git a/helm/values.yaml b/helm/values.yaml index 8b74097..3154066 100644 --- a/helm/values.yaml +++ b/helm/values.yaml @@ -1,15 +1,7 @@ -replicaCount: 1 - -serviceAccount: - create: false - annotations: {} - name: "" - tls: enabled: true ingress: - ssl: true className: "" annotations: nginx.ingress.kubernetes.io/rewrite-target: /$2 @@ -31,15 +23,6 @@ ingress: hosts: - kube-exam.local -resources: {} - -nodeSelector: {} - -tolerations: [] - -affinity: {} - -# TODO: merge with deployments services: - api: name: "api"