diff --git a/charts/islandis-services/services-form-system/values.dev.yaml b/charts/islandis-services/services-form-system/values.dev.yaml new file mode 100644 index 000000000000..2a1224db9f76 --- /dev/null +++ b/charts/islandis-services/services-form-system/values.dev.yaml @@ -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 diff --git a/charts/islandis/values.dev.yaml b/charts/islandis/values.dev.yaml index 9823e2862f14..d020e873f689 100644 --- a/charts/islandis/values.dev.yaml +++ b/charts/islandis/values.dev.yaml @@ -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'