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

feat(plugin-site-frontend): add PDB and unittest #840

Merged
merged 2 commits into from
Oct 6, 2023

Conversation

smerle33
Copy link
Contributor

@smerle33 smerle33 commented Oct 6, 2023

as per jenkins-infra/helpdesk#3719

plugin-site, plugin-site-frontend, PodDisruptionBudget (policy) has been added:
- 
+ # Source: plugin-site/templates/pdb-frontend.yaml
+ apiVersion: policy/v1
+ kind: PodDisruptionBudget
+ metadata:
+   name: plugin-site-frontend
+   labels:
+     app.kubernetes.io/name: plugin-site
+     app.kubernetes.io/instance: plugin-site
+     helm.sh/chart: plugin-site-0.3.0
+     app.kubernetes.io/version: "1.0"
+     app.kubernetes.io/managed-by: Helm
+     jenkins.io/maintainer: timja
+ spec:
+   minAvailable: 1
+   selector:
+     matchLabels:
+       app.kubernetes.io/name: plugin-site-frontend
+       app.kubernetes.io/instance: plugin-site

@smerle33 smerle33 requested a review from dduportal October 6, 2023 13:02
Signed-off-by: Damien Duportal <[email protected]>
@dduportal dduportal added enhancement New feature or request plugin-site labels Oct 6, 2023
@dduportal dduportal merged commit 0a275de into jenkins-infra:main Oct 6, 2023
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request plugin-site
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants