fix(homarr): minimal config - chart doesn't support our persistence/env syntax
This commit is contained in:
@@ -1,22 +1,13 @@
|
|||||||
# Homarr landing page — official chart from homarr-labs/charts.
|
# Homarr landing page - minimal config to get it running
|
||||||
# SSO via Authentik, single-replica (UI state lives on PVC, not git).
|
# SSO will be added after basic deployment works
|
||||||
|
|
||||||
image:
|
image:
|
||||||
repository: ghcr.io/homarr-labs/homarr
|
repository: ghcr.io/homarr-labs/homarr
|
||||||
tag: "latest" # Use latest until we find correct version tag
|
tag: "latest"
|
||||||
pullPolicy: Always
|
pullPolicy: Always
|
||||||
|
|
||||||
replicaCount: 1
|
replicaCount: 1
|
||||||
|
|
||||||
service:
|
|
||||||
type: ClusterIP
|
|
||||||
port: 3000
|
|
||||||
|
|
||||||
persistence:
|
|
||||||
enabled: true
|
|
||||||
storageClass: longhorn-wffc
|
|
||||||
accessMode: ReadWriteOnce
|
|
||||||
size: 5Gi
|
|
||||||
|
|
||||||
tolerations:
|
tolerations:
|
||||||
- key: node-role.kubernetes.io/control-plane
|
- key: node-role.kubernetes.io/control-plane
|
||||||
operator: Exists
|
operator: Exists
|
||||||
@@ -29,6 +20,3 @@ resources:
|
|||||||
limits:
|
limits:
|
||||||
cpu: 500m
|
cpu: 500m
|
||||||
memory: 512Mi
|
memory: 512Mi
|
||||||
|
|
||||||
ingress:
|
|
||||||
enabled: false # Managed centrally in k8s/bootstrap/ingress/ingress.yaml
|
|
||||||
|
|||||||
Reference in New Issue
Block a user