Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update from QAS-Labs/qtest-chart #5

Closed
wants to merge 1 commit into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
43 changes: 19 additions & 24 deletions Charts/qtest-mgr/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
apiVersion: v2
name: qtest-mgr
description: A Helm chart for qTest Manager

# A chart can be either an 'application' or a 'library' chart.
#
# Application charts are a collection of templates that can be packaged into versioned archives
Expand All @@ -11,38 +10,34 @@ description: A Helm chart for qTest Manager
# a dependency of application charts to inject those utilities and functions into the rendering
# pipeline. Library charts do not define any templates and therefore cannot be deployed.
type: application

dependencies:
- name: reloader
version: "*"
repository: "https://stakater.github.io/stakater-charts"
condition: reloader.enabled

- name: reloader
version: "*"
repository: "https://stakater.github.io/stakater-charts"
condition: reloader.enabled
maintainers:
- name: byangtri
email: b.yang@tricentis.com
- name: pjaladi21
email: p.jaladi@ext.tricentis.com
- name: liemng
email: l.nguyen@tricentis.com
- name: mtricentis
email: m.vankendine@ext.tricentis.com
- name: subbuATB1
email: s.reddy-ganjikunta@ext.tricentis.com
- name: tomasw
email: t.wallick@ext.tricentis.com

home: https://github.com/Tricentis/qtest.git
- name: byangtri
email: b.yang@tricentis.com
- name: pjaladi21
email: p.jaladi@ext.tricentis.com
- name: liemng
email: l.nguyen@tricentis.com
- name: mtricentis
email: m.vankendine@ext.tricentis.com
- name: subbuATB1
email: s.reddy-ganjikunta@ext.tricentis.com
- name: tomasw
email: t.wallick@ext.tricentis.com
home: https://github.com/QAS-Labs/qtest-chart.git
kubeVersion: ">=1.18.0-0"
icon: https://images.g2crowd.com/uploads/product/image/social_landscape/social_landscape_c2d6524c36c94138504f7a18bf179d76/tricentis-qtest.png
# This is the chart version. This version number should be incremented each time you make changes
# to the chart and its templates, including the app version.
# Versions are expected to follow Semantic Versioning (https://semver.org/)

version: 0.1.1

version: 0.1.0
# This is the version number of the application being deployed. This version number should be
# incremented each time you make changes to the application. Versions are not expected to
# follow Semantic Versioning. They should reflect the version the application is using.
# It is recommended to use it with quotes.
appVersion: "11.0.0-2822aac"
appVersion: "10.5.2"
16 changes: 8 additions & 8 deletions Charts/qtest-mgr/templates/vpa.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ metadata:
name: mgr-deployment
namespace: {{ .Values.namespace.name }}
labels:
{{- include "qtest-chart.labels" . | nindent 4 }}
{{- include "qtest-mgr.labels" . | nindent 4 }}
spec:
targetRef:
apiVersion: "apps/v1"
Expand All @@ -21,7 +21,7 @@ metadata:
name: mgr-deployment-api
namespace: {{ .Values.namespace.name }}
labels:
{{- include "qtest-chart.labels" . | nindent 4 }}
{{- include "qtest-mgr.labels" . | nindent 4 }}
spec:
targetRef:
apiVersion: "apps/v1"
Expand All @@ -36,7 +36,7 @@ metadata:
name: mgr-deployment-poller
namespace: {{ .Values.namespace.name }}
labels:
{{- include "qtest-chart.labels" . | nindent 4 }}
{{- include "qtest-mgr.labels" . | nindent 4 }}
spec:
targetRef:
apiVersion: "apps/v1"
Expand All @@ -51,7 +51,7 @@ metadata:
name: mgr-deployment-notification
namespace: {{ .Values.namespace.name }}
labels:
{{- include "qtest-chart.labels" . | nindent 4 }}
{{- include "qtest-mgr.labels" . | nindent 4 }}
spec:
targetRef:
apiVersion: "apps/v1"
Expand All @@ -67,7 +67,7 @@ metadata:
name: mgr-rollout
namespace: {{ .Values.namespace.name }}
labels:
{{- include "qtest-chart.labels" . | nindent 4 }}
{{- include "qtest-mgr.labels" . | nindent 4 }}
spec:
targetRef:
apiVersion: "argoproj.io/v1alpha1"
Expand All @@ -82,7 +82,7 @@ metadata:
name: mgr-api-rollout
namespace: {{ .Values.namespace.name }}
labels:
{{- include "qtest-chart.labels" . | nindent 4 }}
{{- include "qtest-mgr.labels" . | nindent 4 }}
spec:
targetRef:
apiVersion: "argoproj.io/v1alpha1"
Expand All @@ -97,7 +97,7 @@ metadata:
name: mgr-poller-rollout
namespace: {{ .Values.namespace.name }}
labels:
{{- include "qtest-chart.labels" . | nindent 4 }}
{{- include "qtest-mgr.labels" . | nindent 4 }}
spec:
targetRef:
apiVersion: "argoproj.io/v1alpha1"
Expand All @@ -112,7 +112,7 @@ metadata:
name: mgr-notification-rollout
namespace: {{ .Values.namespace.name }}
labels:
{{- include "qtest-chart.labels" . | nindent 4 }}
{{- include "qtest-mgr.labels" . | nindent 4 }}
spec:
targetRef:
apiVersion: "argoproj.io/v1alpha1"
Expand Down
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
77 changes: 21 additions & 56 deletions Charts/qtest-mgr/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,22 +5,17 @@
# universal namespace for all qtest app services
namespace:
name: qtest

reloader:
enabled: false

rollouts:
enabled: false
ingressClassName: alb
strategy:
canary:
maxSurge: "25%"
maxUnavailable: 0


