Skip to content

Commit 3e15a7e

Browse files
committed
feat: add sweeper chart
1 parent bcf4cd4 commit 3e15a7e

2 files changed

Lines changed: 7 additions & 4 deletions

File tree

sweeper-chart/templates/deployment.yaml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,10 @@ spec:
3333
{{- toYaml . | nindent 8 }}
3434
{{- end }}
3535
containers:
36-
- name: {{ .Chart.Name }}
36+
- name: {{ include "sweeper.fullname" . }}
37+
envFrom:
38+
- configMapRef:
39+
name: {{ include "sweeper.fullname" . }}
3740
{{- with .Values.securityContext }}
3841
securityContext:
3942
{{- toYaml . | nindent 12 }}

sweeper-chart/values.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ service:
5454
# This sets the service type more information can be found here: https://kubernetes.io/docs/concepts/services-networking/service/#publishing-services-service-types
5555
type: ClusterIP
5656
# This sets the ports more information can be found here: https://kubernetes.io/docs/concepts/services-networking/service/#field-spec-ports
57-
port: 80
57+
port: 8088
5858

5959
# This block is for setting up the ingress for more information can be found here: https://kubernetes.io/docs/concepts/services-networking/ingress/
6060
ingress:
@@ -161,8 +161,8 @@ tolerations: []
161161
affinity: {}
162162

163163
env:
164-
DEBUG: "false"
165-
CLEANUP_THRESHOLD: 0.8
164+
DEBUG: "true"
165+
CLEANUP_THRESHOLD: 0.7
166166
MONITORING_INTERVAL: 15s
167167

168168
etcd:

0 commit comments

Comments
 (0)