Files
shuffle-cracked/functions/kubernetes/charts/shuffle/templates/shuffle-app/shuffle-app-deployments.yaml
T
Pascal Sthamer 5923c68657 start working on helm-deployed workers and apps
Signed-off-by: Pascal Sthamer <pascal+github@sthamer.xyz>
2025-12-01 10:52:18 +01:00

17 lines
364 B
YAML

TODO:
- Deploy each app (configurable in values) here.
- Have defaults for all apps
- Allow overriding per app (serviceAccount, securityContext, volumes , env, resources, replicas, ...)
{{- range $index, $app := .Values.app.deployViaHelm }}
---
apiVersion: v1
kind: Service
metadata:
spec:
---
apiVersion: apps/v1
kind: Deployment
metadata:
spec:
{{- end }}