modernize influx ingress
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Tobias Brunner 2022-09-16 21:35:24 +02:00
parent ad6e869184
commit 277d4ae13c
2 changed files with 12 additions and 6 deletions

View file

@ -154,7 +154,7 @@ spec:
# Must use volume claim template in enterprise mode # Must use volume claim template in enterprise mode
--- ---
# Source: influxdb/templates/ingress.yaml # Source: influxdb/templates/ingress.yaml
apiVersion: networking.k8s.io/v1beta1 apiVersion: networking.k8s.io/v1
kind: Ingress kind: Ingress
metadata: metadata:
name: influxdb name: influxdb
@ -176,6 +176,9 @@ spec:
http: http:
paths: paths:
- path: / - path: /
pathType: Prefix
backend: backend:
serviceName: influxdb service:
servicePort: 8086 name: influxdb
port:
number: 8086

View file

@ -147,7 +147,7 @@ spec:
{} {}
--- ---
# Source: influxdb2/templates/ingress.yaml # Source: influxdb2/templates/ingress.yaml
apiVersion: networking.k8s.io/v1beta1 apiVersion: networking.k8s.io/v1
kind: Ingress kind: Ingress
metadata: metadata:
name: influxdb2 name: influxdb2
@ -169,6 +169,9 @@ spec:
http: http:
paths: paths:
- path: / - path: /
pathType: Prefix
backend: backend:
serviceName: influxdb2 service:
servicePort: http name: influxdb2
port:
number: 80