Commit 8663c100 authored by lavado's avatar lavado
Browse files

Revert "Merge branch 'feat/magma_snmp' into 'master'"

This reverts merge request !83
parent 085374dd
......@@ -37,22 +37,16 @@ spec:
mountPath: /app/storage
- name: osm-ee-source
mountPath: /app/EE/osm_ee/vnf
{{- if .Values.snmpexporter.enabled }}
- name: snmp-config-volume
mountPath: /etc/snmp_exporter
- name: vnf-mibs
mountPath: /root/.snmp/mibs
- name: vnf-generator
mountPath: /app/vnf/generator
{{- end }}
volumes:
- name: osm-ee-source
configMap:
name: {{ include "eechart.fullname" . }}
- name: osm-ee
hostPath:
path: /var/lib/osm/osm/osm_osm_packages/_data
{{- if .Values.snmpexporter.enabled }}
- name: snmp-config-volume
hostPath:
path: "/var/lib/osm/snmp_exporter/{{ .Values.global.osm.vnf_id | lower }}/"
......@@ -62,4 +56,6 @@ spec:
- name: vnf-generator
configMap:
name: "vnf-snmp-generator-{{ .Values.global.osm.vnf_id | lower}}"
{{- end }}
- name: osm-ee
hostPath:
path: /var/lib/osm/osm/osm_osm_packages/_data
......@@ -2,6 +2,10 @@ global:
osm:
vnf_id: AVNFId
# Default values for eechart.
# This is a YAML-formatted file.
# Declare variables to be passed into your templates.
replicaCount: 1
image:
......@@ -14,12 +18,22 @@ nameOverride: ""
fullnameOverride: ""
serviceAccount:
# Specifies whether a service account should be created
create: false
# The name of the service account to use.
# If not set and create is true, a name is generated using the fullname template
name:
podSecurityContext: {}
# fsGroup: 2000
securityContext: {}
# capabilities:
# drop:
# - ALL
# readOnlyRootFilesystem: true
# runAsNonRoot: true
# runAsUser: 1000
service:
type: ClusterIP
......@@ -33,15 +47,26 @@ ingress:
hosts:
- host: chart-example.local
paths: []
tls: []
# - secretName: chart-example-tls
# hosts:
# - chart-example.local
resources: {}
# We usually recommend not to specify default resources and to leave this as a conscious
# choice for the user. This also increases chances charts run on environments with little
# resources, such as Minikube. If you do want to specify resources, uncomment the following
# lines, adjust them as necessary, and remove the curly braces after 'resources:'.
# limits:
# cpu: 100m
# memory: 128Mi
# requests:
# cpu: 100m
# memory: 128Mi
nodeSelector: {}
tolerations: []
affinity: {}
snmpexporter:
enabled: true
\ No newline at end of file
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment