@@ -520,6 +520,82 @@ manifest should match snapshot with extra labels:
520520 type : RuntimeDefault
521521 serviceAccountName : steadybit - extension - aws
522522 volumes : null
523+ manifest should match snapshot with global priority class :
524+ 1: |
525+ apiVersion : apps /v1
526+ kind : Deployment
527+ metadata :
528+ labels :
529+ steadybit .com /discovery -disabled : "true "
530+ steadybit .com /extension : "true "
531+ name : RELEASE -NAME -steadybit -extension -aws
532+ namespace : NAMESPACE
533+ spec :
534+ replicas : 1
535+ selector :
536+ matchLabels :
537+ app .kubernetes .io /instance : RELEASE -NAME
538+ app .kubernetes .io /name : steadybit -extension -aws
539+ template :
540+ metadata :
541+ annotations :
542+ oneagent .dynatrace .com /injection : "false "
543+ labels :
544+ app .kubernetes .io /instance : RELEASE -NAME
545+ app .kubernetes .io /name : steadybit -extension -aws
546+ steadybit .com /discovery -disabled : "true "
547+ steadybit .com /extension : "true "
548+ spec :
549+ containers :
550+ - env :
551+ - name : STEADYBIT_LOG_LEVEL
552+ value : INFO
553+ - name : STEADYBIT_LOG_FORMAT
554+ value : text
555+ image : ghcr .io /steadybit /extension -aws :v0 .0.0
556+ imagePullPolicy : Always
557+ livenessProbe :
558+ failureThreshold : 5
559+ httpGet :
560+ path : /health /liveness
561+ port : 8086
562+ initialDelaySeconds : 10
563+ periodSeconds : 10
564+ successThreshold : 1
565+ timeoutSeconds : 5
566+ name : extension
567+ ports :
568+ - containerPort : 8085
569+ readinessProbe :
570+ failureThreshold : 3
571+ httpGet :
572+ path : /health /readiness
573+ port : 8086
574+ initialDelaySeconds : 10
575+ periodSeconds : 10
576+ successThreshold : 1
577+ timeoutSeconds : 1
578+ resources :
579+ limits :
580+ cpu : 200m
581+ memory : 32Mi
582+ requests :
583+ cpu : 50m
584+ memory : 16Mi
585+ securityContext :
586+ allowPrivilegeEscalation : false
587+ capabilities :
588+ drop :
589+ - ALL
590+ readOnlyRootFilesystem : true
591+ volumeMounts : null
592+ priorityClassName : my -global -priority -class
593+ securityContext :
594+ runAsNonRoot : true
595+ seccompProfile :
596+ type : RuntimeDefault
597+ serviceAccountName : steadybit -extension -aws
598+ volumes : null
523599manifest should match snapshot with mutual TLS :
524600 1: |
525601 apiVersion : apps /v1
0 commit comments