updating alloy config
This commit is contained in:
parent
382793cf6a
commit
2dc076b2d3
23
alloy/helm/alloy-config/.helmignore
Normal file
23
alloy/helm/alloy-config/.helmignore
Normal file
@ -0,0 +1,23 @@
|
|||||||
|
# Patterns to ignore when building packages.
|
||||||
|
# This supports shell glob matching, relative path matching, and
|
||||||
|
# negation (prefixed with !). Only one pattern per line.
|
||||||
|
.DS_Store
|
||||||
|
# Common VCS dirs
|
||||||
|
.git/
|
||||||
|
.gitignore
|
||||||
|
.bzr/
|
||||||
|
.bzrignore
|
||||||
|
.hg/
|
||||||
|
.hgignore
|
||||||
|
.svn/
|
||||||
|
# Common backup files
|
||||||
|
*.swp
|
||||||
|
*.bak
|
||||||
|
*.tmp
|
||||||
|
*.orig
|
||||||
|
*~
|
||||||
|
# Various IDEs
|
||||||
|
.project
|
||||||
|
.idea/
|
||||||
|
*.tmproj
|
||||||
|
.vscode/
|
||||||
8
alloy/helm/alloy-config/Chart.yaml
Normal file
8
alloy/helm/alloy-config/Chart.yaml
Normal file
@ -0,0 +1,8 @@
|
|||||||
|
apiVersion: v2
|
||||||
|
name: alloy-config
|
||||||
|
description: A Helm chart to manage Istio Gateways, VirtualServices, and Certificates for various applications
|
||||||
|
type: application
|
||||||
|
# Update version as you make changes
|
||||||
|
version: 0.1.0
|
||||||
|
# appVersion can be set but isn't strictly tied to an app here
|
||||||
|
appVersion: "1.0"
|
||||||
@ -5,4 +5,4 @@ metadata:
|
|||||||
namespace: monitoring
|
namespace: monitoring
|
||||||
data:
|
data:
|
||||||
alloy.config: |
|
alloy.config: |
|
||||||
{{- readFile "alloy/helm/alloy.hcl" | nindent 4 }}
|
{{- readFile "alloy.hcl" | nindent 4 }}
|
||||||
0
alloy/helm/alloy-config/values.yaml
Normal file
0
alloy/helm/alloy-config/values.yaml
Normal file
Loading…
x
Reference in New Issue
Block a user