mirror of
https://github.com/Dannecron/netology-devops-gw-infra.git
synced 2025-12-25 23:32:35 +03:00
[stage-3] fix values for simple-app and atlantis
This commit is contained in:
@@ -3,20 +3,20 @@ 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
|
||||
|
||||
replicasCount: 1
|
||||
resources:
|
||||
requests:
|
||||
memory: 512Mi
|
||||
cpu: 100m
|
||||
limits:
|
||||
memory: 1Gi
|
||||
cpu: 100m
|
||||
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"
|
||||
|
||||
Reference in New Issue
Block a user