this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Ingress for influx

+14
+14
k8s/nebula/apps/databases/influx/app/hr.yaml
··· 81 81 enabled: true 82 82 port: 8086 83 83 84 + ingress: 85 + className: internal-nginx 86 + hosts: 87 + - host: influx.${SECRET_DOMAIN} 88 + paths: 89 + - path: / 90 + pathType: Prefix 91 + service: 92 + identifier: main 93 + port: influx 94 + tls: 95 + - secretName: ${SECRET_DOMAIN}-tls 96 + 97 + 84 98 persistence: 85 99 config: 86 100 enabled: true