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