Skip to content

Commit

Permalink
Added image and port details
Browse files Browse the repository at this point in the history
  • Loading branch information
Sandhya1874 committed Jan 30, 2025
1 parent 7be07d9 commit 4e8bf26
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,8 @@ spec:
image: {{ .Values.image.repository }}:latest
command:
- /bin/github_teams_discovery.py
ports:
- containerPort: {{ .Values.image.port }}
volumeMounts:
- name: github-teams-discovery-script
mountPath: /bin/github_teams_discovery.py
Expand Down
3 changes: 3 additions & 0 deletions helm_deploy/hmpps-github-discovery/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,9 @@ generic-prometheus-alerts:

discoveryCronJob:
enabled: true
image:
repository: ghcr.io/ministryofjustice/hmpps-github-discovery
port: 8080
namespace_secrets:
hmpps-github-discovery:
SERVICE_CATALOGUE_API_ENDPOINT: "SERVICE_CATALOGUE_API_ENDPOINT"
Expand Down

0 comments on commit 4e8bf26

Please sign in to comment.