Skip to content

Commit

Permalink
fix: provisioner no longer hosts service (#4279)
Browse files Browse the repository at this point in the history
- No need for readiness checks on provisioner.
- No need for provisioner-service.yaml now that there is no service
- Rename cron file for consistency
  • Loading branch information
matt2e authored Feb 4, 2025
1 parent 4e0fd88 commit 2c13a03
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 37 deletions.
File renamed without changes.
24 changes: 0 additions & 24 deletions charts/ftl/templates/provisioner-services.yaml

This file was deleted.

13 changes: 0 additions & 13 deletions charts/ftl/templates/provisioner.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,19 +47,6 @@ spec:
containerPort: {{ .containerPort }}
protocol: {{ .protocol | default "TCP" }}
{{- end }}
readinessProbe:
{{- if .Values.provisioner.readinessProbe }}
{{- toYaml .Values.provisioner.readinessProbe | nindent 12 }}
{{- else }}
httpGet:
path: /healthz
port: {{ (index .Values.provisioner.ports 0).containerPort }}
initialDelaySeconds: 1
periodSeconds: 2
timeoutSeconds: 2
successThreshold: 1
failureThreshold: 15
{{- end }}
volumeMounts:
- mountPath: /config
name: config
Expand Down

0 comments on commit 2c13a03

Please sign in to comment.