Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs(): private chart add image repo docs #5

Merged
merged 6 commits into from
Feb 4, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
39 changes: 39 additions & 0 deletions charts/mo-ob-private/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@ mo-ob-opensource:
enabled: true

promtail:
# image:
# registry: "registry.cn-hangzhou.aliyuncs.com/ack-cos"
# repository: "promtail"
# tag: "2.8.4"
enabled: true
resources:
limits:
Expand All @@ -11,6 +15,12 @@ mo-ob-opensource:
cpu: "10m"
memory: "20Mi"
loki:
# sidecar:
# image:
# repository: "registry.cn-hangzhou.aliyuncs.com/ack-cos/k8s-sidecar"
# image:
# registry: "registry.cn-hangzhou.aliyuncs.com/ack-cos"
# repository: "loki"
enabled: true
tableManager:
enabled: true
Expand Down Expand Up @@ -102,6 +112,9 @@ mo-ob-opensource:
enabled: true

prometheus-node-exporter:
# image:
# registry: "registry.cn-hangzhou.aliyuncs.com/ack-cos"
# repository: "node-exporter"
enabled: true
resources:
limits:
Expand All @@ -112,6 +125,17 @@ mo-ob-opensource:
memory: "20Mi"

prometheusOperator:
# image:
# registry: "registry.cn-hangzhou.aliyuncs.com/ack-cos"
# repository: "prometheus-operator"
# prometheusConfigReloader:
# image:
# registry: "registry.cn-hangzhou.aliyuncs.com/ack-cos"
# repository: "prometheus-config-reloader"
admissionWebhooks:
enabled: false
patch:
enabled: false
resources:
limits:
cpu: "200m"
Expand All @@ -122,6 +146,9 @@ mo-ob-opensource:

prometheus:
prometheusSpec:
# image:
# registry: "registry.cn-hangzhou.aliyuncs.com/ack-cos"
# repository: "prometheus"
retention: 21d
externalLabels:
clusterDetail: mo-ob-private-cluster
Expand All @@ -144,6 +171,9 @@ mo-ob-opensource:

kube-state-metrics:
enabled: true
# image:
# registry: "registry.cn-hangzhou.aliyuncs.com/ack-cos"
# repository: "kube-state-metrics"
prometheus:
monitor:
enabled: ture
Expand All @@ -156,6 +186,15 @@ mo-ruler-stack:
enabled: false

grafana:
# image:
# repository: "registry.cn-hangzhou.aliyuncs.com/ack-cos/grafana"
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

缺了 sidecar

# initChownData:
# image:
# "repository": "registry.cn-hangzhou.aliyuncs.com/ack-cos/busybox"
# sidecar:
# image:
# repository: "registry.cn-hangzhou.aliyuncs.com/ack-cos/k8s-sidecar"

replicas: 1
enabled: true
resources:
Expand Down
Loading