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/pgbouncer/values.yaml
+3Lines changed: 3 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -64,9 +64,12 @@ securityContext: {}
64
64
# This is for setting up a service more information can be found here: https://kubernetes.io/docs/concepts/services-networking/service/
65
65
service:
66
66
# This sets the service type more information can be found here: https://kubernetes.io/docs/concepts/services-networking/service/#publishing-services-service-types
67
+
# allowed values: ClusterIP (default), NodePort
67
68
type: ClusterIP
68
69
# This sets the ports more information can be found here: https://kubernetes.io/docs/concepts/services-networking/service/#field-spec-ports
69
70
port: 5432
71
+
# nodePort property is required when the .Values.service.type is NodePort
72
+
# nodePort: "35432"
70
73
71
74
resources: {}
72
75
# We usually recommend not to specify default resources and to leave this as a conscious
0 commit comments