set the primary frontend service to be the primary frontend service
continuous-integration/drone/pr Build is failing Details

This commit is contained in:
perf3ct 2023-10-05 08:57:11 -07:00
parent e29dc292b0
commit b526d218e2
No known key found for this signature in database
GPG Key ID: 569C4EEC436F5232
1 changed files with 0 additions and 4 deletions

View File

@ -5,16 +5,12 @@ global:
service:
main:
enabled: true
{{- if not .Values.api.enabled -}}
primary: true
{{- end }}
type: ClusterIP
ports:
http:
enabled: true
{{- if not .Values.api.enabled -}}
primary: true
{{- end }}
port: 80
protocol: HTTP