Skip to content

Commit

Permalink
fix: test other config
Browse files Browse the repository at this point in the history
  • Loading branch information
lsagetlethias committed Aug 18, 2023
1 parent e046fb1 commit 4057d43
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 21 deletions.
20 changes: 10 additions & 10 deletions .kontinuous/config.yaml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
projectName: egapro
repositoryName: egapro
dependencies:
fabrique:
import: SocialGouv/kontinuous/plugins/fabrique
dependencies:
contrib:
patches:
janitor:
permanentDevEnvironmentBranches:
- master
- charon
# dependencies:
# fabrique:
# import: SocialGouv/kontinuous/plugins/fabrique
# dependencies:
# contrib:
# patches:
# janitor:
# permanentDevEnvironmentBranches:
# - master
# - charon
11 changes: 0 additions & 11 deletions .kontinuous/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,19 +3,8 @@ charon:
imagePackage: lsagetlethias/charon
probesPath: /healthz
containerPort: 4500
host: "{{ .Values.global.host }}"
certSecretName: api-crt
envFrom:
- secretRef:
name: "charon"
vars:
CHARON_PUBLIC_HOST: "https://{{ .Values.global.host }}"
autoscale:
enabled: true
resources:
requests:
cpu: 20m
memory: 256M
limits:
cpu: 500m
memory: 1G

0 comments on commit 4057d43

Please sign in to comment.