infra/helm/platform/values.yaml
Metadata
- Purpose: Kubernetes Helm chart template or values configuration.
- Domain:
infrastructure - Language:
yaml - Bytes: 4703
- Lines: 225
- Content hash (short):
4434f803 - Source (start): infra/helm/platform/values.yaml:1
- Source (end): infra/helm/platform/values.yaml:225
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