mirror of
https://github.com/optim-enterprises-bv/openstack-helm.git
synced 2025-12-26 09:47:26 +00:00
Merge branch 'feat/finish-nodeports' of https://github.com/alraddarla/openstack-helm into feat/finish-nodeports
This commit is contained in:
@@ -30,7 +30,9 @@ spec:
|
||||
{{ end }}
|
||||
selector:
|
||||
app: keystone-api
|
||||
{{ if .Values.network.api.node_port.enabled or
|
||||
.Values.network.admin.node_port.enabled}}
|
||||
selector:
|
||||
app: keystone-api
|
||||
{{ if .Values.network.api.node_port.enabled }}
|
||||
{{ or .Values.network.admin.node_port.enabled}}
|
||||
type: NodePort
|
||||
{{ end }}
|
||||
|
||||
Reference in New Issue
Block a user