Create Helm based Certificates for Clients
[aaf/authz.git] / auth / helm / aaf / templates / aaf-gui.yaml
index 526616c..dcff5e7 100644 (file)
@@ -31,8 +31,9 @@ spec:
   ports:
     - name: aaf-gui
       protocol: TCP
-      port: 8200
       nodePort: 30083
+      port: 8200
+      targetPort: 8200
 ---
 apiVersion: apps/v1
 kind: Deployment
@@ -41,7 +42,7 @@ metadata:
   labels:
     app: aaf-gui
 spec:
-  replicas: 1
+  replicas: {{ .Values.replicas.gui }}
   selector:
     matchLabels:
       app: aaf-gui