Skip to content

Commit

Permalink
[Gimlet] Creating streamlit-app gimlet manifest for the striking-sea env
Browse files Browse the repository at this point in the history
  • Loading branch information
Gimlet committed Oct 10, 2024
1 parent a04648d commit 2e394e4
Showing 1 changed file with 27 additions and 0 deletions.
27 changes: 27 additions & 0 deletions .gimlet/striking-sea-streamlit-app.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
app: streamlit-app
env: striking-sea
namespace: default
chart:
repository: https://chart.onechart.dev
name: onechart
version: 0.70.0
values:
containerPort: 8501
gitRepository: YoucefGuichi/streamlit-app
gitSha: '{{ .SHA }}'
image:
dockerfile: ""
registry: ghcrRegistry
repository: ghcr.io/youcefguichi/{{ .APP }}
strategy: dynamic
tag: '{{ .SHA }}'
imagePullSecrets:
- '{{ .APP }}-ghcrregistry-pullsecret'
ingress:
annotations:
cert-manager.io/cluster-issuer: letsencrypt
kubernetes.io/ingress.class: nginx
host: youcefguichi-streamlit-app-xldgyfnt.gimlet.app
tlsEnabled: true
resources:
ignoreLimits: true

0 comments on commit 2e394e4

Please sign in to comment.