mirror of
https://github.com/Dannecron/netology-devops-gw-infra.git
synced 2025-12-25 23:32:35 +03:00
[stage-3] create atlantis helm chart
update readme
This commit is contained in:
22
k8s/helm/atlantis/values.yaml
Normal file
22
k8s/helm/atlantis/values.yaml
Normal file
@@ -0,0 +1,22 @@
|
||||
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
|
||||
Reference in New Issue
Block a user