Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 9 additions & 6 deletions helmfile.yaml.gotmpl
Original file line number Diff line number Diff line change
Expand Up @@ -173,11 +173,8 @@ releases:
needs:
- istio-system/istiod
values:
- routingApi:
enabled: false
- tcpRouter:
enabled: false
- gorouter:
enabled: true
certificateSecret: all-in-one-tls
- udpForwarder:
certificateSecret: all-in-one-tls
Expand All @@ -192,8 +189,6 @@ releases:
- uaa
- postgresql
values:
- gorouter:
enabled: false
- routingApi:
enabled: true
dbPassword: {{ .Values.secrets.dbPassword }}
Expand All @@ -213,6 +208,8 @@ releases:
needs:
- istio-system/istiod
values:
- loggregator:
enabled: true
- oauthClientsSecret: {{ .Values.secrets.oauthClientsSecret }}
- doppler:
certificateSecret: all-in-one-tls
Expand Down Expand Up @@ -398,8 +395,11 @@ releases:
- credhub
values:
- nfsbroker:
enabled: true
certificateSecret: all-in-one-tls
oauthClientsSecret: {{ .Values.secrets.oauthClientsSecret }}
- nsfsv3driver:
enabled: true

- name: cf-networking
namespace: default
Expand All @@ -412,12 +412,15 @@ releases:
- loggregator-agent
values:
- policyServer:
enabled: true
dbPassword: {{ .Values.secrets.dbPassword }}
oauthClientsSecret: {{ .Values.secrets.oauthClientsSecret }}
certificateSecret: all-in-one-tls
- serviceDiscoveryController:
enabled: true
certificateSecret: all-in-one-tls
- boshDnsAdapter:
enabled: true
certificateSecret: all-in-one-tls
- boshDns:
certificateSecret: all-in-one-tls
Expand Down
6 changes: 3 additions & 3 deletions releases/cf-networking/helm/values.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
policyServer:
enabled: true
enabled: false
resources: ~
certificateSecret: ""
hostname: "policy-server.127-0-0-1.nip.io"
Expand All @@ -16,7 +16,7 @@ policyServer:
tolerations: ~

serviceDiscoveryController:
enabled: true
enabled: false
resources: ~
certificateSecret: ""
hostname: service-discovery-controller.default.svc.cluster.local
Expand All @@ -32,7 +32,7 @@ serviceDiscoveryController:
tolerations: ~

boshDnsAdapter:
enabled: true
enabled: false
resources: ~
certificateSecret: ""
image:
Expand Down
2 changes: 1 addition & 1 deletion releases/diego/helm/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ routeEmitter:
locketAddress: "locket.default.svc.cluster.local:8891"
bbsAddress: "https://bbs.default.svc.cluster.local:8889"
routingApi:
enabled: true
enabled: false
certificateSecret: ""
address: "https://routing-api.default.svc.cluster.local"
port: 3001
Expand Down
2 changes: 1 addition & 1 deletion releases/loggregator/helm/values.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
loggregator:
enabled: true
enabled: false

doppler:
hostname: "doppler.127-0-0-1.nip.io"
Expand Down
4 changes: 2 additions & 2 deletions releases/nfs-volume/helm/values.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
nfsbroker:
enabled: true
enabled: false
certificateSecret: ""
oauthClientsSecret: ""
credhubURL: https://credhub.default.svc.cluster.local:8844
Expand All @@ -13,7 +13,7 @@ nfsbroker:


nfsv3driver:
enabled: true
enabled: false
image:
repository: ghcr.io/cloudfoundry/k8s/nfsv3driver
tag: ""
Expand Down
6 changes: 3 additions & 3 deletions releases/routing/helm/values.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
gorouter:
enabled: true
enabled: false
certificateSecret: ""
name: gorouter
hostname: "gorouter.127-0-0-1.nip.io"
Expand All @@ -22,7 +22,7 @@ udpForwarder:
imagePullPolicy: IfNotPresent

routingApi:
enabled: true
enabled: false
certificateSecret: ""
locketCertificateSecret: ""
loggregatorCertificateSecret: ""
Expand All @@ -41,7 +41,7 @@ routingApi:
tolerations: ~

tcpRouter:
enabled: true
enabled: false
certificateSecret: ""
oauthClientsSecret: ""
image:
Expand Down