diff --git a/helm/.helmignore b/helm/.helmignore deleted file mode 100644 index 0e8a0eb..0000000 --- a/helm/.helmignore +++ /dev/null @@ -1,23 +0,0 @@ -# Patterns to ignore when building packages. -# This supports shell glob matching, relative path matching, and -# negation (prefixed with !). Only one pattern per line. -.DS_Store -# Common VCS dirs -.git/ -.gitignore -.bzr/ -.bzrignore -.hg/ -.hgignore -.svn/ -# Common backup files -*.swp -*.bak -*.tmp -*.orig -*~ -# Various IDEs -.project -.idea/ -*.tmproj -.vscode/ diff --git a/helm/Chart.lock b/helm/Chart.lock deleted file mode 100644 index ec10db3..0000000 --- a/helm/Chart.lock +++ /dev/null @@ -1,6 +0,0 @@ -dependencies: -- name: microservice-chart - repository: https://pagopa.github.io/aks-microservice-chart-blueprint - version: 1.21.0 -digest: sha256:e3deccb7ac0b5d85af0c726f28316ebe7a3795cbf54522330c33474b0bae309a -generated: "2022-10-06T17:44:35.49088+02:00" diff --git a/helm/Chart.yaml b/helm/Chart.yaml deleted file mode 100644 index 06086a2..0000000 --- a/helm/Chart.yaml +++ /dev/null @@ -1,10 +0,0 @@ -apiVersion: v2 -name: pagopa-functions-template -description: Microservice description -type: application -version: 0.27.0 -appVersion: 0.1.15 -dependencies: - - name: microservice-chart - version: 1.21.0 - repository: "https://pagopa.github.io/aks-microservice-chart-blueprint" diff --git a/helm/values-dev.yaml b/helm/values-dev.yaml deleted file mode 100644 index 52c4dc1..0000000 --- a/helm/values-dev.yaml +++ /dev/null @@ -1,78 +0,0 @@ -microservice-chart: - namespace: "" # TODO - nameOverride: "" - fullnameOverride: "" - image: - repository: pagopadcommonacr.azurecr.io/pagopa # TODO - tag: "0.1.15" - pullPolicy: Always - # https://github.com/Azure/azure-functions-host/blob/dev/src/WebJobs.Script.WebHost/Controllers/HostController.cs - livenessProbe: - httpGet: - path: /info - port: 80 - initialDelaySeconds: 60 - failureThreshold: 6 - periodSeconds: 10 - readinessProbe: - httpGet: - path: /info - port: 80 - initialDelaySeconds: 60 - failureThreshold: 6 - periodSeconds: 10 - deployment: - create: true - service: - create: true - type: ClusterIP - port: 80 - ingress: - create: true - host: "weudev..internal.dev.platform.pagopa.it" # TODO - path: /pagopa--service/(.*) # TODO - serviceAccount: - create: false - annotations: {} - name: "" - podAnnotations: {} - podSecurityContext: - seccompProfile: - type: RuntimeDefault - securityContext: - allowPrivilegeEscalation: false - resources: - requests: - memory: "512Mi" - cpu: "0.25" - limits: - memory: "512Mi" - cpu: "0.25" - autoscaling: - enable: true - minReplica: 3 - maxReplica: 10 - pollingInterval: 10 # seconds - cooldownPeriod: 50 # seconds - triggers: - - type: cpu - metadata: - # Required - type: Utilization # Allowed types are 'Utilization' or 'AverageValue' - value: "75" - envConfig: - WEBSITE_SITE_NAME: "pagopa" # required to show cloud role name in application insights # TODO - FUNCTIONS_WORKER_RUNTIME: "java" - envSecret: - APPLICATIONINSIGHTS_CONNECTION_STRING: 'ai-d-connection-string' # TODO set in kv - keyvault: - name: "pagopa-d--kv" # TODO - tenantId: "7788edaf-0346-4068-9d79-c868aed15b3d" - nodeSelector: {} - tolerations: [] - affinity: {} - canaryDelivery: - deployment: - image: - tag: 0.1.4-7-PAGOPA-1176-creare-un-gha-per-deploy-azure-function - create: false diff --git a/helm/values-prod.yaml b/helm/values-prod.yaml deleted file mode 100644 index b1b9c2a..0000000 --- a/helm/values-prod.yaml +++ /dev/null @@ -1,78 +0,0 @@ -microservice-chart: - namespace: "" # TODO - nameOverride: "" - fullnameOverride: "" - image: - repository: pagopapcommonacr.azurecr.io/pagopa # TODO - tag: "0.1.15" - pullPolicy: Always - # https://github.com/Azure/azure-functions-host/blob/dev/src/WebJobs.Script.WebHost/Controllers/HostController.cs - livenessProbe: - httpGet: - path: /info - port: 80 - initialDelaySeconds: 60 - failureThreshold: 6 - periodSeconds: 10 - readinessProbe: - httpGet: - path: /info - port: 80 - initialDelaySeconds: 60 - failureThreshold: 6 - periodSeconds: 10 - deployment: - create: true - service: - create: true - type: ClusterIP - port: 80 - ingress: - create: true - host: "weuprod..internal.platform.pagopa.it" # TODO - path: /pagopa--service/(.*) # TODO - serviceAccount: - create: false - annotations: {} - name: "" - podAnnotations: {} - podSecurityContext: - seccompProfile: - type: RuntimeDefault - securityContext: - allowPrivilegeEscalation: false - resources: - requests: - memory: "512Mi" - cpu: "0.25" - limits: - memory: "512Mi" - cpu: "0.25" - autoscaling: - enable: true - minReplica: 3 - maxReplica: 10 - pollingInterval: 10 # seconds - cooldownPeriod: 50 # seconds - triggers: - - type: cpu - metadata: - # Required - type: Utilization # Allowed types are 'Utilization' or 'AverageValue' - value: "75" - envConfig: - WEBSITE_SITE_NAME: "pagopa" # required to show cloud role name in application insights # TODO - FUNCTIONS_WORKER_RUNTIME: "java" - envSecret: - APPLICATIONINSIGHTS_CONNECTION_STRING: 'ai-d-connection-string' # TODO set in kv - keyvault: - name: "pagopa-p--kv" # TODO - tenantId: "7788edaf-0346-4068-9d79-c868aed15b3d" - nodeSelector: {} - tolerations: [] - affinity: {} - canaryDelivery: - deployment: - image: - tag: 0.1.4-7-PAGOPA-1176-creare-un-gha-per-deploy-azure-function - create: false diff --git a/helm/values-uat.yaml b/helm/values-uat.yaml deleted file mode 100644 index d0cc85d..0000000 --- a/helm/values-uat.yaml +++ /dev/null @@ -1,78 +0,0 @@ -microservice-chart: - namespace: "" # TODO - nameOverride: "" - fullnameOverride: "" - image: - repository: pagopaucommonacr.azurecr.io/pagopa # TODO - tag: "0.1.15" - pullPolicy: Always - # https://github.com/Azure/azure-functions-host/blob/dev/src/WebJobs.Script.WebHost/Controllers/HostController.cs - livenessProbe: - httpGet: - path: /info - port: 80 - initialDelaySeconds: 60 - failureThreshold: 6 - periodSeconds: 10 - readinessProbe: - httpGet: - path: /info - port: 80 - initialDelaySeconds: 60 - failureThreshold: 6 - periodSeconds: 10 - deployment: - create: true - service: - create: true - type: ClusterIP - port: 80 - ingress: - create: true - host: "weuuat..internal.uat.platform.pagopa.it" # TODO - path: /pagopa--service/(.*) # TODO - serviceAccount: - create: false - annotations: {} - name: "" - podAnnotations: {} - podSecurityContext: - seccompProfile: - type: RuntimeDefault - securityContext: - allowPrivilegeEscalation: false - resources: - requests: - memory: "512Mi" - cpu: "0.25" - limits: - memory: "512Mi" - cpu: "0.25" - autoscaling: - enable: true - minReplica: 3 - maxReplica: 10 - pollingInterval: 10 # seconds - cooldownPeriod: 50 # seconds - triggers: - - type: cpu - metadata: - # Required - type: Utilization # Allowed types are 'Utilization' or 'AverageValue' - value: "75" - envConfig: - WEBSITE_SITE_NAME: "pagopa" # required to show cloud role name in application insights # TODO - FUNCTIONS_WORKER_RUNTIME: "java" - envSecret: - APPLICATIONINSIGHTS_CONNECTION_STRING: 'ai-d-connection-string' # TODO set in kv - keyvault: - name: "pagopa-u--kv" # TODO - tenantId: "7788edaf-0346-4068-9d79-c868aed15b3d" - nodeSelector: {} - tolerations: [] - affinity: {} - canaryDelivery: - deployment: - image: - tag: 0.1.4-7-PAGOPA-1176-creare-un-gha-per-deploy-azure-function - create: false