Skip to content

Commit

Permalink
fix: chart fixes (#4309)
Browse files Browse the repository at this point in the history
- No ingress service on controller
- No provisioner service
- Controller listens on port 8892
- Schema adds a service
  • Loading branch information
matt2e authored Feb 5, 2025
1 parent 148d3d2 commit f08305e
Showing 1 changed file with 10 additions and 19 deletions.
29 changes: 10 additions & 19 deletions charts/ftl/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -70,19 +70,10 @@ controller:
annotations: null
ports:
- name: "http-8892"
port: 80
port: 8892
protocol: TCP
targetPort: 8892

ingressService:
type: ClusterIP
annotations: null
ports:
- name: "http-8891"
port: 80
protocol: TCP
targetPort: 8891

podAnnotations:
proxy.istio.io/config: |
holdApplicationUntilProxyStarts: true
Expand Down Expand Up @@ -129,15 +120,6 @@ provisioner:

readinessProbe: null

service:
type: ClusterIP
annotations: null
ports:
- name: "http-8893"
port: 80
protocol: TCP
targetPort: 8893

podAnnotations:
proxy.istio.io/config: |
holdApplicationUntilProxyStarts: true
Expand Down Expand Up @@ -383,6 +365,15 @@ schema:
protocol: TCP
port: 8892

service:
type: ClusterIP
annotations: null
ports:
- name: "http-8892"
port: 8892
protocol: TCP
targetPort: 8892

replicas: 1
revisionHistoryLimit: 0

Expand Down

0 comments on commit f08305e

Please sign in to comment.