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"