adutra commented on code in PR #105:
URL: https://github.com/apache/polaris-tools/pull/105#discussion_r2668667411
##########
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:
The example annotation is a bit misleading 😉
--
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]