Skip to content

Commit

Permalink
acl-api: add missing envs and bump app version
Browse files Browse the repository at this point in the history
  • Loading branch information
morpheu committed May 9, 2024
1 parent 3561778 commit 9f48370
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
4 changes: 2 additions & 2 deletions charts/acl-api/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@ apiVersion: v2
name: acl-api
description: The API of Tsuru/ACL
type: application
version: 0.0.2
appVersion: 0.1.6
version: 0.0.3
appVersion: 0.1.7
4 changes: 4 additions & 0 deletions charts/acl-api/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,10 @@ spec:
key: tsuru_token
- name: PORT
value: {{ .Values.api.port | quote }}
- name: SYNC_DISABLED
value: {{ .Values.api.syncDisabled }}
- name: SYNC_INTERVAL
value: {{ .Values.api.syncInterval }}
tty: true
imagePullPolicy: {{ .Values.image.pullPolicy }}
ports:
Expand Down
4 changes: 3 additions & 1 deletion charts/acl-api/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -101,4 +101,6 @@ api:
auth: false
storage: false
dbaasMongodbEndpoint: false
tsuruHost: "http://localhost:8080"
tsuruHost: "http://localhost:8080"
syncDisabled: true
syncInterval: "5m"

0 comments on commit 9f48370

Please sign in to comment.