Compare commits
10 Commits
fix/deskto
...
feat/setti
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
754425670e | ||
|
|
d8a69a146c | ||
|
|
7c134bbb1d | ||
|
|
39dbad4ec9 | ||
|
|
6c1539d65b | ||
|
|
a3038f1edb | ||
|
|
a2c7b16382 | ||
|
|
ac598f66fc | ||
|
|
6a8cb38940 | ||
|
|
1c1e7dfdf4 |
@@ -66,7 +66,7 @@ spec:
|
|||||||
|
|
||||||
containers:
|
containers:
|
||||||
- name: edge-desktop
|
- name: edge-desktop
|
||||||
image: beclab/desktop:v0.2.58
|
image: beclab/desktop:v0.2.59
|
||||||
imagePullPolicy: IfNotPresent
|
imagePullPolicy: IfNotPresent
|
||||||
securityContext:
|
securityContext:
|
||||||
runAsNonRoot: false
|
runAsNonRoot: false
|
||||||
@@ -78,7 +78,7 @@ spec:
|
|||||||
value: http://bfl.{{ .Release.Namespace }}:8080
|
value: http://bfl.{{ .Release.Namespace }}:8080
|
||||||
|
|
||||||
- name: desktop-server
|
- name: desktop-server
|
||||||
image: beclab/desktop-server:v0.2.58
|
image: beclab/desktop-server:v0.2.59
|
||||||
imagePullPolicy: IfNotPresent
|
imagePullPolicy: IfNotPresent
|
||||||
securityContext:
|
securityContext:
|
||||||
allowPrivilegeEscalation: false
|
allowPrivilegeEscalation: false
|
||||||
|
|||||||
@@ -303,7 +303,7 @@ spec:
|
|||||||
runAsUser: 0
|
runAsUser: 0
|
||||||
privileged: true
|
privileged: true
|
||||||
- name: nginx
|
- name: nginx
|
||||||
image: 'eball/nginx-header-more:test-3'
|
image: 'beclab/docker-nginx-headers-more:ubuntu-v0.1.0'
|
||||||
securityContext:
|
securityContext:
|
||||||
runAsNonRoot: false
|
runAsNonRoot: false
|
||||||
runAsUser: 0
|
runAsUser: 0
|
||||||
|
|||||||
@@ -318,7 +318,7 @@ spec:
|
|||||||
# - /filebrowser
|
# - /filebrowser
|
||||||
# - --noauth
|
# - --noauth
|
||||||
- name: files-frontend
|
- name: files-frontend
|
||||||
image: eball/nginx-header-more:test-3
|
image: beclab/docker-nginx-headers-more:ubuntu-v0.1.0
|
||||||
imagePullPolicy: IfNotPresent
|
imagePullPolicy: IfNotPresent
|
||||||
securityContext:
|
securityContext:
|
||||||
runAsNonRoot: false
|
runAsNonRoot: false
|
||||||
|
|||||||
@@ -105,7 +105,7 @@ spec:
|
|||||||
cp -rf /app/* /cp_app/. && cp -rf /etc/nginx/conf.d/* /confd/.
|
cp -rf /app/* /cp_app/. && cp -rf /etc/nginx/conf.d/* /confd/.
|
||||||
containers:
|
containers:
|
||||||
- name: appstore
|
- name: appstore
|
||||||
image: eball/nginx-header-more:test-3
|
image: beclab/docker-nginx-headers-more:ubuntu-v0.1.0
|
||||||
imagePullPolicy: IfNotPresent
|
imagePullPolicy: IfNotPresent
|
||||||
ports:
|
ports:
|
||||||
- containerPort: 80
|
- containerPort: 80
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
|
|
||||||
|
|
||||||
{{- $namespace := printf "%s%s" "os-system" -}}
|
{{- $namespace := printf "%s" "os-system" -}}
|
||||||
{{- $notifications_secret := (lookup "v1" "Secret" $namespace "notifications-secrets") -}}
|
{{- $notifications_secret := (lookup "v1" "Secret" $namespace "notifications-secrets") -}}
|
||||||
|
|
||||||
{{- $pg_password := "" -}}
|
{{- $pg_password := "" -}}
|
||||||
|
|||||||
@@ -268,7 +268,7 @@ spec:
|
|||||||
- mountPath: /www
|
- mountPath: /www
|
||||||
name: www-dir
|
name: www-dir
|
||||||
- name: studio-init
|
- name: studio-init
|
||||||
image: beclab/studio:v0.2.11
|
image: beclab/studio:v0.2.16
|
||||||
imagePullPolicy: IfNotPresent
|
imagePullPolicy: IfNotPresent
|
||||||
command:
|
command:
|
||||||
- /bin/sh
|
- /bin/sh
|
||||||
@@ -305,7 +305,7 @@ spec:
|
|||||||
- -c
|
- -c
|
||||||
- /etc/envoy/envoy.yaml
|
- /etc/envoy/envoy.yaml
|
||||||
- name: system-frontend
|
- name: system-frontend
|
||||||
image: eball/nginx-header-more:test-3
|
image: beclab/docker-nginx-headers-more:ubuntu-v0.1.0
|
||||||
imagePullPolicy: IfNotPresent
|
imagePullPolicy: IfNotPresent
|
||||||
ports:
|
ports:
|
||||||
- containerPort: 81
|
- containerPort: 81
|
||||||
@@ -385,7 +385,7 @@ spec:
|
|||||||
terminationMessagePath: /dev/termination-log
|
terminationMessagePath: /dev/termination-log
|
||||||
terminationMessagePolicy: File
|
terminationMessagePolicy: File
|
||||||
- name: settings-server
|
- name: settings-server
|
||||||
image: beclab/settings-server:v0.2.22
|
image: beclab/settings-server:v0.2.23
|
||||||
imagePullPolicy: IfNotPresent
|
imagePullPolicy: IfNotPresent
|
||||||
ports:
|
ports:
|
||||||
- containerPort: 3000
|
- containerPort: 3000
|
||||||
|
|||||||
@@ -42,6 +42,6 @@ mirrorgooglecontainers/defaultbackend-amd64:1.4
|
|||||||
projecthami/hami-webui-fe-oss:v1.0.5
|
projecthami/hami-webui-fe-oss:v1.0.5
|
||||||
projecthami/hami-webui-be-oss:v1.0.5
|
projecthami/hami-webui-be-oss:v1.0.5
|
||||||
nvidia/dcgm-exporter:4.1.1-4.0.4-ubuntu22.04
|
nvidia/dcgm-exporter:4.1.1-4.0.4-ubuntu22.04
|
||||||
ghcr.io/open-telemetry/opentelemetry-go-instrumentation/autoinstrumentation-go:v0.19.0-alpha
|
ghcr.io/open-telemetry/opentelemetry-go-instrumentation/autoinstrumentation-go:v0.20.0
|
||||||
bytetrade/autoinstrumentation-apache-httpd:1.0.4-fix
|
bytetrade/autoinstrumentation-apache-httpd:1.0.4-fix1
|
||||||
ghcr.io/open-telemetry/opentelemetry-operator/autoinstrumentation-nodejs:0.40.0
|
ghcr.io/open-telemetry/opentelemetry-operator/autoinstrumentation-nodejs:0.40.0
|
||||||
|
|||||||
@@ -143,7 +143,7 @@ spec:
|
|||||||
priorityClassName: "system-cluster-critical"
|
priorityClassName: "system-cluster-critical"
|
||||||
containers:
|
containers:
|
||||||
- name: app-service
|
- name: app-service
|
||||||
image: beclab/app-service:0.3.28
|
image: beclab/app-service:0.3.29
|
||||||
imagePullPolicy: IfNotPresent
|
imagePullPolicy: IfNotPresent
|
||||||
securityContext:
|
securityContext:
|
||||||
runAsUser: 0
|
runAsUser: 0
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
|
|
||||||
|
|
||||||
{{ $backupVersion := "0.3.28" }}
|
{{ $backupVersion := "0.3.29" }}
|
||||||
{{ $backup_server_rootpath := printf "%s%s" .Values.rootPath "/rootfs/backup-server" }}
|
{{ $backup_server_rootpath := printf "%s%s" .Values.rootPath "/rootfs/backup-server" }}
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|||||||
@@ -44,7 +44,7 @@ spec:
|
|||||||
- name: OTEL_TRACES_SAMPLER_ARG
|
- name: OTEL_TRACES_SAMPLER_ARG
|
||||||
value: "1.0"
|
value: "1.0"
|
||||||
nginx:
|
nginx:
|
||||||
image: bytetrade/autoinstrumentation-apache-httpd:1.0.4-fix
|
image: bytetrade/autoinstrumentation-apache-httpd:1.0.4-fix1
|
||||||
env:
|
env:
|
||||||
- name: OTEL_EXPORTER_OTLP_ENDPOINT
|
- name: OTEL_EXPORTER_OTLP_ENDPOINT
|
||||||
value: http://jaeger-storage-instance-collector.os-system:4318
|
value: http://jaeger-storage-instance-collector.os-system:4318
|
||||||
@@ -53,11 +53,12 @@ spec:
|
|||||||
- name: OTEL_TRACES_SAMPLER_ARG
|
- name: OTEL_TRACES_SAMPLER_ARG
|
||||||
value: "1.0"
|
value: "1.0"
|
||||||
go:
|
go:
|
||||||
|
image: ghcr.io/open-telemetry/opentelemetry-go-instrumentation/autoinstrumentation-go:v0.20.0
|
||||||
env:
|
env:
|
||||||
- name: OTEL_EXPORTER_OTLP_ENDPOINT
|
- name: OTEL_EXPORTER_OTLP_ENDPOINT
|
||||||
value: http://jaeger-storage-instance-collector.os-system:4318
|
value: http://jaeger-storage-instance-collector.os-system:4318
|
||||||
- name: OTEL_EXPORTER_OTLP_PROTOCOL
|
- name: OTEL_EXPORTER_OTLP_PROTOCOL
|
||||||
value: http/json
|
value: http/protobuf
|
||||||
- name: OTEL_TRACES_SAMPLER_ARG
|
- name: OTEL_TRACES_SAMPLER_ARG
|
||||||
value: "1.0"
|
value: "1.0"
|
||||||
resourceRequirements:
|
resourceRequirements:
|
||||||
@@ -110,7 +111,7 @@ spec:
|
|||||||
- name: OTEL_TRACES_SAMPLER_ARG
|
- name: OTEL_TRACES_SAMPLER_ARG
|
||||||
value: "1.0"
|
value: "1.0"
|
||||||
nginx:
|
nginx:
|
||||||
image: bytetrade/autoinstrumentation-apache-httpd:1.0.4-fix
|
image: bytetrade/autoinstrumentation-apache-httpd:1.0.4-fix1
|
||||||
env:
|
env:
|
||||||
- name: OTEL_EXPORTER_OTLP_ENDPOINT
|
- name: OTEL_EXPORTER_OTLP_ENDPOINT
|
||||||
value: http://jaeger-storage-instance-collector.os-system:4318
|
value: http://jaeger-storage-instance-collector.os-system:4318
|
||||||
@@ -119,11 +120,12 @@ spec:
|
|||||||
- name: OTEL_TRACES_SAMPLER_ARG
|
- name: OTEL_TRACES_SAMPLER_ARG
|
||||||
value: "1.0"
|
value: "1.0"
|
||||||
go:
|
go:
|
||||||
|
image: ghcr.io/open-telemetry/opentelemetry-go-instrumentation/autoinstrumentation-go:v0.20.0
|
||||||
env:
|
env:
|
||||||
- name: OTEL_EXPORTER_OTLP_ENDPOINT
|
- name: OTEL_EXPORTER_OTLP_ENDPOINT
|
||||||
value: http://jaeger-storage-instance-collector.os-system:4318
|
value: http://jaeger-storage-instance-collector.os-system:4318
|
||||||
- name: OTEL_EXPORTER_OTLP_PROTOCOL
|
- name: OTEL_EXPORTER_OTLP_PROTOCOL
|
||||||
value: http/json
|
value: http/protobuf
|
||||||
- name: OTEL_TRACES_SAMPLER_ARG
|
- name: OTEL_TRACES_SAMPLER_ARG
|
||||||
value: "1.0"
|
value: "1.0"
|
||||||
resourceRequirements:
|
resourceRequirements:
|
||||||
|
|||||||
@@ -41,13 +41,17 @@ spec:
|
|||||||
metadata:
|
metadata:
|
||||||
labels:
|
labels:
|
||||||
app: systemserver
|
app: systemserver
|
||||||
|
annotations:
|
||||||
|
instrumentation.opentelemetry.io/go-container-names: system-server
|
||||||
|
instrumentation.opentelemetry.io/inject-go: olares-instrumentation
|
||||||
|
instrumentation.opentelemetry.io/otel-go-auto-target-exe: /system-server
|
||||||
spec:
|
spec:
|
||||||
serviceAccountName: bytetrade-sys-ops
|
serviceAccountName: bytetrade-sys-ops
|
||||||
serviceAccount: bytetrade-sys-ops
|
serviceAccount: bytetrade-sys-ops
|
||||||
priorityClassName: "system-cluster-critical"
|
priorityClassName: "system-cluster-critical"
|
||||||
containers:
|
containers:
|
||||||
- name: system-server
|
- name: system-server
|
||||||
image: beclab/system-server:0.1.21
|
image: beclab/system-server:0.1.22
|
||||||
imagePullPolicy: IfNotPresent
|
imagePullPolicy: IfNotPresent
|
||||||
ports:
|
ports:
|
||||||
- containerPort: 80
|
- containerPort: 80
|
||||||
@@ -319,4 +323,4 @@ metadata:
|
|||||||
name: systemserver-proxy-configs
|
name: systemserver-proxy-configs
|
||||||
namespace: user-system-{{ .Values.bfl.username }}
|
namespace: user-system-{{ .Values.bfl.username }}
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@@ -389,10 +389,21 @@ spec:
|
|||||||
image: owncloudci/wait-for:latest
|
image: owncloudci/wait-for:latest
|
||||||
imagePullPolicy: IfNotPresent
|
imagePullPolicy: IfNotPresent
|
||||||
name: check-redis
|
name: check-redis
|
||||||
|
- name: setsysctl
|
||||||
|
image: 'busybox:1.28'
|
||||||
|
command:
|
||||||
|
- sh
|
||||||
|
- '-c'
|
||||||
|
- |
|
||||||
|
sysctl -w net.core.somaxconn=65535
|
||||||
|
sysctl -w net.ipv4.ip_local_port_range="1024 65535"
|
||||||
|
sysctl -w net.ipv4.tcp_tw_reuse=1
|
||||||
|
sysctl -w fs.file-max=1048576
|
||||||
|
securityContext:
|
||||||
|
privileged: true
|
||||||
containers:
|
containers:
|
||||||
- name: authelia
|
- name: authelia
|
||||||
image: beclab/auth:0.2.4
|
image: beclab/auth:0.2.6
|
||||||
imagePullPolicy: IfNotPresent
|
imagePullPolicy: IfNotPresent
|
||||||
ports:
|
ports:
|
||||||
- containerPort: 9091
|
- containerPort: 9091
|
||||||
|
|||||||
@@ -977,7 +977,7 @@ spec:
|
|||||||
- name: OTEL_TRACES_SAMPLER_ARG
|
- name: OTEL_TRACES_SAMPLER_ARG
|
||||||
value: "1.0"
|
value: "1.0"
|
||||||
nginx:
|
nginx:
|
||||||
image: bytetrade/autoinstrumentation-apache-httpd:1.0.4-fix
|
image: bytetrade/autoinstrumentation-apache-httpd:1.0.4-fix1
|
||||||
env:
|
env:
|
||||||
- name: OTEL_EXPORTER_OTLP_ENDPOINT
|
- name: OTEL_EXPORTER_OTLP_ENDPOINT
|
||||||
value: http://jaeger-storage-instance-collector.os-system:4318
|
value: http://jaeger-storage-instance-collector.os-system:4318
|
||||||
@@ -986,11 +986,12 @@ spec:
|
|||||||
- name: OTEL_TRACES_SAMPLER_ARG
|
- name: OTEL_TRACES_SAMPLER_ARG
|
||||||
value: "1.0"
|
value: "1.0"
|
||||||
go:
|
go:
|
||||||
|
image: ghcr.io/open-telemetry/opentelemetry-go-instrumentation/autoinstrumentation-go:v0.20.0
|
||||||
env:
|
env:
|
||||||
- name: OTEL_EXPORTER_OTLP_ENDPOINT
|
- name: OTEL_EXPORTER_OTLP_ENDPOINT
|
||||||
value: http://jaeger-storage-instance-collector.os-system:4318
|
value: http://jaeger-storage-instance-collector.os-system:4318
|
||||||
- name: OTEL_EXPORTER_OTLP_PROTOCOL
|
- name: OTEL_EXPORTER_OTLP_PROTOCOL
|
||||||
value: http/json
|
value: http/protobuf
|
||||||
- name: OTEL_TRACES_SAMPLER_ARG
|
- name: OTEL_TRACES_SAMPLER_ARG
|
||||||
value: "1.0"
|
value: "1.0"
|
||||||
resourceRequirements:
|
resourceRequirements:
|
||||||
|
|||||||
Reference in New Issue
Block a user