Keystone: Chart cleanup

This PS cleans up the values file, and renames some manifests to better
reflect their function.

Change-Id: Ia48db0b583b2236d554e2f12532601413fb1a01e
This commit is contained in:
Pete Birley 2017-07-08 09:34:16 -05:00
parent feabb5038c
commit 37b9c2c7b5
5 changed files with 3 additions and 5 deletions

View File

@ -22,7 +22,7 @@ kind: Deployment
metadata: metadata:
name: keystone-api name: keystone-api
spec: spec:
replicas: {{ .Values.replicas }} replicas: {{ .Values.replicas.api }}
{{ tuple $envAll | include "helm-toolkit.snippets.kubernetes_upgrades_deployment" | indent 2 }} {{ tuple $envAll | include "helm-toolkit.snippets.kubernetes_upgrades_deployment" | indent 2 }}
template: template:
metadata: metadata:

View File

@ -17,7 +17,8 @@
# Declare name/value pairs to be passed into your templates. # Declare name/value pairs to be passed into your templates.
# name: value # name: value
replicas: 1 replicas:
api: 1
labels: labels:
node_selector_key: openstack-control-plane node_selector_key: openstack-control-plane
@ -48,9 +49,6 @@ termination_grace_period:
api: api:
timeout: 30 timeout: 30
keystone:
bootstrap: bootstrap:
enabled: true enabled: true
script: | script: |