apiVersion: networking.k8s.io/v1 kind: Ingress metadata: name: influxdb-ingress annotations: kubernetes.io/ingress.class: nginx cert-manager.io/cluster-issuer: letsencrypt-production namespace: influx spec: rules: - host: influx.cyclops-labs.io http: paths: - path: / pathType: Prefix backend: service: name: influxdb port: number: 80 tls: - hosts: - influx.cyclops-labs.io secretName: influx-tls