Skip to content
Merged
Show file tree
Hide file tree
Changes from 2 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
2 changes: 1 addition & 1 deletion charts/primary-site/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@ type: application
# 1.0.0-alpha.0
# 1.0.0-alpha.1
# 1.0.0
version: "0.0.92"
version: "0.0.93"

appVersion: "d89547eb138c8c2eb0ddb07f2cc89284c822ecdc"
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
{{- $indexingStrategy := include "primary-site.indexingStrategy" . }}
{{- if eq $indexingStrategy "split-files" }}
apiVersion: apps/v1
kind: Deployment
metadata:
Expand Down Expand Up @@ -112,4 +110,3 @@ spec:
{{ $key }}: {{ $value | quote }}
{{- end }}
{{- end}}
{{- end }}
3 changes: 0 additions & 3 deletions charts/primary-site/templates/services/site-controller.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
{{- $indexingStrategy := include "primary-site.indexingStrategy" . }}
{{- if eq $indexingStrategy "split-files" }}
apiVersion: v1
kind: Service
metadata:
Expand All @@ -17,4 +15,3 @@ spec:
targetPort: 6001
selector:
app: site-controller
{{- end }}
1 change: 0 additions & 1 deletion charts/primary-site/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -212,7 +212,6 @@ queryService:
## annotations:
## eks.amazonaws.com/role-arn: arn:aws:iam::xxxxxxxxxxxx:role/foxglove-query-service-sa-role

# The site-controller is only deployed if `indexingStrategy` is `split-files`.
siteController:
service:
annotations: {}
Expand Down