This PR contains newly rendered Kubernetes manifests automatically generated by the CI workflow. ### Details - **Trigger**: `pull_request` by `@alexlebens` - **Commit**: `c0e4aba` (on `c0e4aba7e10c286e3c4f8f63d94e4c8769ac22de`) - **Charts Updated**: `homepage` ### Update Details (2026-03-28 01:22 UTC) - **Trigger**: `pull_request` by `@alexlebens` - **Commit**: `a728820` (on `a7288202e962aca91c117ed7c3a6517251ea885e`) - **Charts Updated**: `whodb` ### Update Details (2026-03-28 01:23 UTC) - **Trigger**: `pull_request` by `@alexlebens` - **Commit**: `bf6e08f` (on `bf6e08f418b887f559ccf17150827984f019d3e3`) - **Charts Updated**: `movie-roulette` ### Update Details (2026-03-28 01:25 UTC) - **Trigger**: `pull_request` by `@alexlebens` - **Commit**: `93f403d` (on `93f403d8d38652fa1cc078eab164486845746498`) - **Charts Updated**: `rybbit` ### Update Details (2026-03-28 01:38 UTC) - **Trigger**: `pull_request` by `@alexlebens` - **Commit**: `53e3754` (on `53e37544f9367204a7effca7c6152a3be10922a1`) - **Charts Updated**: `cert-manager` ### Update Details (2026-03-28 02:11 UTC) - **Trigger**: `workflow_dispatch` by `@alexlebens` - **Commit**: `d156c5b` (on `main`) - **Charts Updated**: `argocd,houndarr,immich,kube-prometheus-stack,ntfy,ollama,postiz` Reviewed-on: #5209 Co-authored-by: gitea-bot <gitea-bot@alexlebens.net> Co-committed-by: gitea-bot <gitea-bot@alexlebens.net>
95 lines
2.9 KiB
YAML
95 lines
2.9 KiB
YAML
apiVersion: apps/v1
|
|
kind: Deployment
|
|
metadata:
|
|
name: homepage
|
|
labels:
|
|
app.kubernetes.io/controller: main
|
|
app.kubernetes.io/instance: homepage
|
|
app.kubernetes.io/managed-by: Helm
|
|
app.kubernetes.io/name: homepage
|
|
helm.sh/chart: homepage-4.6.2
|
|
annotations:
|
|
reloader.stakater.com/auto: "true"
|
|
namespace: homepage
|
|
spec:
|
|
revisionHistoryLimit: 3
|
|
replicas: 1
|
|
strategy:
|
|
type: RollingUpdate
|
|
selector:
|
|
matchLabels:
|
|
app.kubernetes.io/controller: main
|
|
app.kubernetes.io/name: homepage
|
|
app.kubernetes.io/instance: homepage
|
|
template:
|
|
metadata:
|
|
annotations:
|
|
checksum/configMaps: cd4de0fd768f675f285fcc324629b4b5b0704f7cd64f6d586cfa4db88b92a31b
|
|
checksum/secrets: d3ba83f111cd32f92c909268c55ad8bbd4f9e299b74b35b33c1a011180d8b378
|
|
labels:
|
|
app.kubernetes.io/controller: main
|
|
app.kubernetes.io/instance: homepage
|
|
app.kubernetes.io/name: homepage
|
|
spec:
|
|
enableServiceLinks: false
|
|
serviceAccountName: homepage
|
|
automountServiceAccountToken: true
|
|
hostIPC: false
|
|
hostNetwork: false
|
|
hostPID: false
|
|
dnsPolicy: ClusterFirst
|
|
containers:
|
|
- env:
|
|
- name: HOMEPAGE_ALLOWED_HOSTS
|
|
value: home.alexlebens.net
|
|
envFrom:
|
|
- secretRef:
|
|
name: homepage-keys-secret
|
|
image: ghcr.io/gethomepage/homepage:v1.12.0
|
|
imagePullPolicy: IfNotPresent
|
|
name: main
|
|
resources:
|
|
requests:
|
|
cpu: 10m
|
|
memory: 256Mi
|
|
volumeMounts:
|
|
- mountPath: /app/config/custom.css
|
|
mountPropagation: None
|
|
name: config
|
|
readOnly: true
|
|
subPath: custom.css
|
|
- mountPath: /app/config/docker.yaml
|
|
mountPropagation: None
|
|
name: config
|
|
readOnly: true
|
|
subPath: docker.yaml
|
|
- mountPath: /app/config/kubernetes.yaml
|
|
mountPropagation: None
|
|
name: config
|
|
readOnly: true
|
|
subPath: kubernetes.yaml
|
|
- mountPath: /app/config/settings.yaml
|
|
mountPropagation: None
|
|
name: config
|
|
readOnly: true
|
|
subPath: settings.yaml
|
|
- mountPath: /app/config/widgets.yaml
|
|
mountPropagation: None
|
|
name: config
|
|
readOnly: true
|
|
subPath: widgets.yaml
|
|
- mountPath: /app/config/services.yaml
|
|
mountPropagation: None
|
|
name: config
|
|
readOnly: true
|
|
subPath: services.yaml
|
|
- mountPath: /app/config/bookmarks.yaml
|
|
mountPropagation: None
|
|
name: config
|
|
readOnly: true
|
|
subPath: bookmarks.yaml
|
|
volumes:
|
|
- configMap:
|
|
name: homepage
|
|
name: config
|