fix values error
All checks were successful
Build and Publish / build-release (push) Successful in 1m21s
All checks were successful
Build and Publish / build-release (push) Successful in 1m21s
This commit is contained in:
@@ -45,6 +45,7 @@
|
|||||||
buildInputs = with pkgs; [
|
buildInputs = with pkgs; [
|
||||||
elixir
|
elixir
|
||||||
elixir-ls
|
elixir-ls
|
||||||
|
kubernetes-helm
|
||||||
git
|
git
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
|||||||
@@ -100,24 +100,25 @@ rawResources:
|
|||||||
app.kubernetes.io/name: policy-service
|
app.kubernetes.io/name: policy-service
|
||||||
app.kubernetes.io/instance: policy-service
|
app.kubernetes.io/instance: policy-service
|
||||||
spec:
|
spec:
|
||||||
description: "PostgreSQL cluster for policy-service"
|
spec:
|
||||||
imageName: ghcr.io/cloudnative-pg/container-image:1.23.1
|
description: "PostgreSQL cluster for policy-service"
|
||||||
instances: 1
|
imageName: ghcr.io/cloudnative-pg/container-image:1.23.1
|
||||||
bootstrap:
|
instances: 1
|
||||||
initdb:
|
bootstrap:
|
||||||
database: policy_service
|
initdb:
|
||||||
owner: policy_service
|
database: policy_service
|
||||||
users:
|
owner: policy_service
|
||||||
- name: policy_service
|
users:
|
||||||
database: policy_service
|
- name: policy_service
|
||||||
storage:
|
database: policy_service
|
||||||
size: 5Gi
|
storage:
|
||||||
resources:
|
size: 5Gi
|
||||||
requests:
|
resources:
|
||||||
cpu: 100m
|
requests:
|
||||||
memory: 128Mi
|
cpu: 100m
|
||||||
limits:
|
memory: 128Mi
|
||||||
cpu: 500m
|
limits:
|
||||||
memory: 512Mi
|
cpu: 500m
|
||||||
monitoring:
|
memory: 512Mi
|
||||||
enablePodMonitoring: true
|
monitoring:
|
||||||
|
enablePodMonitoring: true
|
||||||
|
|||||||
Reference in New Issue
Block a user