Skip to content

Commit

Permalink
feat(steadybit-agent): make spec.serviceName configurable
Browse files Browse the repository at this point in the history
  • Loading branch information
joshiste committed Dec 3, 2024
1 parent ef31ee2 commit 616f995
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion charts/steadybit-agent/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apiVersion: v2
name: steadybit-agent
description: steadybit agent Helm chart for Kubernetes.
version: 2.1.67
version: 2.1.68
appVersion: 2.0.47
home: https://www.steadybit.com/
icon: https://steadybit-website-assets.s3.amazonaws.com/logo-symbol-transparent.png
Expand Down
2 changes: 1 addition & 1 deletion charts/steadybit-agent/templates/statefulset.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ metadata:
{{ $key }}: {{ $value }}
{{- end }}
spec:
serviceName: steadybit-agent
serviceName: {{ .Values.agent.serviceName }}
replicas: {{ .Values.agent.replicaCount }}
selector:
matchLabels:
Expand Down
2 changes: 2 additions & 0 deletions charts/steadybit-agent/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -163,6 +163,8 @@ agent:
# agent.aws.accountId -- If running on AWS, the account id of the agent. If not set, the account id will be determined from the instance metadata or using sts:GetCallerIdentity.
accountId: null
replicaCount: 1
# agent.serviceName -- serviceName used for the stateful set
serviceName: steadybit-agent

logging:
# logging.level -- The active log level. Valid values are: TRACE, DEBUG, INFO, WARN, ERROR
Expand Down

0 comments on commit 616f995

Please sign in to comment.