Files
Oleks 14f57885d8
ci/woodpecker/push/container Pipeline was successful
style: auto-format from pre-push hooks
2026-05-20 12:29:20 +03:00

49 lines
1.2 KiB
YAML

apiVersion: helm.toolkit.fluxcd.io/v2
kind: HelmRelease
metadata:
name: cms-plugins-production
namespace: kotkan
spec:
interval: 5m
chart:
spec:
chart: ./deploy/helm
sourceRef:
kind: GitRepository
name: cms-plugins-production
namespace: kotkan
reconcileStrategy: Revision
releaseName: cms-plugins-production
targetNamespace: kotkan
install:
disableWait: true
remediation:
retries: 3
upgrade:
disableWait: true
remediation:
retries: 3
values:
existingSecret: cms-plugins-production-secrets
image:
# `tag` stays human-readable. The chart prefers `digest` when set
# and renders `repository@<digest>` — that's what actually pins
# the pod. Without digest pinning, helm upgrade would see no spec
# change when CI retags the floating `production` tag.
tag: production
digest: "" # {"$imagepolicy": "kotkan:cms-plugins-production:digest"}
pullPolicy: Always
ingress:
host: cms-plugins-production.kotkanagrilli.fi
nodeSelector:
kubernetes.io/hostname: kotkan
persistence:
size: 10Gi
resources:
requests:
cpu: 100m
memory: 384Mi
limits:
cpu: "1"
memory: 1Gi