mirror of
https://github.com/Dannecron/netology-devops-gw-infra.git
synced 2025-12-25 23:32:35 +03:00
23 lines
396 B
YAML
23 lines
396 B
YAML
environment: production
|
|
|
|
image:
|
|
name: ghcr.io/runatlantis/atlantis
|
|
|
|
atlantis:
|
|
config:
|
|
orgAllowlist: github.com/Dannecron/*
|
|
github:
|
|
user: Dannecron
|
|
token: personal-access-token
|
|
secret: token-secret
|
|
allowCommands: "version,plan,state"
|
|
|
|
replicasCount: 1
|
|
resources:
|
|
requests:
|
|
memory: 512Mi
|
|
cpu: 100m
|
|
limits:
|
|
memory: 1Gi
|
|
cpu: 100m
|