CLI Configuration Standardization
[oom.git] / kubernetes / cli / requirements.yaml
similarity index 58%
rename from kubernetes/cli/templates/all-service.yaml
rename to kubernetes/cli/requirements.yaml
index 1ce6d97..f639633 100644 (file)
 # See the License for the specific language governing permissions and
 # limitations under the License.
 
-#{{ if not .Values.disableCliCli }}
-apiVersion: v1
-kind: Service
-metadata:
-  name: cli
-  namespace: "{{ .Values.nsPrefix }}"
-  labels:
-    app: cli
-spec:
-  ports:
-  - name: 8080-port
-    port: 8080
-    targetPort: 80
-    nodePort: {{ .Values.nodePortPrefix }}60
-  - name: 9090-port
-    port: 9090
-    targetPort: 8080
-    nodePort: {{ .Values.nodePortPrefix }}61
-  type: NodePort
-  selector:
-    app: cli
-#{{ end }}
+dependencies:
+  - name: common
+    version: ~2.0.0
+    # local reference to common chart, as it is
+    # a part of this chart's package and will not
+    # be published independently to a repo (at this point)
+    repository: '@local'