Skip to content

Commit

Permalink
[Gimlet] Creating grafana gimlet manifest for the allowing-wood env
Browse files Browse the repository at this point in the history
  • Loading branch information
Gimlet committed Aug 30, 2024
1 parent 8e611e1 commit 8e396ba
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions .gimlet/allowing-wood-grafana.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
app: grafana
env: allowing-wood
namespace: default
chart:
repository: https://chart.onechart.dev
name: onechart
version: 0.70.0
values:
gitRepository: RainBondsongyg/grafana
gitSha: '{{ .SHA }}'
image:
registry: dockerRegistry
repository: 127.0.0.1:32447/{{ .APP }}
strategy: buildpacks
tag: '{{ .SHA }}'
ingress:
annotations:
cert-manager.io/cluster-issuer: letsencrypt
kubernetes.io/ingress.class: nginx
host: rainbondsongyg-grafana-oqoliqbc.gimlet.app
tlsEnabled: true
resources:
ignoreLimits: true

0 comments on commit 8e396ba

Please sign in to comment.