use LB instead of nodePort

This commit is contained in:
2025-05-31 03:40:30 +05:30
parent f0018750a5
commit 85a4ccfb00
4 changed files with 7 additions and 11 deletions

View File

@@ -28,5 +28,5 @@ spec:
enabled: false
service:
ui:
type: NodePort
nodePort: 85
type: LoadBalancer
port: 85

View File

@@ -32,8 +32,8 @@ spec:
pull:
- gemma2:2b
service:
type: NodePort
nodePort: 3210
type: LoadBalancer
port: 3210
runtimeClassName: nvidia
persistentVolume:
enabled: true

View File

@@ -23,15 +23,11 @@ spec:
retries: 3
values:
service:
type: NodePort
type: LoadBalancer
httpPort: 9000
persistence:
enabled: true
storageClass: longhorn
accessModes:
- ReadWriteOnce
size: 500Mi
NodePort:
enabled: true
port: 9000
targetPort: 9000
nodePort: 9111

View File

@@ -24,7 +24,7 @@ spec:
values:
hostname: rancher.akshun-lab.uk
service:
type: NodePort
type: LoadBalancer
valuesFrom:
- kind: Secret
name: rancher-bootstrap-secret