Skip to content
Snippets Groups Projects
Commit 22b28601 authored by Dimitrios Giannopoulos's avatar Dimitrios Giannopoulos
Browse files

fix: added per component values properties and storage values

parent 5620d4d3
No related branches found
No related tags found
3 merge requests!34Merging develop (merged from 2024Q2_RC) into main creating for 2024Q2 Release,!33Merging 2024Q2_RC into main creating for 2024Q2 Release,!32Merging 2024Q2_RC into develop
Pipeline #6965 passed
......@@ -39,7 +39,7 @@ spec:
"spring.activemq.brokerUrl": "tcp://{{ include "openslice.fullname" . }}-artemis:61616?jms.watchTopicAdvisories=false",
"spring.activemq.user": "{{ .Values.oscreds.activemq.user }}",
"spring.activemq.password": "{{ .Values.oscreds.activemq.password }}",
"logging.level.org.springframework" : "{{ .Values.spring.logLevel | default "INFO" }}",
"logging.level.org.springframework" : "{{ .Values.cridge.spring.logLevel | default "INFO" }}",
"logging.level.org.etsi.osl.cridge" : "{{ .Values.cridge.logLevel | default "INFO" }}"
}
resources:
......
......@@ -35,7 +35,7 @@ spec:
"spring.activemq.brokerUrl": "tcp://{{ include "openslice.fullname" . }}-artemis:61616?jms.watchTopicAdvisories=false",
"spring.activemq.user": "{{ .Values.oscreds.activemq.user }}",
"spring.activemq.password": "{{ .Values.oscreds.activemq.password }}",
"logging.level.org.springframework" : "{{ .Values.spring.logLevel | default "INFO" }}"
"logging.level.org.springframework" : "{{ .Values.manoclient.spring.logLevel | default "INFO" }}"
}
resources:
{{- toYaml .Values.resources | nindent 12 }}
......
......@@ -14,7 +14,7 @@ spec:
- ReadWriteOnce
resources:
requests:
storage: "1Gi"
storage: "100Mi"
---
{{- if or (not .Values.storageClass) (eq .Values.storageClass "manual") }}
apiVersion: v1
......@@ -31,7 +31,7 @@ metadata:
spec:
storageClassName: "oasapi-pv-manual"
capacity:
storage: "1Gi"
storage: "100Mi"
accessModes:
- ReadWriteOnce
hostPath:
......
......@@ -55,7 +55,7 @@ spec:
"spring.activemq.brokerUrl": "tcp://{{ include "openslice.fullname" . }}-artemis:61616?jms.watchTopicAdvisories=false",
"spring.activemq.user": "{{ .Values.oscreds.activemq.user }}",
"spring.activemq.password": "{{ .Values.oscreds.activemq.password }}",
"logging.level.org.springframework" : "{{ .Values.spring.logLevel | default "INFO" }}"
"logging.level.org.springframework" : "{{ .Values.oasapi.spring.logLevel | default "INFO" }}"
}
resources:
{{- toYaml .Values.resources | nindent 12 }}
......
......@@ -14,7 +14,7 @@ spec:
- ReadWriteOnce
resources:
requests:
storage: "100Mi"
storage: "1Gi"
---
{{- if or (not .Values.storageClass) (eq .Values.storageClass "manual") }}
apiVersion: v1
......@@ -31,7 +31,7 @@ metadata:
spec:
storageClassName: "osom-pv-manual"
capacity:
storage: "100Mi"
storage: "1Gi"
accessModes:
- ReadWriteOnce
hostPath:
......
......@@ -32,11 +32,11 @@ spec:
- name: SPRING_APPLICATION_JSON
value: >-
{
"spring.datasource.url" : "{{ .Values.spring.datasource.url | default "jdbc:h2:~/tempdb;DB_CLOSE_DELAY=-1" }}",
"spring.datasource.url" : "{{ .Values.osom.spring.datasource.url | default "jdbc:h2:~/tempdb;DB_CLOSE_DELAY=-1" }}",
"spring.activemq.brokerUrl": "tcp://{{ include "openslice.fullname" . }}-artemis:61616?jms.watchTopicAdvisories=false",
"spring.activemq.user": "{{ .Values.oscreds.activemq.user }}",
"spring.activemq.password": "{{ .Values.oscreds.activemq.password }}",
"logging.level.org.springframework" : "{{ .Values.spring.logLevel | default "INFO" }}"
"logging.level.org.springframework" : "{{ .Values.osom.spring.logLevel | default "INFO" }}"
}
resources:
{{- toYaml .Values.resources | nindent 12 }}
......
......@@ -14,7 +14,7 @@ spec:
- ReadWriteOnce
resources:
requests:
storage: "100Mi"
storage: "1Gi"
---
{{- if or (not .Values.storageClass) (eq .Values.storageClass "osportalapi-pv-volume") }}
apiVersion: v1
......@@ -31,7 +31,7 @@ metadata:
spec:
storageClassName: "osportalapi-pv-volume"
capacity:
storage: "100Mi"
storage: "1Gi"
accessModes:
- ReadWriteOnce
hostPath:
......
......@@ -56,7 +56,7 @@ spec:
"spring.activemq.brokerUrl": "tcp://{{ include "openslice.fullname" . }}-artemis:61616?jms.watchTopicAdvisories=false",
"spring.activemq.user": "{{ .Values.oscreds.activemq.user }}",
"spring.activemq.password": "{{ .Values.oscreds.activemq.password }}",
"logging.level.org.springframework" : "{{ .Values.spring.logLevel | default "INFO" }}",
"logging.level.org.springframework" : "{{ .Values.portalapi.spring.logLevel | default "INFO" }}",
"logging.level.org.etsi.osl.portal.api": "{{ .Values.portalapi.logLevel | default "INFO" }}"
}
resources:
......
......@@ -56,7 +56,7 @@ spec:
"spring.activemq.brokerUrl": "tcp://{{ include "openslice.fullname" . }}-artemis:61616?jms.watchTopicAdvisories=false",
"spring.activemq.user": "{{ .Values.oscreds.activemq.user }}",
"spring.activemq.password": "{{ .Values.oscreds.activemq.password }}",
"logging.level.org.springframework": "{{ .Values.spring.logLevel | default "INFO" }}",
"logging.level.org.springframework": "{{ .Values.osscapi.spring.logLevel | default "INFO" }}",
"kroki.serverurl":"{{ .Values.rooturl }}/kroki"
}
resources:
......
......@@ -14,7 +14,7 @@ image:
repository: yuzutech/kroki-blockdiag
pullPolicy: Always
# Overrides the image tag whose default is the chart appVersion.
tag: "0.18.0"
tag: "latest"
bugzilla:
repository: labs.etsi.org:5050/osl/code/org.etsi.osl.bugzilla
pullPolicy: Always
......@@ -34,7 +34,7 @@ image:
repository: yuzutech/kroki
pullPolicy: Always
# Overrides the image tag whose default is the chart appVersion.
tag: "0.18.0"
tag: "latest"
manoclient:
repository: labs.etsi.org:5050/osl/code/org.etsi.osl.mano
pullPolicy: Always
......@@ -50,7 +50,6 @@ image:
pullPolicy: Always
# Overrides the image tag whose default is the chart appVersion.
tag: "develop"
logLevel: INFO
osscapi:
repository: labs.etsi.org:5050/osl/code/org.etsi.osl.tmf.api
pullPolicy: Always
......@@ -81,7 +80,6 @@ image:
pullPolicy: Always
# Overrides the image tag whose default is the chart appVersion.
tag: "develop"
logLevel: INFO
bugzillaurl: example.com:443/bugzilla
bugzillakey: VH2Vw0iI5aYgALFFzVDWqhACwt6Hu3bXla9kSC1Z
......@@ -117,8 +115,33 @@ mysql:
storage: 10Gi
cridge:
mode: "INFO"
logLevel: INFO
spring:
loglevel: INFO
portalapi:
logLevel: INFO
spring:
loglevel: INFO
manoclient:
spring:
loglevel: INFO
oasapi:
spring:
loglevel: INFO
osom:
spring:
loglevel: INFO
datasource:
url: "jdbc:h2:~/tempdb;DB_CLOSE_DELAY=-1"
osscapi:
spring:
loglevel: INFO
# Storage class to be used for provisioning. Default is manual
# storageClass: ~
......
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