From c94b24a0ec2698543ed314c9637420f470e54030 Mon Sep 17 00:00:00 2001 From: Alexander Olofsson Date: Fri, 5 Jul 2019 09:55:18 +0200 Subject: [PATCH] Remove old comments --- charts/netbox/templates/deployment.yaml | 29 +------------------------ 1 file changed, 1 insertion(+), 28 deletions(-) diff --git a/charts/netbox/templates/deployment.yaml b/charts/netbox/templates/deployment.yaml index 0e1499a..436cad8 100644 --- a/charts/netbox/templates/deployment.yaml +++ b/charts/netbox/templates/deployment.yaml @@ -1,3 +1,4 @@ +--- apiVersion: apps/v1 kind: Deployment metadata: @@ -67,18 +68,6 @@ spec: {{ toYaml .Values.extraVolumeMounts | indent 10 }} {{- end }} {{- end }} - # - name: netbox-configuration - # path: /etc/netbox/config - # readOnly: true - # - name: netbox-initializers - # path: /opt/netbox/initializers - # readOnly: true - # - name: netbox-startup-scripts - # path: /opt/netbox/startup_scripts - # readOnly: true - # - name: netbox-reports - # path: /opt/netbox/reports - # readOnly: true - name: nginx image: "nginx:alpine" imagePullPolicy: Always @@ -106,10 +95,6 @@ spec: readOnly: true - name: netbox-socket mountPath: /tmp/netbox - # resources: - # limits: - # cpu: 125m - # memory: 50Mi {{- with .Values.nodeSelector }} nodeSelector: {{- toYaml . | nindent 8 }} @@ -122,18 +107,6 @@ spec: emptyDir: {} - name: netbox-socket emptyDir: {} - # - name: netbox-configuration - # configMap: - # name: {{ .Chart.Name }}-configuration - # - name: netbox-initializers - # configMap: - # name: {{ .Chart.Name }}-initializers - # - name: netbox-reports - # configMap: - # name: {{ .Chart.Name }}-reports - # - name: netbox-startup-scripts - # configMap: - # name: {{ .Chart.Name }}-startup-scripts {{- if .Values.persistence.enabled }} - name: data persistentVolumeClaim: