We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b1cdbf3 commit 621ac86Copy full SHA for 621ac86
1 file changed
my-apps/media/garage-webui/deployment.yaml
@@ -27,26 +27,15 @@ spec:
27
env:
28
- name: API_BASE_URL
29
value: "http://garage-admin.garage.svc.cluster.local:3903"
30
- - name: APIBASEURL
31
- value: "http://garage-admin.garage.svc.cluster.local:3903"
32
- name: API_ADMIN_KEY
33
valueFrom:
34
secretKeyRef:
35
name: garage-webui-secret
36
key: admin-token
37
- - name: APIADMINKEY
38
- valueFrom:
39
- secretKeyRef:
40
- name: garage-webui-secret
41
- key: admin-token
42
- name: S3_ENDPOINT_URL
43
value: "http://garage.garage.svc.cluster.local:3900"
44
- - name: S3ENDPOINTURL
45
- value: "http://garage.garage.svc.cluster.local:3900"
46
- name: S3_REGION
47
value: "garage"
48
- - name: S3REGION
49
- value: "garage"
50
volumeMounts:
51
- name: config
52
mountPath: /etc/garage.toml
0 commit comments