Skip to content

Commit

Permalink
fix: agentURL and netpols
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael-Kruggel committed Mar 11, 2024
1 parent 162b201 commit 604b0ff
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 3 deletions.
9 changes: 8 additions & 1 deletion chart/templates/uds-package.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,15 @@ spec:
host: jenkins
port: 8080
allow:
- direction: Ingress
remoteGenerated: IntraNamespace
- direction: Egress
remoteGenerated: IntraNamespace
- direction: Egress
podLabels:
app.kubernetes.io/name: jenkins
port: 443
description: "Jenkins-plugins"
description: "Jenkins-plugins & SSO"
- direction: Egress
# todo: this is over permissive, need to scope it down
remoteGenerated: KubeAPI
4 changes: 2 additions & 2 deletions values/common.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -132,10 +132,10 @@ controller:

agent:
enabled: true
jnlpregistry: registry1.dso.mil
jenkinsUrl: https://jenkins.###ZARF_VAR_DOMAIN###
image:
# -- Repository to pull the agent jnlp image from
repository: "ironbank/opensource/jenkins/inbound-agent"
repository: "registry1.dso.mil/ironbank/opensource/jenkins/inbound-agent"
# -- Tag of the image to pull
tag: "3186.vc3b_7249b_87eb_-1"
resources:
Expand Down

0 comments on commit 604b0ff

Please sign in to comment.