Skip to content

Commit fc5fbba

Browse files
committed
helm: Fix redis-exporter NodePort
Change-Id: Ie6abdbf3c7749547b09e95b6262b30e69f238708
1 parent b5640ec commit fc5fbba

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

helm-quarry/templates/redis_exporter_service.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ spec:
88
ports:
99
- name: web
1010
port: 9121
11-
nodePort: 9121
11+
nodePort: 30121
1212
protocol: TCP
1313
targetPort: 9121
1414
selector:

helm-quarry/templates/redis_statefulset.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ spec:
4040
cpu: 100m
4141
memory: 100Mi
4242
ports:
43-
- containerPort: 30121
43+
- containerPort: 9121
4444
volumes:
4545
- name: redis-data
4646
emptyDir:

0 commit comments

Comments
 (0)