diff --git a/helm/templates/deployment.yaml b/helm/templates/deployment.yaml index e50629bb..915fdda8 100644 --- a/helm/templates/deployment.yaml +++ b/helm/templates/deployment.yaml @@ -11,7 +11,6 @@ spec: {{- if .Values.revisionHistoryLimit }} revisionHistoryLimit: {{ .Values.revisionHistoryLimit }} {{- end }} - selector: matchLabels: {{- include "dragon-bot.selectorLabels" . | nindent 6 }} diff --git a/helm/values.yaml b/helm/values.yaml index ab193b3b..bf8322e3 100644 --- a/helm/values.yaml +++ b/helm/values.yaml @@ -14,6 +14,8 @@ imagePullSecrets: [] nameOverride: "" fullnameOverride: "" +revisionHistoryLimit: 0 + podAnnotations: {} podSecurityContext: {} @@ -61,7 +63,6 @@ autoscaling: maxReplicas: 100 targetCPUUtilizationPercentage: 80 # targetMemoryUtilizationPercentage: 80 -revisionHistoryLimit: 0 nodeSelector: {} @@ -85,4 +86,3 @@ secrets: ffxiv_token: ffxiv_token gitlab_token: gitlab_token wolfram_token: wolfram_token - coinmarketcap_token: coinmarketcap_token