From 8c6eeb9045125aa3b0666deccc3815e78112ea16 Mon Sep 17 00:00:00 2001 From: makefunstuff Date: Fri, 28 Jun 2024 15:50:46 +0300 Subject: though nginx works --- misc/nginx/values.yaml | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 misc/nginx/values.yaml (limited to 'misc/nginx/values.yaml') diff --git a/misc/nginx/values.yaml b/misc/nginx/values.yaml new file mode 100644 index 0000000..805b596 --- /dev/null +++ b/misc/nginx/values.yaml @@ -0,0 +1,25 @@ +replicaCount: 1 + +image: + repository: nginx + tag: latest + pullPolicy: IfNotPresent + +service: + type: LoadBalancer + port: 80 + +ingress: + enabled: true + annotations: + traefik.ingress.kubernetes.io/router.entrypoints: websecure + cert-manager.io/cluster-issuer: letsencrypt-prod + hosts: + - host: nginx.topkek.cloud + paths: + - / + tls: + - hosts: + - nginx.topkek.cloud + secretName: nginx-tls + -- cgit 1.4.1-2-gfad0