Skip to content

Commit

Permalink
Revert "fix: change ports in the Helm charts (#3573)"
Browse files Browse the repository at this point in the history
This reverts commit 09c9ac9.
  • Loading branch information
jvmakine committed Nov 29, 2024
1 parent 7afc827 commit 753feb0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion charts/ftl/templates/provisioner.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ spec:
{{- else }}
httpGet:
path: /healthz
port: 8892
port: 8893
initialDelaySeconds: 1
periodSeconds: 2
timeoutSeconds: 2
Expand Down
4 changes: 2 additions & 2 deletions charts/ftl/templates/runner.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@ data:
ports:
- name: verbs
protocol: TCP
port: 8892
port: 8893
appProtocol: http
targetPort: 8892
targetPort: 8893
type: ClusterIP
deploymentTemplate: |-
apiVersion: apps/v1
Expand Down

0 comments on commit 753feb0

Please sign in to comment.