Skip to main content

infra/helm/platform/values.yaml

Metadata

Indexed Symbols

No indexed functions/methods detected in this file.

Markdown Headings (if applicable)

No markdown headings detected.

Source Preview

global:
environment: dev
imagePullPolicy: IfNotPresent
serviceAccountName: anchor-platform
automountServiceAccountToken: false

namespace:
create: true
name: anchor-platform

web:
enabled: true
replicaCount: 1
image:
repository: ghcr.io/anchor-msp/web
tag: latest
service:
port: 3000
env:
API_BASE_URL: http://anchor-gateway:8080
NEXT_PUBLIC_API_BASE_URL: https://ops.anchor-msp.local/api
resources:
requests:
cpu: 200m
memory: 256Mi