This website works better with JavaScript.
AI
协作平台
Powered by C²NET
Home
Issues
Pull Requests
Milestones
Cloudbrain Task
Calculation Points
Repositories
Datasets
Model
Model Experience
Explore
Organizations
Cloudbrain Mirror
OpenI Projects
科技2030项目
Register
Sign In
关于云脑任务输出结果只保留30天的公告>>>
将于2023年2月20日0点开启算力积分消耗>>>
可以查看启智AI协作平台资源说明啦>>>
关于启智集群V100不能访问外网的公告>>>
OpenI
/
openi-octopus
Not watched
Unwatch
Watch all
Watch but not notify
21
Star
9
Fork
7
Code
Releases
0
Wiki
Activity
Issues
0
Pull Requests
0
Browse Source
add charts prometheus
k8s
liutension
2 years ago
parent
c6d6afca1d
commit
8d873b9d20
2 changed files
with
2 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
charts/prometheus/templates/prometheus-deploy.yaml
+1
-0
charts/prometheus/values.yaml
+ 1
- 1
charts/prometheus/templates/prometheus-deploy.yaml
View File
@@ -46,7 +46,7 @@ spec:
path: {{ .Values.prometheus.volumes.dataPath }}
type: DirectoryOrCreate
{{- else }}
emptyDir: {}
emptyDir: {}
{{- end }}
- name: config-volume
configMap:
+ 1
- 0
charts/prometheus/values.yaml
View File
@@ -12,6 +12,7 @@ prometheus:
octopus.openi.pcl.cn/prometheus: "yes"
retentionDuration: 365d
volumes:
# image prom/prometheus run `nobody:nogroup` as user and group, so this path need privilege
dataPath: ""
image:
Write
Preview
Loading…
Cancel
Save