this repo has no description
0
fork

Configure Feed

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

Oh

+12 -11
+12 -11
k8s/nebula/apps/databases/influx/app/hr.yaml
··· 82 82 port: 8086 83 83 84 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 85 + main: 86 + className: internal-nginx 87 + hosts: 88 + - host: influx.${SECRET_DOMAIN} 89 + paths: 90 + - path: / 91 + pathType: Prefix 92 + service: 93 + identifier: main 94 + port: influx 95 + tls: 96 + - secretName: ${SECRET_DOMAIN}-tls 96 97 97 98 98 99 persistence: