Skip to content

Commit

Permalink
fix charts error
Browse files Browse the repository at this point in the history
  • Loading branch information
OlafurGeorg committed Jan 29, 2025
1 parent a78344f commit e928cf3
Show file tree
Hide file tree
Showing 2 changed files with 110 additions and 0 deletions.
109 changes: 109 additions & 0 deletions charts/islandis-services/services-form-system/values.dev.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,109 @@
#####################################################################
#
# Do not edit this file manually, it is automatically generated.
# Run "yarn charts" instead.
#
#####################################################################

global:
env:
AUDIT_GROUP_NAME: '/island-is/audit-log'
AWS_REGION: 'eu-west-1'
NPM_CONFIG_UPDATE_NOTIFIER: 'false'
PORT: '3333'
name: 'dev'
initContainer:
env:
AWS_REGION: 'eu-west-1'
NPM_CONFIG_UPDATE_NOTIFIER: 'false'
name: 'services-form-system'
enabled: true
env:
CODE_OWNER: 'Advania'
DB_HOST: 'postgres-applications.internal'
DB_NAME: 'services_form_system'
DB_REPLICAS_HOST: 'postgres-applications-reader.internal'
DB_USER: 'services_form_system'
IDENTITY_SERVER_ISSUER_URL: 'https://identity-server.dev01.devland.is'
LOG_LEVEL: 'info'
NODE_OPTIONS: '--max-old-space-size=230 -r dd-trace/init'
SERVERSIDE_FEATURES_ON: ''
grantNamespaces:
- 'islandis'
grantNamespacesEnabled: true
healthCheck:
liveness:
initialDelaySeconds: 3
path: '/liveness'
timeoutSeconds: 3
readiness:
initialDelaySeconds: 3
path: '/readiness'
timeoutSeconds: 3
hpa:
scaling:
metric:
cpuAverageUtilization: 90
nginxRequestsIrate: 5
replicas:
max: 3
min: 1
image:
repository: '821090935708.dkr.ecr.eu-west-1.amazonaws.com/services-form-system'
initContainer:
containers:
- args:
- 'sequelize-cli'
- 'db:migrate'
command:
- 'npx'
name: 'migrations'
resources:
limits:
cpu: '200m'
memory: '256Mi'
requests:
cpu: '50m'
memory: '128Mi'
- args:
- 'sequelize-cli'
- 'db:seed:all'
command:
- 'npx'
name: 'seed'
resources:
limits:
cpu: '200m'
memory: '256Mi'
requests:
cpu: '50m'
memory: '128Mi'
env:
DB_HOST: 'postgres-applications.internal'
DB_NAME: 'services_form_system'
DB_REPLICAS_HOST: 'postgres-applications-reader.internal'
DB_USER: 'services_form_system'
SERVERSIDE_FEATURES_ON: ''
secrets:
DB_PASS: '/k8s/services-form-system/DB_PASSWORD'
namespace: 'services-form-system'
podDisruptionBudget:
maxUnavailable: 1
pvcs: []
replicaCount:
default: 1
max: 3
min: 1
resources:
limits:
cpu: '200m'
memory: '256Mi'
requests:
cpu: '100m'
memory: '128Mi'
secrets:
CONFIGCAT_SDK_KEY: '/k8s/configcat/CONFIGCAT_SDK_KEY'
DB_PASS: '/k8s/services-form-system/DB_PASSWORD'
securityContext:
allowPrivilegeEscalation: false
privileged: false
1 change: 1 addition & 0 deletions charts/islandis/values.dev.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2556,6 +2556,7 @@ services-documents:
services-form-system:
enabled: true
env:
CODE_OWNER: 'Advania'
DB_HOST: 'postgres-applications.internal'
DB_NAME: 'services_form_system'
DB_REPLICAS_HOST: 'postgres-applications-reader.internal'
Expand Down

0 comments on commit e928cf3

Please sign in to comment.