Compare commits

...

3 Commits

Author SHA1 Message Date
simon
172ded9bdc iarchivelogs 2025-04-15 15:50:49 +08:00
simon
7ffe9f9f2f bug fix 2025-04-15 15:10:52 +08:00
simon
1221b6ebb2 mr 2025-04-15 11:33:03 +08:00
4 changed files with 3 additions and 4 deletions

View File

@@ -7,7 +7,7 @@ data:
config: |
instanceID: os-system
artifactRepository:
archiveLogs: false
archiveLogs: true
s3:
accessKeySecret:
key: AWS_ACCESS_KEY_ID

View File

@@ -413,7 +413,7 @@ spec:
valueFrom:
secretKeyRef:
key: nat_password
name: download-secrets
name: knowledge-secrets
refs: []
subjects:
- name: download_status

View File

@@ -1,5 +1,5 @@
apiVersion: v2
name: argo
name: knowledge
description: A Helm chart for Kubernetes
maintainers:
- name: bytetrade

View File

@@ -12,4 +12,3 @@ spec:
name: knowledge-api
port: 3010
targetPort: 3010
---