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(publick8s/updates.jenkins.io) restore the rsyncd-data service #5945

Merged
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
12 changes: 6 additions & 6 deletions clusters/publick8s.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -255,12 +255,12 @@ releases:
values:
- "../config/updates.jenkins.io_httpd-unsecured.yaml"
# Service used to fill the shared Azure File PVC through rsync from trusted.ci
#- name: updates-jenkins-io-rsyncd-data
# namespace: updates-jenkins-io
# chart: jenkins-infra/rsyncd
# version: 2.0.3
# values:
# - "../config/updates.jenkins.io-rsyncd-data.yaml"
- name: updates-jenkins-io-rsyncd-data
namespace: updates-jenkins-io
chart: jenkins-infra/rsyncd
version: 2.0.3
values:
- "../config/updates.jenkins.io-rsyncd-data.yaml"
- name: contributors-jenkins-io
namespace: contributors-jenkins-io
chart: jenkins-infra/nginx-website
Expand Down
2 changes: 1 addition & 1 deletion config/updates.jenkins.io-rsyncd-data.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ configuration:
components:
- name: updates-jenkins-io-data
path: /updates-jenkins-io-data
comment: "Updates Center Data Sharedf Persistence Volume"
comment: "Updates Center Data Shared Persistence Volume"
volumeTpl: updates-jenkins-io-data
writeEnabled: true
podSecurityContext:
Expand Down