From 853a083e3086861cf138c735aee5f8bfa68498fb Mon Sep 17 00:00:00 2001 From: KonstantinVishnivetskii <120646195+KonstantinVishnivetskii@users.noreply.github.com> Date: Fri, 20 Oct 2023 18:11:10 +0600 Subject: [PATCH] feat(frontend, gms): add ability to choose service type (#384) * feat(frontend, gms): add ability to choose service type --------- Co-authored-by: david-leifker <114954101+david-leifker@users.noreply.github.com> --- charts/datahub/values.yaml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/charts/datahub/values.yaml b/charts/datahub/values.yaml index 7a69053c5..b28aa6d69 100644 --- a/charts/datahub/values.yaml +++ b/charts/datahub/values.yaml @@ -19,6 +19,9 @@ datahub-gms: initialDelaySeconds: 120 periodSeconds: 30 failureThreshold: 8 + # Optionaly specify service type for datahub-gms: LoadBalancer, ClusterIP or NodePort, by default: LoadBalancer + # service: + # type: ClusterIP # Optionally set a GMS specific SQL login (defaults to global login) # sql: # datasource: @@ -42,6 +45,9 @@ datahub-frontend: ingress: enabled: false defaultUserCredentials: {} + # Optionaly specify service type for datahub-frontend: LoadBalancer, ClusterIP or NodePort, by default: LoadBalancer + # service: + # type: ClusterIP # randomAdminPassword: true # # You can also set specific passwords for default users # # manualValues: |