about summary refs log tree commit diff
path: root/misc/nginx/values.yaml
blob: 805b596d77f1adae6e9fa199adaf62938b40c50e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
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