Automated upload for observability.buildth.ing
This commit is contained in:
parent
f15b30d02c
commit
464a9eb22e
32 changed files with 890 additions and 118 deletions
38
otc/observability.buildth.ing/stacks/garm/garm/values.yaml
Normal file
38
otc/observability.buildth.ing/stacks/garm/garm/values.yaml
Normal file
|
|
@ -0,0 +1,38 @@
|
|||
ingress:
|
||||
enabled: true
|
||||
className: nginx
|
||||
annotations:
|
||||
cert-manager.io/cluster-issuer: main
|
||||
nginx.ingress.kubernetes.io/backend-protocol: HTTP
|
||||
nginx.ingress.kubernetes.io/force-ssl-redirect: "true"
|
||||
hosts:
|
||||
- host: garm.observability.buildth.ing
|
||||
paths:
|
||||
- path: /
|
||||
pathType: Prefix
|
||||
tls:
|
||||
- secretName: garm-net-tls
|
||||
hosts:
|
||||
- garm.observability.buildth.ing
|
||||
|
||||
# Credentials and Secrets
|
||||
credentials:
|
||||
edgeConnect:
|
||||
existingSecretName: "edge-credential"
|
||||
gitea:
|
||||
url: "https://observability.buildth.ing" # Required
|
||||
db:
|
||||
existingSecretName: garm-fixed-credentials
|
||||
|
||||
providerConfig:
|
||||
edgeConnect:
|
||||
organization: edp2
|
||||
region: EU
|
||||
edgeConnectUrl: "https://hub.apps.edge.platform.mg3.mdb.osc.live"
|
||||
cloudlet:
|
||||
name: Hamburg
|
||||
organization: TelekomOP
|
||||
|
||||
garm:
|
||||
logging:
|
||||
logLevel: info
|
||||
Loading…
Add table
Add a link
Reference in a new issue