File tree 2 files changed +17
-1
lines changed
2 files changed +17
-1
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ apiVersion: v2
2
2
name : statping
3
3
description : Status page for monitoring your websites and applications
4
4
type : application
5
- version : 0.1.0
5
+ version : 0.1.1
6
6
appVersion : v0.90.65
7
7
keywords :
8
8
- statping
Original file line number Diff line number Diff line change @@ -104,6 +104,22 @@ additionalVolumes: []
104
104
105
105
additionalVolumeMounts : []
106
106
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
+
107
123
podSecurityContext : {}
108
124
# fsGroup: 2000
109
125
You can’t perform that action at this time.
0 commit comments