loop-onprem-charts/airgap/values-airgap-stack.yaml
2026-03-02 14:57:56 +03:00

19 lines
482 B
YAML

# Air-gapped overrides for loop-enterprise-stack
# Applied automatically by install.sh in air-gapped environments
loop-enterprise-edition:
# Prevent Kubernetes from trying to pull images from external registries
loopApp:
image:
pullPolicy: IfNotPresent
initContainerImage:
imagePullPolicy: IfNotPresent
# Disable push notifications (push.loop.ru unreachable in air-gapped)
global:
features:
notifications:
push:
useHPNS: false