Files
netology-devops-gw-infra/k8s/helm/atlantis/values.yaml
2023-03-22 11:04:12 +07:00

23 lines
422 B
YAML

environment: production
image:
name: ghcr.io/runatlantis/atlantis
atlantis:
config:
orgAllowlist: github.com/Dannecron/*
github:
user: personal-access-token-name
token: personal-access-token-secret
secret: webhook-secret
allowCommands: "version,plan,state"
replicasCount: 1
resources:
requests:
memory: 512Mi
cpu: 100m
limits:
memory: 1Gi
cpu: 100m