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: src/main/charts/bamboo/README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -87,7 +87,7 @@ Kubernetes: `>=1.21.x-0`
87
87
| bamboo.service.annotations | object |`{}`| Additional annotations to apply to the Service |
88
88
| bamboo.service.contextPath | string |`nil`| The Tomcat context path that Bamboo will use. The ATL_TOMCAT_CONTEXTPATH will be set automatically. |
89
89
| bamboo.service.loadBalancerIP | string |`nil`| Use specific loadBalancerIP. Only applies to service type LoadBalancer. |
90
-
| bamboo.service.nodePort | string |`nil`|Only applicable if service.type is NodePort. NodePort for Bamboo service |
90
+
| bamboo.service.nodePort | string |`nil`| Only applicable if service.type is NodePort. NodePort for Bamboo service |
91
91
| bamboo.service.port | int |`80`| The port on which the Bamboo K8s Service will listen for http traffic |
92
92
| bamboo.service.sessionAffinity | string |`"None"`| Session affinity type. If you want to make sure that connections from a particular client are passed to the same pod each time, set sessionAffinity to ClientIP. See: https://kubernetes.io/docs/reference/networking/virtual-ips/#session-affinity|
Copy file name to clipboardExpand all lines: src/main/charts/bitbucket/README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -122,7 +122,7 @@ Kubernetes: `>=1.21.x-0`
122
122
| bitbucket.service.annotations | object |`{}`| Additional annotations to apply to the Service |
123
123
| bitbucket.service.contextPath | string |`nil`| The context path that Bitbucket will use. |
124
124
| bitbucket.service.loadBalancerIP | string |`nil`| Use specific loadBalancerIP. Only applies to service type LoadBalancer. |
125
-
| bitbucket.service.nodePort | string |`nil`|Only applicable if service.type is NodePort. NodePort for Bitbucket service |
125
+
| bitbucket.service.nodePort | string |`nil`| Only applicable if service.type is NodePort. NodePort for Bitbucket service |
126
126
| bitbucket.service.port | int |`80`| The port on which the Bitbucket K8s HTTP Service will listen |
127
127
| bitbucket.service.sessionAffinity | string |`"None"`| Session affinity type. If you want to make sure that connections from a particular client are passed to the same pod each time, set sessionAffinity to ClientIP. See: https://kubernetes.io/docs/reference/networking/virtual-ips/#session-affinity|
| bitbucket.sshService.enabled | bool |`false`| Set to 'true' if an additional SSH Service should be created |
139
139
| bitbucket.sshService.host | string |`nil`| The hostname of the SSH service. If set, it'll be used to configure the SSH base URL for the application. |
140
140
| bitbucket.sshService.loadBalancerIP | string |`nil`| Use specific loadBalancerIP. Only applies to service type LoadBalancer. |
141
-
| bitbucket.sshService.nodePort | string |`nil`|Only applicable if service.type is NodePort. NodePort for Bitbucket ssh service |
141
+
| bitbucket.sshService.nodePort | string |`nil`| Only applicable if service.type is NodePort. NodePort for Bitbucket ssh service |
142
142
| bitbucket.sshService.port | int |`22`| Port to expose the SSH service on. |
143
143
| bitbucket.sshService.type | string |`"LoadBalancer"`| SSH Service type |
144
144
| bitbucket.startupProbe.enabled | bool |`false`| Whether to apply the startupProbe check to pod. |
Copy file name to clipboardExpand all lines: src/main/charts/confluence/README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -88,7 +88,7 @@ Kubernetes: `>=1.21.x-0`
88
88
| confluence.service.annotations | object |`{}`| Additional annotations to apply to the Service |
89
89
| confluence.service.contextPath | string |`nil`| The Tomcat context path that Confluence will use. The ATL_TOMCAT_CONTEXTPATH will be set automatically. |
90
90
| confluence.service.loadBalancerIP | string |`nil`| Use specific loadBalancerIP. Only applies to service type LoadBalancer. |
91
-
| confluence.service.nodePort | string |`nil`|Only applicable if service.type is NodePort. NodePort for Confluence service |
91
+
| confluence.service.nodePort | string |`nil`| Only applicable if service.type is NodePort. NodePort for Confluence service |
92
92
| confluence.service.port | int |`80`| The port on which the Confluence K8s Service will listen |
93
93
| confluence.service.sessionAffinity | string |`"None"`| Session affinity type. If you want to make sure that connections from a particular client are passed to the same pod each time, set sessionAffinity to ClientIP. See: https://kubernetes.io/docs/reference/networking/virtual-ips/#session-affinity|
| synchrony.service.annotations | object |`{}`| Annotations to apply to Synchrony Service |
226
226
| synchrony.service.loadBalancerIP | string |`nil`| Use specific loadBalancerIP. Only applies to service type LoadBalancer. |
227
-
| synchrony.service.nodePort | string |`nil`|Only applicable if service.type is NodePort. NodePort for Synchrony service |
227
+
| synchrony.service.nodePort | string |`nil`| Only applicable if service.type is NodePort. NodePort for Synchrony service |
228
228
| synchrony.service.port | int |`80`| The port on which the Synchrony K8s Service will listen |
229
229
| synchrony.service.type | string |`"ClusterIP"`| The type of K8s service to use for Synchrony |
230
230
| synchrony.setPermissions | bool |`true`| Boolean to define whether to set synchrony home directory permissions on startup of Synchrony container. Set to 'false' to disable this behaviour. |
Copy file name to clipboardExpand all lines: src/main/charts/crowd/README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -70,7 +70,7 @@ Kubernetes: `>=1.21.x-0`
70
70
| crowd.service.annotations | object |`{}`| Additional annotations to apply to the Service |
71
71
| crowd.service.contextPath | string |`"/crowd"`| The Tomcat context path that Crowd will use. The ATL_TOMCAT_CONTEXTPATH will be set automatically. |
72
72
| crowd.service.loadBalancerIP | string |`nil`| Use specific loadBalancerIP. Only applies to service type LoadBalancer. |
73
-
| crowd.service.nodePort | string |`nil`|Only applicable if service.type is NodePort. NodePort for Crowd service |
73
+
| crowd.service.nodePort | string |`nil`| Only applicable if service.type is NodePort. NodePort for Crowd service |
74
74
| crowd.service.port | int |`80`| The port on which the Crowd K8s Service will listen |
75
75
| crowd.service.sessionAffinity | string |`"None"`| Session affinity type. If you want to make sure that connections from a particular client are passed to the same pod each time, set sessionAffinity to ClientIP. See: https://kubernetes.io/docs/reference/networking/virtual-ips/#session-affinity|
Copy file name to clipboardExpand all lines: src/main/charts/jira/README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -121,7 +121,7 @@ Kubernetes: `>=1.21.x-0`
121
121
| jira.service.annotations | object |`{}`| Additional annotations to apply to the Service |
122
122
| jira.service.contextPath | string |`nil`| The Tomcat context path that Jira will use. The ATL_TOMCAT_CONTEXTPATH will be set automatically. |
123
123
| jira.service.loadBalancerIP | string |`nil`| Use specific loadBalancerIP. Only applies to service type LoadBalancer. |
124
-
| jira.service.nodePort | string |`nil`|Only applicable if service.type is NodePort. NodePort for Jira service |
124
+
| jira.service.nodePort | string |`nil`| Only applicable if service.type is NodePort. NodePort for Jira service |
125
125
| jira.service.port | int |`80`| The port on which the Jira K8s Service will listen |
126
126
| jira.service.sessionAffinity | string |`"None"`| Session affinity type. If you want to make sure that connections from a particular client are passed to the same pod each time, set sessionAffinity to ClientIP. See: https://kubernetes.io/docs/reference/networking/virtual-ips/#session-affinity|
0 commit comments