Skip to content

Commit b1cdbf3

Browse files
committed
Update deployment.yaml
1 parent 6223659 commit b1cdbf3

1 file changed

Lines changed: 11 additions & 0 deletions

File tree

my-apps/media/garage-webui/deployment.yaml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,15 +27,26 @@ spec:
2727
env:
2828
- name: API_BASE_URL
2929
value: "http://garage-admin.garage.svc.cluster.local:3903"
30+
- name: APIBASEURL
31+
value: "http://garage-admin.garage.svc.cluster.local:3903"
3032
- name: API_ADMIN_KEY
3133
valueFrom:
3234
secretKeyRef:
3335
name: garage-webui-secret
3436
key: admin-token
37+
- name: APIADMINKEY
38+
valueFrom:
39+
secretKeyRef:
40+
name: garage-webui-secret
41+
key: admin-token
3542
- name: S3_ENDPOINT_URL
3643
value: "http://garage.garage.svc.cluster.local:3900"
44+
- name: S3ENDPOINTURL
45+
value: "http://garage.garage.svc.cluster.local:3900"
3746
- name: S3_REGION
3847
value: "garage"
48+
- name: S3REGION
49+
value: "garage"
3950
volumeMounts:
4051
- name: config
4152
mountPath: /etc/garage.toml

0 commit comments

Comments
 (0)