Skip to content

Commit

Permalink
feat(app-template): update helm release for gimlet app
Browse files Browse the repository at this point in the history
  • Loading branch information
tyriis committed Mar 11, 2024
1 parent 60ada71 commit 390868e
Showing 1 changed file with 5 additions and 8 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
# yaml-language-server: $schema=https://raw.githubusercontent.com/fluxcd-community/flux2-schemas/main/helmrelease-helm-v2beta2.json
# yaml-language-server: $schema=https://raw.githubusercontent.com/bjw-s/helm-charts/app-template-3.0.2/charts/other/app-template/schemas/helmrelease-helm-v2beta2.schema.json
apiVersion: helm.toolkit.fluxcd.io/v2beta2
kind: HelmRelease
metadata:
Expand All @@ -23,7 +23,7 @@ spec:
retries: 3
values:
controllers:
main:
gimlet:
replicas: 1
pod:
securityContext:
Expand All @@ -34,7 +34,7 @@ spec:
# seccompProfile:
# type: RuntimeDefault
containers:
main:
app:
nameOverride: gimlet
env:
API_HOST: "http://gimlet.flux-system.svc.cluster.local:9000"
Expand Down Expand Up @@ -72,7 +72,8 @@ spec:
memory: 200Mi

service:
main:
app:
controller: gimlet
ports:
http:
enabled: true
Expand All @@ -89,7 +90,3 @@ spec:
type: emptyDir
globalMounts:
- path: /tmp/gimlet-dashboard

ingress:
main:
enabled: false

0 comments on commit 390868e

Please sign in to comment.