replicaCount: 1 service: type: ClusterIP port: 80 ingress: enabled: true className: traefik annotations: traefik.ingress.kubernetes.io/router.entrypoints: websecure traefik.ingress.kubernetes.io/router.tls: "true" hosts: - host: headlamp.dvirlabs.com paths: - path: / pathType: Prefix tls: true resources: requests: cpu: 50m memory: 64Mi limits: memory: 128Mi