diff --git a/.idea/inspectionProfiles/Project_Default.xml b/.idea/inspectionProfiles/Project_Default.xml new file mode 100644 index 0000000..03d9549 --- /dev/null +++ b/.idea/inspectionProfiles/Project_Default.xml @@ -0,0 +1,6 @@ + + + + \ No newline at end of file diff --git a/helm/app/templates/ns-resource-quota.yaml b/helm/app/templates/ns-resource-quota.yaml index 631e73d..ad5bee5 100644 --- a/helm/app/templates/ns-resource-quota.yaml +++ b/helm/app/templates/ns-resource-quota.yaml @@ -7,7 +7,6 @@ spec: hard: {{- if eq .Values.deployEnv "staging" }} pods: "2" - services: "1" requests.memory: "256Mi" limits.cpu: "1" limits.memory: "16Gi" diff --git a/helm/app/templates/tls-cert.yaml b/helm/app/templates/tls-cert.yaml deleted file mode 100644 index b0aff17..0000000 --- a/helm/app/templates/tls-cert.yaml +++ /dev/null @@ -1,15 +0,0 @@ -apiVersion: cert-manager.io/v1 -kind: Certificate -metadata: - name: {{ .Values.appName }}-{{ .Values.deployEnv}} - namespace: {{ .Release.Namespace }} -spec: - secretName: {{ .Values.host }} - issuerRef: - kind: ClusterIssuer - name: {{ .Values.tlsIssuer }} - commonName: {{ .Values.host }} - duration: 2160h - renewBefore: 360h - dnsNames: - - {{ .Values.host }} diff --git a/helm/app/values.yaml b/helm/app/values.yaml index 32d6ae5..7a5e248 100644 --- a/helm/app/values.yaml +++ b/helm/app/values.yaml @@ -32,7 +32,6 @@ certIssuingMode: false # http publicService: true -sslRedirect: false secrets: