Skip to content

Commit

Permalink
Merge branch 'main' into vector-add
Browse files Browse the repository at this point in the history
  • Loading branch information
mjnagel committed Sep 9, 2024
2 parents 3f01146 + 6ad1256 commit 07dcbd4
Show file tree
Hide file tree
Showing 12 changed files with 731 additions and 95 deletions.
4 changes: 4 additions & 0 deletions src/keycloak/chart/templates/service-http.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,5 +27,9 @@ spec:
port: 8080
targetPort: http
protocol: TCP
- name: http-metrics
port: 9000
targetPort: metrics
protocol: TCP
selector:
{{- include "keycloak.selectorLabels" . | nindent 4 }}
4 changes: 2 additions & 2 deletions src/keycloak/chart/templates/uds-package.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ spec:
app.kubernetes.io/component: http
podSelector:
app.kubernetes.io/name: keycloak
targetPort: 8080
portName: http
targetPort: 9000
portName: http-metrics
description: Metrics

network:
Expand Down
2 changes: 1 addition & 1 deletion src/pepr/operator/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ The UDS Operator manages the lifecycle of UDS Package CRs and their correspondin

#### Exemption

- allowing exemption custom resources only in the `uds-policy-exemptions` namespace unless configured to allow in all namespaces (see [configuring policy exemptions](../../../docs/CONFIGURE_POLICY_EXEMPTIONS.md))
- allowing exemption custom resources only in the `uds-policy-exemptions` namespace unless configured to allow in all namespaces (see [configuring policy exemptions](../../../docs/configuration/uds-configure-policy-exemptions.md))
- updating the policies Pepr store with registered exemptions

### Example UDS Package CR
Expand Down
Loading

0 comments on commit 07dcbd4

Please sign in to comment.