You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: charts/octopus-deploy/values.yaml
+22-19Lines changed: 22 additions & 19 deletions
Original file line number
Diff line number
Diff line change
@@ -22,20 +22,20 @@ octopus:
22
22
# The task cap to set for the new node. If blank the default of 5 is used.
23
23
taskCap:
24
24
25
-
# The Octopus server image.
25
+
# The Octopus server image.
26
26
# Visit https://hub.docker.com/r/octopusdeploy/octopusdeploy for the available versions.
27
27
image:
28
28
# The repository defaults to DockerHub
29
29
repository: octopusdeploy/octopusdeploy
30
30
# The tag will default to using the chart appVersion
31
-
tag:
31
+
tag:
32
32
# The port the website is exposed on
33
-
webPort: 80
34
-
# The port polling tentacles will connect via https://www.octopus.com/docs/infrastructure/deployment-targets/windows-targets/tentacle-communication#polling-tentacles
35
-
tentaclePort: 10943
33
+
webPort: 80
34
+
# The port polling tentacles will connect via https://www.octopus.com/docs/infrastructure/deployment-targets/windows-targets/tentacle-communication#polling-tentacles
35
+
tentaclePort: 10943
36
36
# The port for gRPC communication
37
37
grpcPort: 8443
38
-
# The number of server nodes to maintain
38
+
# The number of server nodes to maintain
39
39
replicaCount: 1
40
40
41
41
# Resource requests and limits can be set
@@ -56,7 +56,7 @@ octopus:
56
56
# Volume used for Octopus server logs: https://octopus.com/docs/support/log-files
57
57
# Each Octopus node mounts its own server log volume (this volume is not shared across nodes)
58
58
serverLogVolume:
59
-
size: 200Mi
59
+
size: 200Mi
60
60
storageClassName: ""
61
61
62
62
# Extra volumes. Use this for arbitrary volume mounts when using readOnlyRootFilesystem. You will want mounts for:
@@ -82,17 +82,17 @@ octopus:
82
82
83
83
# The volume used for persisting packages pushed to the Octopus built-in package repository: https://octopus.com/docs/packaging-applications/package-repositories/built-in-repository
84
84
packageRepositoryVolume:
85
-
size: 1Gi
85
+
size: 1Gi
86
86
storageClassName: ""
87
87
storageAccessMode: ReadWriteOnce
88
88
# The volume used for persisting deployment artifacts: https://octopus.com/docs/projects/deployment-process/artifacts
89
89
artifactVolume:
90
-
size: 1Gi
90
+
size: 1Gi
91
91
storageClassName: ""
92
92
storageAccessMode: ReadWriteOnce
93
93
# Volume used for task logs: https://octopus.com/docs/support/get-the-raw-output-from-a-task
94
-
taskLogVolume:
95
-
size: 1Gi
94
+
taskLogVolume:
95
+
size: 1Gi
96
96
storageClassName: ""
97
97
storageAccessMode: ReadWriteOnce
98
98
# Volume used for archived audit logs: https://octopus.com/docs/security/users-and-teams/auditing#archived-audit-events
@@ -102,8 +102,8 @@ octopus:
102
102
storageAccessMode: ReadWriteOnce
103
103
104
104
service:
105
-
type: NodePort
106
-
105
+
type: NodePort
106
+
107
107
ingress:
108
108
enabled: false
109
109
annotations: {}
@@ -141,17 +141,17 @@ octopus:
141
141
all:
142
142
# an array of hostnames that should be excluded from proxying
143
143
excludedHostnames: []
144
-
145
-
# For minimum resource indications see https://octopus.com/docs/administration/managing-infrastructure/performance#minimum-requirements
146
-
resources: {}
144
+
145
+
# For minimum resource indications see https://octopus.com/docs/administration/managing-infrastructure/performance#minimum-requirements
146
+
resources: {}
147
147
# requests:
148
148
# memory: "400M"
149
149
# cpu: "100m"
150
150
# limits:
151
151
# memory: "4G"
152
152
# cpu: "1"
153
153
154
-
tolerations: []
154
+
tolerations: []
155
155
topologySpreadConstraints: []
156
156
157
157
serviceAccount:
@@ -211,15 +211,18 @@ octopus:
211
211
dockerHub:
212
212
# Set to true to create a secret containing the docker registry password
213
213
login: false
214
-
# The base 64 encoded Docker config JSON. This value can be created with the command:
214
+
# The base 64 encoded Docker config JSON. This value can be created with the command:
0 commit comments