fix: fix promethues chart render error
This commit is contained in:
+8
-8
@@ -1,9 +1,5 @@
|
|||||||
clusterConfig:
|
clusterConfig:
|
||||||
manifests: https://gitlab.com/oceanbox/manifests.git
|
manifests: https://gitlab.com/oceanbox/manifests.git
|
||||||
argo:
|
|
||||||
enabled: true
|
|
||||||
cilium:
|
|
||||||
enabled: true
|
|
||||||
env: "" #[dev, test, staging, prod]
|
env: "" #[dev, test, staging, prod]
|
||||||
initca: ""
|
initca: ""
|
||||||
domain: ".local"
|
domain: ".local"
|
||||||
@@ -18,10 +14,6 @@ clusterConfig:
|
|||||||
acme_email: ""
|
acme_email: ""
|
||||||
nodenames: []
|
nodenames: []
|
||||||
nodes: []
|
nodes: []
|
||||||
s3:
|
|
||||||
hosts: []
|
|
||||||
patterns: []
|
|
||||||
cidr: []
|
|
||||||
ingress_clusterissuer: "letsencrypt-production"
|
ingress_clusterissuer: "letsencrypt-production"
|
||||||
ingress_whitelist_ips:
|
ingress_whitelist_ips:
|
||||||
- 10.0.0.0/8
|
- 10.0.0.0/8
|
||||||
@@ -41,3 +33,11 @@ clusterConfig:
|
|||||||
# name: github-oidc
|
# name: github-oidc
|
||||||
# allowed_organizations: <org>
|
# allowed_organizations: <org>
|
||||||
# allowed_teams: <team-id>
|
# allowed_teams: <team-id>
|
||||||
|
s3:
|
||||||
|
hosts: []
|
||||||
|
patterns: []
|
||||||
|
cidr: []
|
||||||
|
argo:
|
||||||
|
enabled: true
|
||||||
|
cilium:
|
||||||
|
enabled: true
|
||||||
|
|||||||
@@ -476,9 +476,7 @@ prometheus:
|
|||||||
pathType: ImplementationSpecific
|
pathType: ImplementationSpecific
|
||||||
|
|
||||||
prometheusSpec:
|
prometheusSpec:
|
||||||
#{{- if .Values.install.otel.enabled }}
|
|
||||||
enableRemoteWriteReceiver: true
|
enableRemoteWriteReceiver: true
|
||||||
#{{- end }}
|
|
||||||
|
|
||||||
tolerations: []
|
tolerations: []
|
||||||
# - key: unschedulable
|
# - key: unschedulable
|
||||||
|
|||||||
Reference in New Issue
Block a user