Skip to content

Commit

Permalink
feat: local
Browse files Browse the repository at this point in the history
  • Loading branch information
patrickleet committed Oct 31, 2022
1 parent c5c65bc commit 6b1046d
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 83 deletions.
21 changes: 0 additions & 21 deletions helm/.helmignore

This file was deleted.

4 changes: 2 additions & 2 deletions helm/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
apiVersion: v1
description: A Helm chart for sveltekit-web3auth
icon: https://raw.githubusercontent.com/sveltejs/svelte/29052aba7d0b78316d3a52aef1d7ddd54fe6ca84/site/static/images/svelte-android-chrome-512.png
name: sveltekit-web3auth
version: 0.0.1
name: sveltekit-web3auth-template
version: 0.0.0-dev
11 changes: 0 additions & 11 deletions helm/Kptfile

This file was deleted.

48 changes: 0 additions & 48 deletions helm/Makefile

This file was deleted.

1 change: 0 additions & 1 deletion helm/README.md

This file was deleted.

3 changes: 3 additions & 0 deletions helm/templates/ksvc.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
{{- if .Values.local }}
{{- else }}
apiVersion: serving.knative.dev/v1
kind: Service
metadata:
Expand Down Expand Up @@ -65,3 +67,4 @@ spec:
failureThreshold: {{ .Values.readinessProbe.failureThreshold }}
resources:
{{ toYaml .Values.resources | indent 10 }}
{{- end }}
2 changes: 2 additions & 0 deletions helm/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ knative:
maxScale: 3
concurrencyTarget: 100

local: false

probePath: /
livenessProbe:
initialDelaySeconds: 0
Expand Down

0 comments on commit 6b1046d

Please sign in to comment.