Skip to content

Commit

Permalink
Merge pull request #714 from lsst-sqre/tickets/DM-34737
Browse files Browse the repository at this point in the history
[DM-34737] Datalinker chart fixes
  • Loading branch information
cbanek authored May 13, 2022
2 parents 140cc39 + 9190573 commit feba99a
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
2 changes: 1 addition & 1 deletion charts/datalinker/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@ appVersion: 1.0.0
description: A Helm chart for Kubernetes
name: datalinker
type: application
version: 0.1.7
version: 0.1.8
maintainers:
- name: cbanek
5 changes: 3 additions & 2 deletions charts/datalinker/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ spec:
runAsNonRoot: true
runAsUser: 1000
runAsGroup: 1000
fsGroup: 1000
containers:
- name: {{ .Chart.Name }}
securityContext:
Expand All @@ -41,9 +42,9 @@ spec:
# The following are used by Butler to retrieve its configuration
# and authenticate to its database.
- name: "AWS_SHARED_CREDENTIALS_FILE"
value: "/tmp/secrets/aws-credentials"
value: "/tmp/secrets/aws-credentials.ini"
- name: "PGPASSFILE"
value: "/tmp/secrets/postgres-credentials"
value: "/tmp/secrets/postgres-credentials.txt"
- name: "S3_ENDPOINT_URL"
value: "https://storage.googleapis.com"
ports:
Expand Down
3 changes: 3 additions & 0 deletions charts/datalinker/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,9 @@ ingress:
# -- URL path to dispatch to the datalinker deployment pod
path: "/api/datalink"

# -- Ingress class
className: nginx

# -- Resource limits and requests for the datalinker deployment pod
resources: {}

Expand Down

0 comments on commit feba99a

Please sign in to comment.