Skip to content

Instantly share code, notes, and snippets.

@willhume
willhume / compute-statefulset.yaml
Created January 6, 2026 19:59
PuppyGraph Helm Chart - envFrom secret support
apiVersion: apps/v1
kind: StatefulSet
metadata:
name: {{ include "puppygraph.computeName" . }}
namespace: {{ .Release.Namespace }}
labels:
{{- include "puppygraph.labels" . | nindent 4 }}
app: {{ include "puppygraph.computeName" . }}
spec:
serviceName: {{ include "puppygraph.computeServiceName" . }}