Skip to content

Commit 51ab9e5

Browse files
committed
fix: update serviceName and port references in helmrelease.yaml for consistency
1 parent 832460e commit 51ab9e5

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

kubernetes/nas-1/apps/default/minio/app/helmrelease.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ spec:
8383
serviceMonitor:
8484
main:
8585
enabled: true
86-
serviceName: main
86+
serviceName: minio
8787
endpoints:
8888
- port: s3
8989
scheme: http
@@ -101,15 +101,15 @@ spec:
101101
- path: /
102102
pathType: Prefix
103103
service:
104-
name: main
105-
port: 9001
104+
identifier: main
105+
port: http
106106
- host: &host2 minio-s3.holthome.net
107107
paths:
108108
- path: /
109109
pathType: Prefix
110110
service:
111-
name: main
112-
port: 9000
111+
identifier: main
112+
port: s3
113113

114114
persistence:
115115
data:

0 commit comments

Comments
 (0)