Skip to content

Commit

Permalink
Clarify "client port" means HTTP(S)
Browse files Browse the repository at this point in the history
  • Loading branch information
jtackaberry committed Dec 23, 2023
1 parent afd0f65 commit cb84c30
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion charts/rqlite/templates/networkpolicy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@ spec:
matchLabels:
{{- include "rqlite.selectorLabels" . | nindent 6 }}
ingress:
# Client-facing port, allow from all
# Allow all traffic to the client-facing port which runs HTTP (or HTTPS if
# config.tls.client.enabled is true)
- ports:
- port: 4001
# Raft port for internode communication, only allow from other rqlite pods
Expand Down
2 changes: 1 addition & 1 deletion charts/rqlite/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -257,7 +257,7 @@ service:
annotations: {}


# An optional Kubernetes Ingress for the rqlite client API.
# An optional Kubernetes Ingress for the rqlite client HTTP(S) API.
#
# This value is inherited by read-only nodes but may be overridden (see "readonly" below).
ingress:
Expand Down

0 comments on commit cb84c30

Please sign in to comment.