Skip to content

Commit 621ac86

Browse files
committed
Update deployment.yaml
1 parent b1cdbf3 commit 621ac86

1 file changed

Lines changed: 0 additions & 11 deletions

File tree

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

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -27,26 +27,15 @@ 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"
3230
- name: API_ADMIN_KEY
3331
valueFrom:
3432
secretKeyRef:
3533
name: garage-webui-secret
3634
key: admin-token
37-
- name: APIADMINKEY
38-
valueFrom:
39-
secretKeyRef:
40-
name: garage-webui-secret
41-
key: admin-token
4235
- name: S3_ENDPOINT_URL
4336
value: "http://garage.garage.svc.cluster.local:3900"
44-
- name: S3ENDPOINTURL
45-
value: "http://garage.garage.svc.cluster.local:3900"
4637
- name: S3_REGION
4738
value: "garage"
48-
- name: S3REGION
49-
value: "garage"
5039
volumeMounts:
5140
- name: config
5241
mountPath: /etc/garage.toml

0 commit comments

Comments
 (0)