deployments:
enabled: true

liquibase:
annotations:
helm.sh/hook: pre-install, pre-upgrade
Expand All @@ -34,40 +29,32 @@ liquibase:
# argocd.argoproj.io/hook: PreSync
# argocd.argoproj.io/sync-wave: "-5"
# argocd.argoproj.io/hook-delete-policy: HookSucceeded, BeforeHookCreation

annotations: {}

podAnnotations: {}

env: []

image:
repository: qasymphony/manager
liquibase: qasymphony/manager-liquibase
repository: 242129367204.dkr.ecr.us-east-1.amazonaws.com/qtestmgr
liquibase: 242129367204.dkr.ecr.us-east-1.amazonaws.com/liquibase
pullPolicy: IfNotPresent
tag: "11.0.0-2822aac"
liquibasetag: "11.0.0-2822aac"
tag: "10.5.2"
liquibasetag: "11.0.0-ca9614a"
liquibasepullpolicy: IfNotPresent

imageCredentials:
enabled: false
name: ""
registry: ""
username: ""
password: ""
email: ""

secrets:
enabled: false
# existingConfigs: ""
# existingImageCredentials: ""

serviceAccount:
create: true
name:
annotations: {}
automountsatoken: false

service:
type: LoadBalancer
annotations: {}
Expand All @@ -79,13 +66,11 @@ service:
# servicePortHttps: 443
# servicePortHttpName: http
# servicePortHttpsName: https

SigSci:
enabled: false
# existingSecret: "sigsci-secret"
accesskeyid: ""
secretaccesskey: ""

qTestManager:
client:
jdbc:
Expand Down Expand Up @@ -149,7 +134,6 @@ qTestManager:
secret:
volumeMount: /mnt/secrets/storage
appVolumeMount: /mnt/secrets/storage/..data

testconductor:
environment:
isOnPremise: false
Expand All @@ -163,8 +147,6 @@ testconductor:
api: api.onpremise
poller: poller.onpremise
notification: notification.onpremise


#### Ingress/IngressClass (> K8s 1.18-1.22+) #####
ingressClass:
enabled: true
Expand All @@ -173,8 +155,6 @@ ingressClass:
isDefaultClass: true
# Use to force a networking.k8s.io API Version for certain CI/CD applications. Ex. "v1"
fallbackApiVersion: ""


ingress:
enabled: true
name: mgr-ingress
Expand All @@ -183,10 +163,10 @@ ingress:
canary:
annotationPrefix: alb.ingress.kubernetes.io
annotations: {}
# canary-by-header: []
# canary-by-header-pattern: []
# canary-by-header: []
# canary-by-header-pattern: []
hosts: []
# host: qtest.svc.com
# host: qtest.svc.com

paths:
- path: /api
Expand Down Expand Up @@ -224,18 +204,14 @@ ingress:
name: mgr-service-notification
port:
number: 8080

extraPaths:
- path: /*
pathType: ImplementationSpecific

tls:
[]
# - secretName: qtest-svc-tls
# hosts:
# - svc.qtest.com
tls: []
# - secretName: qtest-svc-tls
# hosts:
# - svc.qtest.com
https: false

# CD Pipeline use only
chaos:
enabled: false
Expand All @@ -250,19 +226,16 @@ workflow:
postman:
repo: ""
image: public.ecr.aws/b8y7a2x6/argo-agent:ubuntu.2

# Metrics for nginx ingress controller for application and cluster analysis
metrics:
enabled: false
prometheus:
address: ""
query: ""

persistence:
enabled: true
annotations: {}
onPremiseStorageClaim: qtest-onpremise-pvc

## Specify an existing volume claim instead of creating a new one.
## When using this option all following options like storageClass, accessMode and size are ignored.
# existingClaim:
Expand All @@ -276,18 +249,15 @@ persistence:
storageClass:
accessMode: ReadWriteMany
size: 10Gi

## Specify extra volumes. Refer to ".spec.volumes" specification : https://kubernetes.io/fr/docs/concepts/storage/volumes/
volumes: []
## Specify extra mounts. Refer to ".spec.containers.volumeMounts" specification : https://kubernetes.io/fr/docs/concepts/storage/volumes/
mounts: []

# VPA values
vpaAutoscaling:
enabled: false
updatePolicy:
updateMode: "Off"

# HPA values
autoscaling:
enabled: true
Expand All @@ -305,7 +275,6 @@ autoscaling:
targetCPUUtilizationPercentage: 70
targetMemoryUtilizationPercentage: 70
healthApiPath: /health-checker

resourceQuota:
enabled: true
hard:
Expand All @@ -329,18 +298,17 @@ limitRange:
cpu: '2'
memory: 4Gi
type: Container

resources: {}
# We usually recommend not to specify default resources and to leave this as a conscious
# choice for the user. This also increases chances charts run on environments with little
# resources, such as Minikube. If you do want to specify resources, uncomment the following
# lines, adjust them as necessary, and remove the curly braces after 'resources:'.
# limits:
# cpu: 100m
# memory: 128Mi
# requests:
# cpu: 100m
# memory: 128Mi
# We usually recommend not to specify default resources and to leave this as a conscious
# choice for the user. This also increases chances charts run on environments with little
# resources, such as Minikube. If you do want to specify resources, uncomment the following
# lines, adjust them as necessary, and remove the curly braces after 'resources:'.
# limits:
# cpu: 100m
# memory: 128Mi
# requests:
# cpu: 100m
# memory: 128Mi

## Readiness, liveness and startup probes
livenessProbe:
Expand All @@ -363,9 +331,6 @@ startupProbe:
port: 8080
periodSeconds: 30
failureThreshold: 20

nodeSelector: {}

tolerations: []

affinity: {}