Remove old comments
This commit is contained in:
parent
e65ae3d6c8
commit
c94b24a0ec
1 changed files with 1 additions and 28 deletions
|
@ -1,3 +1,4 @@
|
||||||
|
---
|
||||||
apiVersion: apps/v1
|
apiVersion: apps/v1
|
||||||
kind: Deployment
|
kind: Deployment
|
||||||
metadata:
|
metadata:
|
||||||
|
@ -67,18 +68,6 @@ spec:
|
||||||
{{ toYaml .Values.extraVolumeMounts | indent 10 }}
|
{{ toYaml .Values.extraVolumeMounts | indent 10 }}
|
||||||
{{- end }}
|
{{- end }}
|
||||||
{{- 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
|
- name: nginx
|
||||||
image: "nginx:alpine"
|
image: "nginx:alpine"
|
||||||
imagePullPolicy: Always
|
imagePullPolicy: Always
|
||||||
|
@ -106,10 +95,6 @@ spec:
|
||||||
readOnly: true
|
readOnly: true
|
||||||
- name: netbox-socket
|
- name: netbox-socket
|
||||||
mountPath: /tmp/netbox
|
mountPath: /tmp/netbox
|
||||||
# resources:
|
|
||||||
# limits:
|
|
||||||
# cpu: 125m
|
|
||||||
# memory: 50Mi
|
|
||||||
{{- with .Values.nodeSelector }}
|
{{- with .Values.nodeSelector }}
|
||||||
nodeSelector:
|
nodeSelector:
|
||||||
{{- toYaml . | nindent 8 }}
|
{{- toYaml . | nindent 8 }}
|
||||||
|
@ -122,18 +107,6 @@ spec:
|
||||||
emptyDir: {}
|
emptyDir: {}
|
||||||
- name: netbox-socket
|
- name: netbox-socket
|
||||||
emptyDir: {}
|
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 }}
|
{{- if .Values.persistence.enabled }}
|
||||||
- name: data
|
- name: data
|
||||||
persistentVolumeClaim:
|
persistentVolumeClaim:
|
||||||
|
|
Loading…
Reference in a new issue