updating alloy config

This commit is contained in:
James Mellors 2025-05-12 12:01:04 +01:00
parent 382793cf6a
commit 2dc076b2d3
5 changed files with 32 additions and 1 deletions

View 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/

View 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"

View File

@ -5,4 +5,4 @@ metadata:
namespace: monitoring
data:
alloy.config: |
{{- readFile "alloy/helm/alloy.hcl" | nindent 4 }}
{{- readFile "alloy.hcl" | nindent 4 }}

View File