Skip to content

Commit

Permalink
Merge branch 'main' into lock-down-egress
Browse files Browse the repository at this point in the history
  • Loading branch information
mjnagel authored Sep 10, 2024
2 parents 9afa6cd + 1fd8ef3 commit a461cb6
Show file tree
Hide file tree
Showing 13 changed files with 732 additions and 106 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
12 changes: 1 addition & 11 deletions src/keycloak/chart/values.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,17 +9,7 @@
"additionalGatewayNamespaces": {
"type": "array",
"items": {
"type": "object",
"properties": {
"resource": {
"type": "object",
"properties": {
"name": {
"type": "string"
}
}
}
}
"type": "string"
}
},
"autoscaling": {
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 a461cb6

Please sign in to comment.