grafana: cleanup values file
This commit is contained in:
@@ -3,17 +3,8 @@ grafana:
|
|||||||
existingSecret: grafana-admin
|
existingSecret: grafana-admin
|
||||||
passwordKey: passwordKey
|
passwordKey: passwordKey
|
||||||
userKey: userKey
|
userKey: userKey
|
||||||
affinity: {}
|
|
||||||
alerting: {}
|
|
||||||
assertNoLeakedSecrets: true
|
assertNoLeakedSecrets: true
|
||||||
automountServiceAccountToken: true
|
automountServiceAccountToken: true
|
||||||
autoscaling:
|
|
||||||
behavior: {}
|
|
||||||
enabled: false
|
|
||||||
maxReplicas: 5
|
|
||||||
minReplicas: 1
|
|
||||||
targetCPU: "60"
|
|
||||||
targetMemory: ""
|
|
||||||
containerSecurityContext:
|
containerSecurityContext:
|
||||||
allowPrivilegeEscalation: false
|
allowPrivilegeEscalation: false
|
||||||
capabilities:
|
capabilities:
|
||||||
@@ -22,50 +13,19 @@ grafana:
|
|||||||
seccompProfile:
|
seccompProfile:
|
||||||
type: RuntimeDefault
|
type: RuntimeDefault
|
||||||
createConfigmap: true
|
createConfigmap: true
|
||||||
dashboardProviders: {}
|
|
||||||
dashboards: {}
|
|
||||||
dashboardsConfigMaps: {}
|
|
||||||
datasources: {}
|
|
||||||
defaultCurlOptions: -skf
|
defaultCurlOptions: -skf
|
||||||
deploymentStrategy:
|
deploymentStrategy:
|
||||||
type: RollingUpdate
|
type: RollingUpdate
|
||||||
dnsConfig: {}
|
|
||||||
dnsPolicy: null
|
|
||||||
downloadDashboards:
|
|
||||||
env: {}
|
|
||||||
envFromSecret: ""
|
|
||||||
envValueFrom: {}
|
|
||||||
resources: {}
|
|
||||||
securityContext:
|
|
||||||
allowPrivilegeEscalation: false
|
|
||||||
capabilities:
|
|
||||||
drop:
|
|
||||||
- ALL
|
|
||||||
seccompProfile:
|
|
||||||
type: RuntimeDefault
|
|
||||||
downloadDashboardsImage:
|
downloadDashboardsImage:
|
||||||
pullPolicy: IfNotPresent
|
pullPolicy: IfNotPresent
|
||||||
registry: docker.io
|
registry: docker.io
|
||||||
repository: curlimages/curl
|
repository: curlimages/curl
|
||||||
sha: ""
|
|
||||||
tag: 8.9.1
|
tag: 8.9.1
|
||||||
enableKubeBackwardCompatibility: false
|
|
||||||
enableServiceLinks: true
|
enableServiceLinks: true
|
||||||
env: {}
|
|
||||||
envFromConfigMaps:
|
envFromConfigMaps:
|
||||||
- name: grafana-env
|
- name: grafana-env
|
||||||
envFromSecret: ""
|
|
||||||
envFromSecrets:
|
envFromSecrets:
|
||||||
- name: grafana-secretenv
|
- name: grafana-secretenv
|
||||||
envRenderSecret: {}
|
|
||||||
envValueFrom: {}
|
|
||||||
extraConfigmapMounts: []
|
|
||||||
extraContainerVolumes: []
|
|
||||||
extraContainers: ""
|
|
||||||
extraEmptyDirMounts: []
|
|
||||||
extraExposePorts: []
|
|
||||||
extraInitContainers: []
|
|
||||||
extraLabels: {}
|
|
||||||
extraObjects:
|
extraObjects:
|
||||||
- apiVersion: external-secrets.io/v1
|
- apiVersion: external-secrets.io/v1
|
||||||
kind: ExternalSecret
|
kind: ExternalSecret
|
||||||
@@ -148,13 +108,6 @@ grafana:
|
|||||||
data:
|
data:
|
||||||
tls.crt: ""
|
tls.crt: ""
|
||||||
tls.key: ""
|
tls.key: ""
|
||||||
extraSecretMounts: []
|
|
||||||
extraVolumeMounts: []
|
|
||||||
extraVolumes: []
|
|
||||||
global:
|
|
||||||
imagePullSecrets: []
|
|
||||||
imageRegistry: null
|
|
||||||
gossipPortName: gossip
|
|
||||||
grafana.ini:
|
grafana.ini:
|
||||||
analytics:
|
analytics:
|
||||||
check_for_updates: true
|
check_for_updates: true
|
||||||
@@ -170,93 +123,14 @@ grafana:
|
|||||||
server:
|
server:
|
||||||
domain: '{{ if (and .Values.ingress.enabled .Values.ingress.hosts) }}{{ tpl (.Values.ingress.hosts
|
domain: '{{ if (and .Values.ingress.enabled .Values.ingress.hosts) }}{{ tpl (.Values.ingress.hosts
|
||||||
| first) . }}{{ else }}''''{{ end }}'
|
| first) . }}{{ else }}''''{{ end }}'
|
||||||
headlessService: false
|
|
||||||
hostAliases: []
|
|
||||||
image:
|
image:
|
||||||
pullPolicy: IfNotPresent
|
pullPolicy: IfNotPresent
|
||||||
pullSecrets: []
|
|
||||||
registry: docker.io
|
registry: docker.io
|
||||||
repository: grafana/grafana
|
repository: grafana/grafana
|
||||||
sha: ""
|
|
||||||
tag: ""
|
|
||||||
imageRenderer:
|
|
||||||
affinity: {}
|
|
||||||
automountServiceAccountToken: false
|
|
||||||
autoscaling:
|
|
||||||
behavior: {}
|
|
||||||
enabled: false
|
|
||||||
maxReplicas: 5
|
|
||||||
minReplicas: 1
|
|
||||||
targetCPU: "60"
|
|
||||||
targetMemory: ""
|
|
||||||
containerSecurityContext:
|
|
||||||
allowPrivilegeEscalation: false
|
|
||||||
capabilities:
|
|
||||||
drop:
|
|
||||||
- ALL
|
|
||||||
readOnlyRootFilesystem: true
|
|
||||||
seccompProfile:
|
|
||||||
type: RuntimeDefault
|
|
||||||
deploymentStrategy: {}
|
|
||||||
enabled: false
|
|
||||||
env:
|
|
||||||
HTTP_HOST: 0.0.0.0
|
|
||||||
XDG_CACHE_HOME: /tmp/.chromium
|
|
||||||
XDG_CONFIG_HOME: /tmp/.chromium
|
|
||||||
envValueFrom: {}
|
|
||||||
extraConfigmapMounts: []
|
|
||||||
extraSecretMounts: []
|
|
||||||
extraVolumeMounts: []
|
|
||||||
extraVolumes: []
|
|
||||||
grafanaProtocol: http
|
|
||||||
grafanaSubPath: ""
|
|
||||||
hostAliases: []
|
|
||||||
image:
|
|
||||||
pullPolicy: Always
|
|
||||||
pullSecrets: []
|
|
||||||
registry: docker.io
|
|
||||||
repository: grafana/grafana-image-renderer
|
|
||||||
sha: ""
|
|
||||||
tag: latest
|
|
||||||
networkPolicy:
|
|
||||||
extraIngressSelectors: []
|
|
||||||
limitEgress: false
|
|
||||||
limitIngress: true
|
|
||||||
nodeSelector: {}
|
|
||||||
podAnnotations: {}
|
|
||||||
podPortName: http
|
|
||||||
priorityClassName: ""
|
|
||||||
renderingCallbackURL: ""
|
|
||||||
replicas: 1
|
|
||||||
resources: {}
|
|
||||||
revisionHistoryLimit: 10
|
|
||||||
securityContext: {}
|
|
||||||
serverURL: ""
|
|
||||||
service:
|
|
||||||
appProtocol: ""
|
|
||||||
enabled: true
|
|
||||||
port: 8081
|
|
||||||
portName: http
|
|
||||||
targetPort: 8081
|
|
||||||
serviceAccountName: ""
|
|
||||||
serviceMonitor:
|
|
||||||
enabled: false
|
|
||||||
interval: 1m
|
|
||||||
labels: {}
|
|
||||||
path: /metrics
|
|
||||||
relabelings: []
|
|
||||||
scheme: http
|
|
||||||
scrapeTimeout: 30s
|
|
||||||
targetLabels: []
|
|
||||||
tlsConfig: {}
|
|
||||||
tolerations: []
|
|
||||||
ingress:
|
ingress:
|
||||||
annotations: {}
|
|
||||||
enabled: true
|
enabled: true
|
||||||
extraPaths: []
|
|
||||||
hosts:
|
hosts:
|
||||||
- grafana.infra.dubyatp.xyz
|
- grafana.infra.dubyatp.xyz
|
||||||
labels: {}
|
|
||||||
path: /
|
path: /
|
||||||
pathType: Prefix
|
pathType: Prefix
|
||||||
tls:
|
tls:
|
||||||
@@ -269,9 +143,7 @@ grafana:
|
|||||||
pullPolicy: IfNotPresent
|
pullPolicy: IfNotPresent
|
||||||
registry: docker.io
|
registry: docker.io
|
||||||
repository: library/busybox
|
repository: library/busybox
|
||||||
sha: ""
|
|
||||||
tag: 1.31.1
|
tag: 1.31.1
|
||||||
resources: {}
|
|
||||||
securityContext:
|
securityContext:
|
||||||
capabilities:
|
capabilities:
|
||||||
add:
|
add:
|
||||||
@@ -283,11 +155,6 @@ grafana:
|
|||||||
runAsUser: 0
|
runAsUser: 0
|
||||||
seccompProfile:
|
seccompProfile:
|
||||||
type: RuntimeDefault
|
type: RuntimeDefault
|
||||||
ldap:
|
|
||||||
config: ""
|
|
||||||
enabled: false
|
|
||||||
existingSecret: ""
|
|
||||||
lifecycleHooks: {}
|
|
||||||
livenessProbe:
|
livenessProbe:
|
||||||
failureThreshold: 10
|
failureThreshold: 10
|
||||||
httpGet:
|
httpGet:
|
||||||
@@ -295,227 +162,45 @@ grafana:
|
|||||||
port: 3000
|
port: 3000
|
||||||
initialDelaySeconds: 60
|
initialDelaySeconds: 60
|
||||||
timeoutSeconds: 30
|
timeoutSeconds: 30
|
||||||
namespaceOverride: ""
|
|
||||||
networkPolicy:
|
|
||||||
allowExternal: true
|
|
||||||
egress:
|
|
||||||
blockDNSResolution: false
|
|
||||||
enabled: false
|
|
||||||
ports: []
|
|
||||||
to: []
|
|
||||||
enabled: false
|
|
||||||
explicitNamespacesSelector: {}
|
|
||||||
ingress: true
|
|
||||||
nodeSelector: {}
|
|
||||||
notifiers: {}
|
|
||||||
persistence:
|
persistence:
|
||||||
accessModes:
|
accessModes:
|
||||||
- ReadWriteOnce
|
- ReadWriteOnce
|
||||||
disableWarning: false
|
|
||||||
enabled: true
|
enabled: true
|
||||||
extraPvcLabels: {}
|
|
||||||
finalizers:
|
finalizers:
|
||||||
- kubernetes.io/pvc-protection
|
- kubernetes.io/pvc-protection
|
||||||
inMemory:
|
|
||||||
enabled: false
|
|
||||||
lookupVolumeName: true
|
|
||||||
size: 10Gi
|
size: 10Gi
|
||||||
type: pvc
|
type: pvc
|
||||||
volumeName: ""
|
|
||||||
plugins: []
|
|
||||||
podDisruptionBudget: {}
|
|
||||||
podPortName: grafana
|
podPortName: grafana
|
||||||
podAnnotations:
|
podAnnotations:
|
||||||
backup.velero.io/backup-volumes: "storage"
|
backup.velero.io/backup-volumes: "storage"
|
||||||
rbac:
|
rbac:
|
||||||
create: true
|
create: true
|
||||||
extraClusterRoleRules: []
|
|
||||||
extraRoleRules: []
|
|
||||||
namespaced: false
|
namespaced: false
|
||||||
pspEnabled: false
|
|
||||||
pspUseAppArmor: false
|
|
||||||
readinessProbe:
|
readinessProbe:
|
||||||
httpGet:
|
httpGet:
|
||||||
path: /api/health
|
path: /api/health
|
||||||
port: 3000
|
port: 3000
|
||||||
replicas: 1
|
replicas: 1
|
||||||
resources: {}
|
|
||||||
revisionHistoryLimit: 10
|
revisionHistoryLimit: 10
|
||||||
route:
|
|
||||||
main:
|
|
||||||
additionalRules: []
|
|
||||||
annotations: {}
|
|
||||||
apiVersion: gateway.networking.k8s.io/v1
|
|
||||||
enabled: false
|
|
||||||
filters: []
|
|
||||||
hostnames: []
|
|
||||||
kind: HTTPRoute
|
|
||||||
labels: {}
|
|
||||||
matches:
|
|
||||||
- path:
|
|
||||||
type: PathPrefix
|
|
||||||
value: /
|
|
||||||
parentRefs: []
|
|
||||||
securityContext:
|
securityContext:
|
||||||
fsGroup: 472
|
fsGroup: 472
|
||||||
runAsGroup: 472
|
runAsGroup: 472
|
||||||
runAsNonRoot: true
|
runAsNonRoot: true
|
||||||
runAsUser: 472
|
runAsUser: 472
|
||||||
service:
|
service:
|
||||||
annotations: {}
|
|
||||||
appProtocol: ""
|
|
||||||
enabled: true
|
enabled: true
|
||||||
ipFamilies: []
|
|
||||||
ipFamilyPolicy: ""
|
|
||||||
labels: {}
|
|
||||||
loadBalancerClass: ""
|
|
||||||
loadBalancerIP: ""
|
|
||||||
loadBalancerSourceRanges: []
|
|
||||||
port: 80
|
port: 80
|
||||||
portName: service
|
portName: service
|
||||||
sessionAffinity: ""
|
|
||||||
targetPort: 3000
|
targetPort: 3000
|
||||||
type: ClusterIP
|
type: ClusterIP
|
||||||
serviceAccount:
|
serviceAccount:
|
||||||
automountServiceAccountToken: false
|
automountServiceAccountToken: false
|
||||||
create: true
|
create: true
|
||||||
labels: {}
|
|
||||||
name: null
|
|
||||||
nameTest: null
|
|
||||||
serviceMonitor:
|
|
||||||
basicAuth: {}
|
|
||||||
enabled: false
|
|
||||||
interval: 30s
|
|
||||||
labels: {}
|
|
||||||
metricRelabelings: []
|
|
||||||
path: /metrics
|
|
||||||
relabelings: []
|
|
||||||
scheme: http
|
|
||||||
scrapeTimeout: 30s
|
|
||||||
targetLabels: []
|
|
||||||
tlsConfig: {}
|
|
||||||
shareProcessNamespace: false
|
|
||||||
sidecar:
|
|
||||||
alerts:
|
|
||||||
enabled: false
|
|
||||||
env: {}
|
|
||||||
extraMounts: []
|
|
||||||
initAlerts: false
|
|
||||||
label: grafana_alert
|
|
||||||
labelValue: ""
|
|
||||||
reloadURL: http://localhost:3000/api/admin/provisioning/alerting/reload
|
|
||||||
resource: both
|
|
||||||
resourceName: ""
|
|
||||||
script: null
|
|
||||||
searchNamespace: null
|
|
||||||
sizeLimit: {}
|
|
||||||
skipReload: false
|
|
||||||
watchMethod: WATCH
|
|
||||||
dashboards:
|
|
||||||
SCProvider: true
|
|
||||||
defaultFolderName: null
|
|
||||||
enabled: false
|
|
||||||
env: {}
|
|
||||||
envValueFrom: {}
|
|
||||||
extraMounts: []
|
|
||||||
folder: /tmp/dashboards
|
|
||||||
folderAnnotation: null
|
|
||||||
label: grafana_dashboard
|
|
||||||
labelValue: ""
|
|
||||||
provider:
|
|
||||||
allowUiUpdates: false
|
|
||||||
disableDelete: false
|
|
||||||
folder: ""
|
|
||||||
folderUid: ""
|
|
||||||
foldersFromFilesStructure: false
|
|
||||||
name: sidecarProvider
|
|
||||||
orgid: 1
|
|
||||||
type: file
|
|
||||||
reloadURL: http://localhost:3000/api/admin/provisioning/dashboards/reload
|
|
||||||
resource: both
|
|
||||||
resourceName: ""
|
|
||||||
script: null
|
|
||||||
searchNamespace: null
|
|
||||||
sizeLimit: {}
|
|
||||||
skipReload: false
|
|
||||||
watchMethod: WATCH
|
|
||||||
datasources:
|
|
||||||
enabled: false
|
|
||||||
env: {}
|
|
||||||
envValueFrom: {}
|
|
||||||
extraMounts: []
|
|
||||||
initDatasources: false
|
|
||||||
label: grafana_datasource
|
|
||||||
labelValue: ""
|
|
||||||
reloadURL: http://localhost:3000/api/admin/provisioning/datasources/reload
|
|
||||||
resource: both
|
|
||||||
resourceName: ""
|
|
||||||
script: null
|
|
||||||
searchNamespace: null
|
|
||||||
sizeLimit: {}
|
|
||||||
skipReload: false
|
|
||||||
watchMethod: WATCH
|
|
||||||
enableUniqueFilenames: false
|
|
||||||
image:
|
|
||||||
registry: quay.io
|
|
||||||
repository: kiwigrid/k8s-sidecar
|
|
||||||
sha: ""
|
|
||||||
tag: 1.30.3
|
|
||||||
imagePullPolicy: IfNotPresent
|
|
||||||
livenessProbe: {}
|
|
||||||
notifiers:
|
|
||||||
enabled: false
|
|
||||||
env: {}
|
|
||||||
extraMounts: []
|
|
||||||
initNotifiers: false
|
|
||||||
label: grafana_notifier
|
|
||||||
labelValue: ""
|
|
||||||
reloadURL: http://localhost:3000/api/admin/provisioning/notifications/reload
|
|
||||||
resource: both
|
|
||||||
resourceName: ""
|
|
||||||
script: null
|
|
||||||
searchNamespace: null
|
|
||||||
sizeLimit: {}
|
|
||||||
skipReload: false
|
|
||||||
watchMethod: WATCH
|
|
||||||
plugins:
|
|
||||||
enabled: false
|
|
||||||
env: {}
|
|
||||||
extraMounts: []
|
|
||||||
initPlugins: false
|
|
||||||
label: grafana_plugin
|
|
||||||
labelValue: ""
|
|
||||||
reloadURL: http://localhost:3000/api/admin/provisioning/plugins/reload
|
|
||||||
resource: both
|
|
||||||
resourceName: ""
|
|
||||||
script: null
|
|
||||||
searchNamespace: null
|
|
||||||
sizeLimit: {}
|
|
||||||
skipReload: false
|
|
||||||
watchMethod: WATCH
|
|
||||||
readinessProbe: {}
|
|
||||||
resources: {}
|
|
||||||
securityContext:
|
|
||||||
allowPrivilegeEscalation: false
|
|
||||||
capabilities:
|
|
||||||
drop:
|
|
||||||
- ALL
|
|
||||||
seccompProfile:
|
|
||||||
type: RuntimeDefault
|
|
||||||
smtp:
|
|
||||||
existingSecret: ""
|
|
||||||
passwordKey: password
|
|
||||||
userKey: user
|
|
||||||
testFramework:
|
testFramework:
|
||||||
containerSecurityContext: {}
|
|
||||||
enabled: true
|
enabled: true
|
||||||
image:
|
image:
|
||||||
registry: docker.io
|
registry: docker.io
|
||||||
repository: bats/bats
|
repository: bats/bats
|
||||||
tag: 1.12.0
|
tag: 1.12.0
|
||||||
imagePullPolicy: IfNotPresent
|
imagePullPolicy: IfNotPresent
|
||||||
resources: {}
|
useStatefulSet: false
|
||||||
securityContext: {}
|
|
||||||
tolerations: []
|
|
||||||
topologySpreadConstraints: []
|
|
||||||
useStatefulSet: false
|
|
||||||
Reference in New Issue
Block a user