cccs-cat001 commented on code in PR #105:
URL: https://github.com/apache/polaris-tools/pull/105#discussion_r2668780067


##########
console/helm/values.yaml:
##########
@@ -41,3 +41,34 @@ resources:
   requests:
     cpu: 250m
     memory: 256Mi
+
+ingress:
+  enabled: false
+  className: ""
+  annotations: {}
+    # kubernetes.io/ingress.class: nginx
+    # cert-manager.io/cluster-issuer: letsencrypt-prod
+  hosts:
+    - host: console.example.local
+      paths:
+        - path: /
+          pathType: Prefix
+  tls: []
+  #  - secretName: polaris-console-tls
+  #    hosts:
+  #      - console.example.local
+
+httproute:
+  enabled: false
+  annotations: {}
+    # kubernetes.io/ingress.class: nginx

Review Comment:
   straight up copy/paste from ingress lol I've never actually had to use 
annotations so I'm not sure what they should be 



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to