Skip to content

Commit

Permalink
name service account and increase startup probe timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
abimichel committed Feb 1, 2024
1 parent 1fc61ea commit 835799c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 8 deletions.
5 changes: 3 additions & 2 deletions charts/openmetadata/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -274,7 +274,7 @@ networkPolicy:
# callbackUrl: "<callback_url>"

image:
repository: docker.getcollate.io/openmetadata/server
repository: artifacts.developer.gov.bc.ca/docker-remote/openmetadata/server
# Overrides the image tag whose default is the chart appVersion.
tag: ""
pullPolicy: "Always"
Expand Down Expand Up @@ -304,7 +304,7 @@ serviceAccount:
annotations: {}
# The name of the service account to use.
# If not set and create is true, a name is generated using the fullname template
name: ""
name: openmetadata-admin
automountServiceAccountToken: true
podSecurityContext: {}
# fsGroup: 2000
Expand Down Expand Up @@ -400,6 +400,7 @@ readinessProbe:
path: /
port: http
startupProbe:
timeoutSeconds: 10 # Abi: Added this value, as it was timing out after 1 second
periodSeconds: 60
failureThreshold: 5
successThreshold: 1
Expand Down
6 changes: 0 additions & 6 deletions service-account.yaml

This file was deleted.

0 comments on commit 835799c

Please sign in to comment.