Skip to content

Commit

Permalink
Corrected misaligned comments
Browse files Browse the repository at this point in the history
  • Loading branch information
xogoodnow committed Dec 11, 2024
1 parent c4eeac3 commit a514968
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions charts/victoria-metrics-alert/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -281,7 +281,7 @@ server:
# - ALL
# readOnlyRootFilesystem: true
# runAsNonRoot: true
# runAsUser: 1000
# runAsUser: 1000

# -- Resource object. Details are [here](http://kubernetes.io/docs/user-guide/compute-resources/)
resources:
Expand All @@ -295,7 +295,7 @@ server:
# memory: 128Mi
# requests:
# cpu: 100m
# memory: 128Mi
# memory: 128Mi

# -- Annotations to be added to the deployment
annotations: {}
Expand All @@ -320,7 +320,7 @@ server:
# -- Pod affinity
affinity: {}

# -- VMAlert alert rules configuration configuration.
# -- VMAlert alert rules configuration.
# Use existing configmap if specified
configMap: ""
# -- VMAlert configuration
Expand Down Expand Up @@ -465,7 +465,7 @@ alertmanager:
# -- Service ClusterIP
clusterIP: ""
# -- Service external IPs. Check [here](https://kubernetes.io/docs/user-guide/services/#external-ips) for details
externalIPs: []
externalIPs: []
# -- Service load balancer IP
loadBalancerIP: ""
# -- Load balancer source range
Expand All @@ -483,7 +483,7 @@ alertmanager:
ipFamilyPolicy: ""
# -- List of service IP families. Check [here](https://kubernetes.io/docs/concepts/services-networking/dual-stack/#services) for details.
ipFamilies: []

ingress:
# -- Enable deployment of ingress for alertmanager component
enabled: false
Expand Down Expand Up @@ -543,7 +543,7 @@ alertmanager:
# mountPath: /etc/kubernetes/certs
# subPath: ""
# hostPath: /etc/kubernetes/certs
# readOnly: true
# readOnly: true

# -- Extra Volumes for the pod
extraVolumes:
Expand Down

0 comments on commit a514968

Please sign in to comment.