-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update Helm release postgresql to v14
Signed-off-by: Renovate Bot <[email protected]>
- Loading branch information
1 parent
29aabc2
commit 0072565
Showing
17 changed files
with
286 additions
and
35 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
39 changes: 39 additions & 0 deletions
39
...uiltin/builtin/builtin/01_keycloak_helmchart/postgresql/templates/read/networkpolicy.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,39 @@ | ||
apiVersion: networking.k8s.io/v1 | ||
kind: NetworkPolicy | ||
metadata: | ||
labels: | ||
app.kubernetes.io/component: read | ||
app.kubernetes.io/instance: keycloak | ||
app.kubernetes.io/managed-by: Helm | ||
app.kubernetes.io/name: postgresql | ||
app.kubernetes.io/version: 16.2.0 | ||
helm.sh/chart: postgresql-14.0.4 | ||
name: keycloak-postgresql-read | ||
namespace: syn-builtin | ||
spec: | ||
egress: | ||
- ports: | ||
- port: 53 | ||
protocol: UDP | ||
- port: 53 | ||
protocol: TCP | ||
- ports: | ||
- port: 5432 | ||
- port: 5432 | ||
to: | ||
- podSelector: | ||
matchLabels: | ||
app.kubernetes.io/component: primary | ||
app.kubernetes.io/instance: keycloak | ||
app.kubernetes.io/name: postgresql | ||
ingress: | ||
- ports: | ||
- port: 5432 | ||
podSelector: | ||
matchLabels: | ||
app.kubernetes.io/component: read | ||
app.kubernetes.io/instance: keycloak | ||
app.kubernetes.io/name: postgresql | ||
policyTypes: | ||
- Ingress | ||
- Egress |
12 changes: 12 additions & 0 deletions
12
...en/builtin/builtin/builtin/01_keycloak_helmchart/postgresql/templates/serviceaccount.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
apiVersion: v1 | ||
automountServiceAccountToken: false | ||
kind: ServiceAccount | ||
metadata: | ||
labels: | ||
app.kubernetes.io/instance: keycloak | ||
app.kubernetes.io/managed-by: Helm | ||
app.kubernetes.io/name: postgresql | ||
app.kubernetes.io/version: 16.2.0 | ||
helm.sh/chart: postgresql-14.0.4 | ||
name: keycloak-postgresql | ||
namespace: syn-builtin |
39 changes: 39 additions & 0 deletions
39
...rnal/external/external/01_keycloak_helmchart/postgresql/templates/read/networkpolicy.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,39 @@ | ||
apiVersion: networking.k8s.io/v1 | ||
kind: NetworkPolicy | ||
metadata: | ||
labels: | ||
app.kubernetes.io/component: read | ||
app.kubernetes.io/instance: keycloak | ||
app.kubernetes.io/managed-by: Helm | ||
app.kubernetes.io/name: postgresql | ||
app.kubernetes.io/version: 16.2.0 | ||
helm.sh/chart: postgresql-14.0.4 | ||
name: keycloak-postgresql-read | ||
namespace: syn-external | ||
spec: | ||
egress: | ||
- ports: | ||
- port: 53 | ||
protocol: UDP | ||
- port: 53 | ||
protocol: TCP | ||
- ports: | ||
- port: 5432 | ||
- port: 5432 | ||
to: | ||
- podSelector: | ||
matchLabels: | ||
app.kubernetes.io/component: primary | ||
app.kubernetes.io/instance: keycloak | ||
app.kubernetes.io/name: postgresql | ||
ingress: | ||
- ports: | ||
- port: 5432 | ||
podSelector: | ||
matchLabels: | ||
app.kubernetes.io/component: read | ||
app.kubernetes.io/instance: keycloak | ||
app.kubernetes.io/name: postgresql | ||
policyTypes: | ||
- Ingress | ||
- Egress |
12 changes: 12 additions & 0 deletions
12
...external/external/external/01_keycloak_helmchart/postgresql/templates/serviceaccount.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
apiVersion: v1 | ||
automountServiceAccountToken: false | ||
kind: ServiceAccount | ||
metadata: | ||
labels: | ||
app.kubernetes.io/instance: keycloak | ||
app.kubernetes.io/managed-by: Helm | ||
app.kubernetes.io/name: postgresql | ||
app.kubernetes.io/version: 16.2.0 | ||
helm.sh/chart: postgresql-14.0.4 | ||
name: keycloak-postgresql | ||
namespace: syn-external |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.