Skip to content

Commit d268810

Browse files
authored
Allowing nginx to write logs in the /tmp folder (#165)
Tested on coder, only changes are in the charts
1 parent 0ca510f commit d268810

16 files changed

Lines changed: 36 additions & 20 deletions

File tree

apps/admin/VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.0.13
1+
2.0.14

apps/admin/deploy/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@ apiVersion: v2
44
name: orch-ui-admin
55
description: Deploy Edge-Native Software Platform UI Admin pods on Kubernetes
66
type: application
7-
version: 2.0.13
7+
version: 2.0.14
88
# Default appVersion will be overwritten by a the build to use the version from package.json.
99

1010
# This value is supplied only to enable local unbuilt deployment of released content.
11-
appVersion: "2.0.13"
11+
appVersion: "2.0.14"
1212
annotations:
1313
api_observability_monitor: 0.0.5
1414
dependencies: []

apps/admin/deploy/templates/deployment.yaml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,8 @@ spec:
5151
- name: runtime-config
5252
mountPath: /usr/share/nginx/html/runtime-config.js
5353
subPath: runtime-config.js
54+
- mountPath: /tmp
55+
name: tmp
5456
securityContext:
5557
readOnlyRootFilesystem: true
5658
allowPrivilegeEscalation: false
@@ -73,4 +75,5 @@ spec:
7375
items:
7476
- key: config
7577
path: runtime-config.js
76-
78+
- emptyDir: {}
79+
name: tmp

apps/app-orch/VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.0.17-dev
1+
2.0.17

apps/app-orch/deploy/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@ apiVersion: v2
44
name: orch-ui-app-orch
55
description: Deploy the Edge Orchestrator app-orch pod
66
type: application
7-
version: 2.0.17-dev
7+
version: 2.0.17
88
# Default appVersion will be overwritten by a the build to use the version from package.json.
99

1010
# This value is supplied only to enable local unbuilt deployment of released content.
11-
appVersion: "2.0.17-dev"
11+
appVersion: "2.0.17"
1212
annotations: {}
1313
dependencies: []

apps/app-orch/deploy/templates/deployment.yaml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,8 @@ spec:
5151
- name: runtime-config
5252
mountPath: /usr/share/nginx/html/runtime-config.js
5353
subPath: runtime-config.js
54+
- mountPath: /tmp
55+
name: tmp
5456
securityContext:
5557
readOnlyRootFilesystem: true
5658
allowPrivilegeEscalation: false
@@ -73,4 +75,5 @@ spec:
7375
items:
7476
- key: config
7577
path: runtime-config.js
76-
78+
- emptyDir: {}
79+
name: tmp

apps/cluster-orch/VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.0.17
1+
2.0.18

apps/cluster-orch/deploy/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@ apiVersion: v2
44
name: orch-ui-cluster-orch
55
description: Deploy the Edge Orchestrator cluster-orch pod
66
type: application
7-
version: 2.0.17
7+
version: 2.0.18
88
# Default appVersion will be overwritten by a the build to use the version from package.json.
99

1010
# This value is supplied only to enable local unbuilt deployment of released content.
11-
appVersion: "2.0.17"
11+
appVersion: "2.0.18"
1212
annotations: {}
1313
dependencies: []

apps/cluster-orch/deploy/templates/deployment.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,8 @@ spec:
5151
- name: runtime-config
5252
mountPath: /usr/share/nginx/html/runtime-config.js
5353
subPath: runtime-config.js
54+
- mountPath: /tmp
55+
name: tmp
5456
securityContext:
5557
readOnlyRootFilesystem: true
5658
allowPrivilegeEscalation: false
@@ -73,4 +75,6 @@ spec:
7375
items:
7476
- key: config
7577
path: runtime-config.js
78+
- emptyDir: {}
79+
name: tmp
7680

apps/infra/VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.0.13
1+
1.0.14

0 commit comments

Comments
 (0)