This commit is contained in:
Santiago Lo Coco 2023-11-17 10:18:05 -03:00
parent 116fde0983
commit a6d6b9f4f2
2 changed files with 0 additions and 29 deletions

View File

@ -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 }}

View File

@ -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"