Skip to content
Snippets Groups Projects
Commit cd5822d5 authored by Mikhail Piatliou (EPAM)'s avatar Mikhail Piatliou (EPAM)
Browse files

Delete k8s requests and redundant annotation [GONRG-4802]

parent 08e5dfa8
No related branches found
No related tags found
2 merge requests!229Merge branch 'dependency-upgrade' into 'master',!169Delete k8s requests and redundant annotation [GONRG-4802]
......@@ -15,7 +15,6 @@ data:
domain: ""
environment: ""
client_id: ""
conf:
configmap: "partition-config"
app_name: "partition"
......
......@@ -3,8 +3,6 @@ kind: Deployment
metadata:
name: "{{ .Values.conf.bootstrap_name }}"
namespace: "{{ .Values.conf.bootstrap_namespace }}"
annotations:
rollme: {{ randAlphaNum 5 | quote }}
spec:
replicas: 1
selector:
......@@ -24,9 +22,6 @@ spec:
- configMapRef:
name: "{{ .Values.conf.bootstrap_configmap }}"
resources:
requests:
cpu: "{{ .Values.data.bootstrap_requests_cpu }}"
memory: "{{ .Values.data.bootstrap_requests_memory }}"
limits:
cpu: "{{ .Values.data.bootstrap_limits_cpu }}"
memory: "{{ .Values.data.bootstrap_limits_memory }}"
......
# Default values for partition-deploy.
# This is a YAML-formatted file.
# Declare variables to be passed into your templates.
data:
requests_cpu: "0.1"
requests_memory: "256M"
requests_memory: "260M"
limits_cpu: "1"
limits_memory: "1G"
serviceAccountName: ""
serviceAccountName: "partition"
imagePullPolicy: "IfNotPresent"
image: ""
# bootstrap common
bootstrap_requests_cpu: "0.03"
bootstrap_requests_memory: "120M"
bootstrap_limits_cpu: "0.1"
bootstrap_limits_memory: "200M"
bootstrap_limits_cpu: "0.05"
bootstrap_limits_memory: "50M"
bootstrap_image: ""
bootstrapServiceAccountName: "partition-bootstrap"
conf:
configmap: "partition-config"
secret: "partition-postgres-secret"
......@@ -27,13 +20,11 @@ conf:
bootstrap_configmap: "partition-bootstrap-configmap"
bootstrap_namespace: "default"
on_prem_enabled: false
namespacePolicy:
mtlsMode: STRICT
authorizations:
partitionPolicy:
matchLabels:
app: partition
rules:
- bootstrap_namespace: config
- bootstrap_namespace: config
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment