Upload files to "/"
This commit is contained in:
@@ -2,15 +2,15 @@
|
|||||||
apiVersion: v1
|
apiVersion: v1
|
||||||
kind: Service
|
kind: Service
|
||||||
metadata:
|
metadata:
|
||||||
name: memelord
|
name: antinix-test-grafana
|
||||||
spec:
|
spec:
|
||||||
type: ClusterIP
|
type: ClusterIP
|
||||||
selector:
|
selector:
|
||||||
app: memelord
|
app: antninix-test-grafana
|
||||||
ports:
|
ports:
|
||||||
- name: http
|
- name: http
|
||||||
port: 80
|
port: 3000
|
||||||
targetPort: 8000
|
targetPort: 3000
|
||||||
---
|
---
|
||||||
apiVersion: cert-manager.io/v1
|
apiVersion: cert-manager.io/v1
|
||||||
kind: Certificate
|
kind: Certificate
|
||||||
@@ -39,9 +39,9 @@ spec:
|
|||||||
path: "/"
|
path: "/"
|
||||||
backend:
|
backend:
|
||||||
service:
|
service:
|
||||||
name: memelord
|
name: antinix-test-grafana
|
||||||
port:
|
port:
|
||||||
number: 80
|
number: 3000
|
||||||
tls:
|
tls:
|
||||||
- secretName: antinix-test-app-tls
|
- secretName: antinix-test-app-tls
|
||||||
---
|
---
|
||||||
|
|||||||
Reference in New Issue
Block a user