mirror of
https://github.com/fankes/beszel.git
synced 2025-10-18 17:29:28 +08:00
Fixing service name in helm chart and making default values unopinionated (#1166)
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
apiVersion: v1
|
apiVersion: v1
|
||||||
kind: Service
|
kind: Service
|
||||||
metadata:
|
metadata:
|
||||||
name: {{ include "beszel.fullname" . }}-web
|
name: {{ include "beszel.fullname" . }}
|
||||||
labels:
|
labels:
|
||||||
{{- include "beszel.labels" . | nindent 4 }}
|
{{- include "beszel.labels" . | nindent 4 }}
|
||||||
{{- if .Values.service.annotations }}
|
{{- if .Values.service.annotations }}
|
||||||
|
@@ -30,14 +30,10 @@ securityContext: {}
|
|||||||
|
|
||||||
service:
|
service:
|
||||||
enabled: true
|
enabled: true
|
||||||
type: LoadBalancer
|
annotations: {}
|
||||||
loadBalancerIP: "10.0.10.251"
|
type: ClusterIP
|
||||||
|
loadBalancerIP: ""
|
||||||
port: 8090
|
port: 8090
|
||||||
# -- Annotations for the DHCP service
|
|
||||||
annotations:
|
|
||||||
metallb.universe.tf/address-pool: pool
|
|
||||||
metallb.universe.tf/allow-shared-ip: beszel-hub-web
|
|
||||||
# -- Labels for the DHCP service
|
|
||||||
|
|
||||||
ingress:
|
ingress:
|
||||||
enabled: false
|
enabled: false
|
||||||
@@ -96,7 +92,7 @@ persistentVolumeClaim:
|
|||||||
accessModes:
|
accessModes:
|
||||||
- ReadWriteOnce
|
- ReadWriteOnce
|
||||||
|
|
||||||
storageClass: "retain-local-path"
|
storageClass: ""
|
||||||
|
|
||||||
# -- volume claim size
|
# -- volume claim size
|
||||||
size: "500Mi"
|
size: "500Mi"
|
||||||
|
Reference in New Issue
Block a user