[stage-3] fix values for simple-app and atlantis

This commit is contained in:
2023-03-27 10:32:33 +07:00
parent d0836e17a6
commit 29ba0d92d0
7 changed files with 38 additions and 38 deletions

View File

@@ -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"