Skip to content

Commit

Permalink
feat(frontend, gms): add ability to choose service type (#384)
Browse files Browse the repository at this point in the history
* feat(frontend, gms): add ability to choose service type
---------

Co-authored-by: david-leifker <[email protected]>
  • Loading branch information
KonstantinVishnivetskii and david-leifker authored Oct 20, 2023
1 parent a20eac2 commit 853a083
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions charts/datahub/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -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: |
Expand Down

0 comments on commit 853a083

Please sign in to comment.