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/pixelfed/README.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -162,6 +162,7 @@ A Helm chart for deploying Pixelfed on Kubernetes
162
162
| resources | object |`{}`||
163
163
| securityContext | object |`{}`||
164
164
| service.port | int |`80`| This sets the ports more information can be found here: https://kubernetes.io/docs/concepts/services-networking/service/#field-spec-ports|
165
+
| service.targetPort | int |`80`| Port to attach to on the pods. Also sets what port nginx listens on inside the container. |
165
166
| service.type | string |`"ClusterIP"`| This sets the service type more information can be found here: https://kubernetes.io/docs/concepts/services-networking/service/#publishing-services-service-types|
166
167
| serviceAccount.annotations | object |`{}`| Annotations to add to the service account |
167
168
| serviceAccount.automount | bool |`true`| Automatically mount a ServiceAccount's API credentials? |
0 commit comments