Skip to content

Commit 09e983f

Browse files
add serviceaccount and hpa
1 parent e25a5d3 commit 09e983f

File tree

2 files changed

+17
-1
lines changed

2 files changed

+17
-1
lines changed

itscontained/statping/Chart.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ apiVersion: v2
22
name: statping
33
description: Status page for monitoring your websites and applications
44
type: application
5-
version: 0.1.0
5+
version: 0.1.1
66
appVersion: v0.90.65
77
keywords:
88
- statping

itscontained/statping/values.yaml

+16
Original file line numberDiff line numberDiff line change
@@ -104,6 +104,22 @@ additionalVolumes: []
104104

105105
additionalVolumeMounts: []
106106

107+
serviceAccount:
108+
# Specifies whether a service account should be created
109+
create: true
110+
# Annotations to add to the service account
111+
annotations: {}
112+
# The name of the service account to use.
113+
# If not set and create is true, a name is generated using the fullname template
114+
name: ""
115+
116+
autoscaling:
117+
enabled: false
118+
minReplicas: 1
119+
maxReplicas: 3
120+
targetCPUUtilizationPercentage: 80
121+
# targetMemoryUtilizationPercentage: 80
122+
107123
podSecurityContext: {}
108124
# fsGroup: 2000
109125

0 commit comments

Comments
 (0)