You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
k3s/manifests/nginx.yaml

15 lines
394 B

apiVersion: helm.cattle.io/v1
kind: HelmChart
metadata:
name: nginx-ingress
namespace: kube-system
spec:
chart: https://%{KUBERNETES_API}%/static/charts/nginx-ingress-1.33.0.tgz
set:
rbac.create: "true"
controller.service.enableHttps: "true"
controller.metrics.enabled: "true"
controller.publishService.enabled: "true"
controller.image.repository: "%{NGINX_IMAGE}"