diff --git a/helm/numtracker/templates/statefulset.yaml b/helm/numtracker/templates/deployment.yaml similarity index 99% rename from helm/numtracker/templates/statefulset.yaml rename to helm/numtracker/templates/deployment.yaml index 97a5b5c0..fcdd0da9 100644 --- a/helm/numtracker/templates/statefulset.yaml +++ b/helm/numtracker/templates/deployment.yaml @@ -1,5 +1,5 @@ apiVersion: apps/v1 -kind: StatefulSet +kind: Deployment metadata: name: {{ include "numtracker.fullname" . }} labels: