Merge "Add a config item for novncproxy"
This commit is contained in:
commit
82c72367c8
@ -52,8 +52,10 @@ spec:
|
||||
{{ tuple $envAll "nova" "novnc-proxy" | include "helm-toolkit.snippets.kubernetes_pod_anti_affinity" | indent 8 }}
|
||||
nodeSelector:
|
||||
{{ .Values.labels.novncproxy.node_selector_key }}: {{ .Values.labels.novncproxy.node_selector_value }}
|
||||
{{- if .Values.pod.useHostNetwork.novncproxy }}
|
||||
hostNetwork: true
|
||||
dnsPolicy: ClusterFirstWithHostNet
|
||||
{{- end }}
|
||||
initContainers:
|
||||
{{ tuple $envAll "novncproxy" $mounts_nova_novncproxy_init | include "helm-toolkit.snippets.kubernetes_entrypoint_init_container" | indent 8 }}
|
||||
- name: nova-novncproxy-init
|
||||
|
@ -2277,6 +2277,8 @@ pod:
|
||||
nova_db_sync:
|
||||
volumeMounts:
|
||||
volumes:
|
||||
useHostNetwork:
|
||||
novncproxy: true
|
||||
replicas:
|
||||
api_metadata: 1
|
||||
compute_ironic: 1
|
||||
|
Loading…
Reference in New Issue
Block a user