modernize influx ingress
continuous-integration/drone/push Build is passing Details

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
---
# Source: influxdb/templates/ingress.yaml
apiVersion: networking.k8s.io/v1beta1
apiVersion: networking.k8s.io/v1
kind: Ingress
metadata:
name: influxdb
@ -176,6 +176,9 @@ spec:
http:
paths:
- path: /
pathType: Prefix
backend:
serviceName: influxdb
servicePort: 8086
service:
name: influxdb
port:
number: 8086

View File

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